Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds