Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/
DToolUtils.cpp192 SkAutoTArray<SkPoint> computedPos; in get_text_path() local
194 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()
/third_party/skia/tools/
DToolUtils.cpp227 SkAutoTArray<SkPoint> computedPos; in get_text_path() local
229 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()