/third_party/flutter/skia/src/gpu/text/ |
D | GrTextContext.h | 48 void drawGlyphRunList(GrRecordingContext*, GrTextTarget*, const GrClip&,
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.h | 38 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
|
D | SkSVGDevice.cpp | 974 void SkSVGDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkSVGDevice
|
/third_party/flutter/skia/src/core/ |
D | SkGlyphRun.cpp | 195 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob() 209 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob()
|
D | SkDraw_text.cpp | 100 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
|
D | SkDevice.h | 215 virtual void drawGlyphRunList(const SkGlyphRunList& glyphRunList) = 0; 418 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList() function
|
D | SkDraw.h | 63 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
|
D | SkBitmapDevice.h | 101 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
|
D | SkOverdrawCanvas.cpp | 63 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function in __anon534a71310111::TextDevice
|
D | SkBitmapDevice.cpp | 541 void SkBitmapDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkBitmapDevice 542 LOOP_TILER( drawGlyphRunList(glyphRunList, &fGlyphPainter), nullptr ) in drawGlyphRunList()
|
D | SkDevice.cpp | 407 this->drawGlyphRunList(SkGlyphRunList{glyphRun, transformingPaint}); in drawGlyphRunRSXform()
|
D | SkRemoteGlyphCache.cpp | 338 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function in SkTextBlobCacheDiffCanvas::TrackLayerDevice
|
/third_party/skia/src/core/ |
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()
|
D | SkDraw.h | 64 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
|
D | SkDraw_text.cpp | 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
|
D | SkOverdrawCanvas.cpp | 91 device.drawGlyphRunList(glyphRunList, paint); in onDrawGlyphRunList()
|
D | SkDevice.h | 200 void drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
|
D | SkBitmapDevice.cpp | 543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 90 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.h | 97 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.h | 87 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
|
D | GrRenderTargetContext.h | 62 virtual void drawGlyphRunList(const GrClip&, const SkMatrix& viewMatrix, const SkGlyphRunList&);
|
D | SkGpuDevice.cpp | 1594 void SkGpuDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkGpuDevice 1604 fRenderTargetContext->drawGlyphRunList(this->clip(), ctm, glyphRunList); in drawGlyphRunList()
|
/third_party/flutter/skia/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 166 atlasTextContext->drawGlyphRunList(grContext, this, GrNoClip(), this->ctm(), props, in drawText()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 476 void drawGlyphRunList(const GrClip*,
|