Searched refs:fGlyphPainter (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 89 , fGlyphPainter(kProps, kColorSpaceInfo) { in SkInternalAtlasTextTarget() 116 return &fGlyphPainter; in glyphPainter() 133 SkGlyphRunListPainter fGlyphPainter; member in SkInternalAtlasTextTarget
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 607 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter() 731 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() 743 SkGlyphRunListPainter fGlyphPainter; variable
|
D | GrSurfaceDrawContext.cpp | 305 , fGlyphPainter(*this) { 369 fGlyphPainter.processGlyphRun(glyphRun, in drawGlyphRunListNoCache() 409 blob = GrTextBlob::Make(glyphRunList, paint, drawMatrix, control, &fGlyphPainter); in drawGlyphRunListWithCache()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 219 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice() 236 , fGlyphPainter(this->surfaceProps(), in SkBitmapDevice() 548 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
|
D | SkBitmapDevice.h | 162 SkGlyphRunListPainter fGlyphPainter; variable
|
/external/skqp/src/core/ |
D | SkBitmapDevice.h | 165 SkGlyphRunListPainter fGlyphPainter; variable
|
D | SkBitmapDevice.cpp | 229 , 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/ |
D | GrRenderTargetContext.cpp | 67 , fGlyphPainter{*renderTargetContext}{} in TextTarget() 95 return &fGlyphPainter; in glyphPainter() 100 SkGlyphRunListPainter fGlyphPainter; member in GrRenderTargetContext::TextTarget
|