Searched refs:fGlyphPainter (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 568 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter() 702 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() 712 SkGlyphRunListPainter fGlyphPainter; variable
|
D | SurfaceDrawContext.cpp | 304 , fGlyphPainter(*this) { 342 fGlyphPainter.processGlyphRun(glyphRun, in drawGlyphRunListNoCache() 382 blob = GrTextBlob::Make(glyphRunList, paint, drawMatrix, control, &fGlyphPainter); in drawGlyphRunListWithCache()
|
/third_party/skia/src/core/ |
D | SkBitmapDevice.cpp | 219 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice() 236 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice() 543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
|
D | SkBitmapDevice.h | 164 SkGlyphRunListPainter fGlyphPainter; variable
|