Home
last modified time | relevance | path

Searched refs:drawGlyphRunList (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/text/gpu/
DTextBlobRedrawCoordinator.h36 void drawGlyphRunList(SkCanvas* canvas,
45 void drawGlyphRunList(SkCanvas* canvas,
DTextBlobRedrawCoordinator.cpp32 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/
DSkDraw_text.cpp111 void SkDraw::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in SkDraw
DSkDraw.h65 void drawGlyphRunList(SkCanvas* canvas,
DSkDevice.cpp419 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()
DSkOverdrawCanvas.cpp99 device.drawGlyphRunList(this, glyphRunList, paint, paint); in onDrawGlyphRunList()
DSkDevice.h221 void drawGlyphRunList(SkCanvas*,
DSkBitmapDevice.cpp526 LOOP_TILER( drawGlyphRunList(canvas, &fGlyphPainter, glyphRunList, drawingPaint), nullptr ) in onDrawGlyphRunList()
DSkCanvas.cpp2448 this->topDevice()->drawGlyphRunList(this, glyphRunList, paint, layer->paint()); in onDrawGlyphRunList()
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.h490 void drawGlyphRunList(SkCanvas*,
DSurfaceDrawContext.cpp331 void SurfaceDrawContext::drawGlyphRunList(SkCanvas* canvas, in drawGlyphRunList() function in skgpu::v1::SurfaceDrawContext
350 textBlobCache->drawGlyphRunList( in drawGlyphRunList()
DDevice.cpp1294 fSurfaceDrawContext->drawGlyphRunList(canvas, in onDrawGlyphRunList()
/external/skia/src/gpu/graphite/
DDevice.cpp765 fRecorder->priv().textBlobCache()->drawGlyphRunList(canvas, in onDrawGlyphRunList()