Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyphRun.cpp174 static SkSpan<const SkPoint> draw_text_positions( in draw_text_positions() function
197 SkSpan<const SkPoint> positions = draw_text_positions(font, glyphIDs, {0, 0}, fPositions); in textToGlyphRunList()
231 positions = draw_text_positions(font, glyphIDs, it.offset(), positionCursor); in blobToGlyphRunList()