Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h568 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter()
702 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter()
712 SkGlyphRunListPainter fGlyphPainter; variable
DSurfaceDrawContext.cpp304 , fGlyphPainter(*this) {
342 fGlyphPainter.processGlyphRun(glyphRun, in drawGlyphRunListNoCache()
382 blob = GrTextBlob::Make(glyphRunList, paint, drawMatrix, control, &fGlyphPainter); in drawGlyphRunListWithCache()
/third_party/skia/src/core/
DSkBitmapDevice.cpp219 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
236 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
DSkBitmapDevice.h164 SkGlyphRunListPainter fGlyphPainter; variable