Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp196 fGlyphPos); in drawForBitmapDevice()
250 fGlyphPos); in drawForBitmapDevice()
342 fGlyphPos); in processARGBFallback()
368 fGlyphPos); in processARGBFallback()
433 fGlyphPos); in processGlyphRunList()
447 fGlyphPos[glyphsWithMaskCount++] = glyphPos; in processGlyphRunList()
464 SkSpan<const SkGlyphPos>{fGlyphPos, glyphsWithMaskCount}, in processGlyphRunList()
503 fGlyphPos); in processGlyphRunList()
512 fGlyphPos[glyphsWithPathCount++] = glyphPos; in processGlyphRunList()
522 SkSpan<const SkGlyphPos>{fGlyphPos, glyphsWithPathCount}, in processGlyphRunList()
[all …]
DSkGlyphRunPainter.h134 SkAutoTMalloc<SkGlyphPos> fGlyphPos; variable