Searched refs:drawGlyphRunList (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/text/gpu/ |
D | TextBlobRedrawCoordinator.h | 36 void drawGlyphRunList(SkCanvas* canvas, 45 void drawGlyphRunList(SkCanvas* canvas,
|
D | TextBlobRedrawCoordinator.cpp | 32 void TextBlobRedrawCoordinator::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in sktext::gpu::TextBlobRedrawCoordinator 47 void TextBlobRedrawCoordinator::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in sktext::gpu::TextBlobRedrawCoordinator
|
/external/skia/src/core/ |
D | SkDraw_text.cpp | 111 void SkDraw::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in SkDraw
|
D | SkDraw.h | 65 void drawGlyphRunList(SkCanvas* canvas,
|
D | SkDevice.cpp | 419 void SkBaseDevice::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in SkBaseDevice 442 this->drawGlyphRunList(canvas, subList, initialPaint, drawingPaint); in simplifyGlyphRunRSXFormAndRedraw() 474 this->drawGlyphRunList(canvas, subList, initialPaint, invertingPaint); in simplifyGlyphRunRSXFormAndRedraw()
|
D | SkOverdrawCanvas.cpp | 99 device.drawGlyphRunList(this, glyphRunList, paint, paint); in onDrawGlyphRunList()
|
D | SkDevice.h | 221 void drawGlyphRunList(SkCanvas*,
|
D | SkBitmapDevice.cpp | 526 LOOP_TILER( drawGlyphRunList(canvas, &fGlyphPainter, glyphRunList, drawingPaint), nullptr ) in onDrawGlyphRunList()
|
D | SkCanvas.cpp | 2448 this->topDevice()->drawGlyphRunList(this, glyphRunList, paint, layer->paint()); in onDrawGlyphRunList()
|
/external/skia/src/gpu/ganesh/ |
D | SurfaceDrawContext.h | 490 void drawGlyphRunList(SkCanvas*,
|
D | SurfaceDrawContext.cpp | 331 void SurfaceDrawContext::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in skgpu::v1::SurfaceDrawContext 350 textBlobCache->drawGlyphRunList( in drawGlyphRunList()
|
D | Device.cpp | 1294 fSurfaceDrawContext->drawGlyphRunList(canvas, in onDrawGlyphRunList()
|
/external/skia/src/gpu/graphite/ |
D | Device.cpp | 765 fRecorder->priv().textBlobCache()->drawGlyphRunList(canvas, in onDrawGlyphRunList()
|