Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/text/
DGrTextContext.h47 void drawGlyphRunList(GrContext*, GrTextTarget*, const GrClip&,
/external/skqp/src/svg/
DSkSVGDevice.h38 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkSVGDevice.cpp928 void SkSVGDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkSVGDevice
/external/skqp/src/core/
DSkGlyphRun.cpp216 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob()
232 device->drawGlyphRunList(this->useGlyphRunList()); in drawTextBlob()
DSkRemoteGlyphCacheImpl.h115 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkDraw_text.cpp115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() function in SkDraw
DSkDraw.h63 void drawGlyphRunList(const SkGlyphRunList& glyphRunList,
DSkDevice.h227 virtual void drawGlyphRunList(const SkGlyphRunList& glyphRunList) = 0;
428 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList() function
DSkBitmapDevice.h102 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkBitmapDevice.cpp554 void SkBitmapDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkBitmapDevice
555 LOOP_TILER( drawGlyphRunList(glyphRunList, &fGlyphPainter), nullptr ) in drawGlyphRunList()
DSkDevice.cpp382 this->drawGlyphRunList(SkGlyphRunList{glyphRun, transformingPaint}); in drawGlyphRunRSXform()
DSkRemoteGlyphCache.cpp213 void SkTextBlobCacheDiffCanvas::TrackLayerDevice::drawGlyphRunList( in drawGlyphRunList() function in SkTextBlobCacheDiffCanvas::TrackLayerDevice
/external/skia/src/core/
DSkDevice.cpp435 void SkBaseDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in drawGlyphRunList() function in SkBaseDevice
451 this->drawGlyphRunList(SkGlyphRunList{run, run.sourceBounds(paint), {0, 0}}, paint); in simplifyGlyphRunRSXFormAndRedraw()
480 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.h206 void drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
DSkBitmapDevice.cpp548 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
/external/skqp/src/xps/
DSkXPSDevice.h101 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList() function
/external/skqp/src/pdf/
DSkPDFDevice.h93 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp165 atlasTextContext->drawGlyphRunList(grContext, this, GrNoClip(), this->ctm(), props, in drawText()
/external/skqp/src/gpu/
DSkGpuDevice.h89 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DGrRenderTargetContext.h61 virtual void drawGlyphRunList(const GrClip&, const SkMatrix& viewMatrix, const SkGlyphRunList&);
DSkGpuDevice.cpp1744 void SkGpuDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() function in SkGpuDevice
1754 fRenderTargetContext->drawGlyphRunList(this->clip(), ctm, glyphRunList); in drawGlyphRunList()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h506 void drawGlyphRunList(const GrClip*,

12