Home
last modified time | relevance | path

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

/external/skqp/tools/
Dsk_tool_utils.cpp155 SkAutoTArray<SkPoint> computedPos; in get_text_path() local
157 computedPos.reset(count); in get_text_path()
158 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path()
159 pos = computedPos.get(); in get_text_path()
/external/skia/tools/
Dsk_tool_utils.cpp156 SkAutoTArray<SkPoint> computedPos; in get_text_path() local
158 computedPos.reset(count); in get_text_path()
159 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path()
160 pos = computedPos.get(); in get_text_path()