Searched refs:computedPos (Results 1 – 2 of 2) sorted by relevance
155 SkAutoTArray<SkPoint> computedPos; in get_text_path() local157 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()
156 SkAutoTArray<SkPoint> computedPos; in get_text_path() local158 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()