Home
last modified time | relevance | path

Searched refs:drawGlyphRunList (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkDevice.cpp438 void SkBaseDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in drawGlyphRunList() function in SkBaseDevice
454 this->drawGlyphRunList(SkGlyphRunList{run, run.sourceBounds(paint), {0, 0}}, paint); in simplifyGlyphRunRSXFormAndRedraw()
483 this->drawGlyphRunList( in simplifyGlyphRunRSXFormAndRedraw()
H A DSkDraw.h64 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
H A DSkDraw_text.cpp127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
H A DSkOverdrawCanvas.cpp91 device.drawGlyphRunList(glyphRunList, paint); in onDrawGlyphRunList()
H A DSkDevice.h201 void drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
H A DSkBitmapDevice.cpp543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
H A DSkCanvas.cpp2316 this->topDevice()->drawGlyphRunList(glyphRunList, layer->paint());
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h477 void drawGlyphRunList(const GrClip*,
H A DDevice.cpp881 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "drawGlyphRunList", fContext.get()); in onDrawGlyphRunList()
884 fSurfaceDrawContext->drawGlyphRunList( in onDrawGlyphRunList()
H A DSurfaceDrawContext.cpp400 void SurfaceDrawContext::drawGlyphRunList(const GrClip* clip, in drawGlyphRunList() function in skgpu::v1::SurfaceDrawContext
407 GR_CREATE_TRACE_MARKER_CONTEXT("SurfaceDrawContext", "drawGlyphRunList", fContext); in drawGlyphRunList()

Completed in 27 milliseconds