Home
last modified time | relevance | path

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

/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp89 , fGlyphPainter(kProps, kColorSpaceInfo) { in SkInternalAtlasTextTarget()
116 return &fGlyphPainter; in glyphPainter()
133 SkGlyphRunListPainter fGlyphPainter; member in SkInternalAtlasTextTarget
/external/skia/src/gpu/
DGrSurfaceDrawContext.h607 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter()
731 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter()
743 SkGlyphRunListPainter fGlyphPainter; variable
DGrSurfaceDrawContext.cpp305 , fGlyphPainter(*this) {
369 fGlyphPainter.processGlyphRun(glyphRun, in drawGlyphRunListNoCache()
409 blob = GrTextBlob::Make(glyphRunList, paint, drawMatrix, control, &fGlyphPainter); in drawGlyphRunListWithCache()
/external/skia/src/core/
DSkBitmapDevice.cpp219 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
236 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice()
548 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
DSkBitmapDevice.h162 SkGlyphRunListPainter fGlyphPainter; variable
/external/skqp/src/core/
DSkBitmapDevice.h165 SkGlyphRunListPainter fGlyphPainter; variable
DSkBitmapDevice.cpp229 , fGlyphPainter(this->surfaceProps(), bitmap.colorType(), scaler_context_flags(bitmap)) in SkBitmapDevice()
244 , fGlyphPainter(this->surfaceProps(), bitmap.colorType(), scaler_context_flags(bitmap)) in SkBitmapDevice()
555 LOOP_TILER( drawGlyphRunList(glyphRunList, &fGlyphPainter), nullptr ) in drawGlyphRunList()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp67 , fGlyphPainter{*renderTargetContext}{} in TextTarget()
95 return &fGlyphPainter; in glyphPainter()
100 SkGlyphRunListPainter fGlyphPainter; member in GrRenderTargetContext::TextTarget