Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/gpu/text/
DGrTextContext.h48 void drawGlyphRunList(GrRecordingContext*, GrTextTarget*, const GrClip&,
/third_party/flutter/skia/src/svg/
DSkSVGDevice.h38 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkSVGDevice.cpp974 void SkSVGDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkSVGDevice
/third_party/flutter/skia/src/core/
DSkGlyphRun.cpp195 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob()
209 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob()
DSkDraw_text.cpp100 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
DSkDevice.h215 virtual void drawGlyphRunList(const SkGlyphRunList& glyphRunList) = 0;
418 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList() function
DSkDraw.h63 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
DSkBitmapDevice.h101 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkOverdrawCanvas.cpp63 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function in __anon534a71310111::TextDevice
DSkBitmapDevice.cpp541 void SkBitmapDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkBitmapDevice
542 LOOP_TILER( drawGlyphRunList(glyphRunList, &fGlyphPainter), nullptr ) in drawGlyphRunList()
DSkDevice.cpp407 this->drawGlyphRunList(SkGlyphRunList{glyphRun, transformingPaint}); in drawGlyphRunRSXform()
DSkRemoteGlyphCache.cpp338 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function in SkTextBlobCacheDiffCanvas::TrackLayerDevice
/third_party/skia/src/core/
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()
DSkDraw.h64 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
DSkDraw_text.cpp127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
DSkOverdrawCanvas.cpp91 device.drawGlyphRunList(glyphRunList, paint); in onDrawGlyphRunList()
DSkDevice.h200 void drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
DSkBitmapDevice.cpp543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.h90 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/third_party/flutter/skia/src/xps/
DSkXPSDevice.h97 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.h87 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DGrRenderTargetContext.h62 virtual void drawGlyphRunList(const GrClip&, const SkMatrix& viewMatrix, const SkGlyphRunList&);
DSkGpuDevice.cpp1594 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/
DSkAtlasTextTarget.cpp166 atlasTextContext->drawGlyphRunList(grContext, this, GrNoClip(), this->ctm(), props, in drawText()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h476 void drawGlyphRunList(const GrClip*,

12