Home
last modified time | relevance | path

Searched refs:getPosTextPath (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DPaint.cpp59 static void getPosTextPath(const SkFont& font, const uint16_t glyphs[], int count, in getPosTextPath() function
282 getPosTextPath(font, glyphs, end, pos, path); in operator ()()
284 getPosTextPath(font, glyphs + start, end - start, pos + start, &tmpPath); in operator ()()