Searched refs:computedPos (Results 1 – 2 of 2) sorted by relevance
192 SkAutoTArray<SkPoint> computedPos; in get_text_path() local194 computedPos.reset(count); in get_text_path()195 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path()196 pos = computedPos.get(); in get_text_path()
227 SkAutoTArray<SkPoint> computedPos; in get_text_path() local229 computedPos.reset(count); in get_text_path()230 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path()231 pos = computedPos.get(); in get_text_path()