Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp68 static void getPosTextPath(const SkFont& font, const uint16_t glyphs[], int count, in getPosTextPath() function
291 getPosTextPath(font, glyphs, end, pos, path); in operator ()()
293 getPosTextPath(font, glyphs + start, end - start, pos + start, &tmpPath); in operator ()()