Searched refs:drawGlyphRunList (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDevice.cpp | 438 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 D | SkDraw.h | 64 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
|
H A D | SkDraw_text.cpp | 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
|
H A D | SkOverdrawCanvas.cpp | 91 device.drawGlyphRunList(glyphRunList, paint); in onDrawGlyphRunList()
|
H A D | SkDevice.h | 201 void drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
|
H A D | SkBitmapDevice.cpp | 543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
|
H A D | SkCanvas.cpp | 2316 this->topDevice()->drawGlyphRunList(glyphRunList, layer->paint());
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 477 void drawGlyphRunList(const GrClip*,
|
H A D | Device.cpp | 881 GR_CREATE_TRACE_MARKER_CONTEXT("skgpu::v1::Device", "drawGlyphRunList", fContext.get()); in onDrawGlyphRunList() 884 fSurfaceDrawContext->drawGlyphRunList( in onDrawGlyphRunList()
|
H A D | SurfaceDrawContext.cpp | 400 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