/external/skqp/src/xps/ |
D | SkXPSDevice.h | 101 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.h | 36 sk_sp<GrTextBlob> makeBlob(const SkGlyphRunList& glyphRunList, GrColor color) { in makeBlob() 40 sk_sp<GrTextBlob> makeCachedBlob(const SkGlyphRunList& glyphRunList, in makeCachedBlob()
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 67 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override { in onDrawGlyphRunList() 81 auto glyphRunList = b.blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local 86 const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|
D | SkGlyphRunPainter.cpp | 82 const SkGlyphRunList& glyphRunList, const SkPaint& paint, const SkMatrix& deviceMatrix, in drawForBitmapDevice() 372 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers()
|
D | SkTextBlobTrace.cpp | 86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture()
|
D | SkDraw_text.cpp | 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkDevice.cpp | 435 void SkBaseDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in drawGlyphRunList() 447 void SkBaseDevice::simplifyGlyphRunRSXFormAndRedraw(const SkGlyphRunList& glyphRunList, in simplifyGlyphRunRSXFormAndRedraw()
|
D | SkGlyphRun.cpp | 113 SkSpan<const SkGlyphRun> glyphRunList) in SkGlyphRunList()
|
D | SkCanvas.cpp | 2184 auto glyphRunList = fScratchGlyphRunBuilder->blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local 2188 void SkCanvas::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() 2203 const SkGlyphRunList& glyphRunList = in drawSimpleText() local 2225 SkGlyphRunList glyphRunList { in drawGlyphs() local 2245 SkGlyphRunList glyphRunList { in drawGlyphs() local 2268 SkGlyphRunList glyphRunList { in drawGlyphs() local
|
D | SkRecorder.cpp | 237 void SkRecorder::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|
D | SkDevice.h | 533 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override {} in onDrawGlyphRunList()
|
D | SkBitmapDevice.cpp | 546 void SkBitmapDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|
/external/skqp/src/core/ |
D | SkDraw_text.cpp | 115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkGlyphRunPainter.cpp | 153 const SkGlyphRunList& glyphRunList, const SkMatrix& deviceMatrix, in drawForBitmapDevice() 479 SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) { in ensureBuffers() 509 const SkGlyphRunList& glyphRunList) { in drawGlyphRunList() 693 const SkGlyphRunList& glyphRunList, in generateFromGlyphRunList() 898 auto glyphRunList = builder.useGlyphRunList(); in createOp_TestingOnly() local
|
D | SkGlyphRun.cpp | 51 SkSpan<const SkGlyphRun> glyphRunList) in SkGlyphRunList()
|
D | SkDevice.h | 428 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList()
|
D | SkBitmapDevice.cpp | 554 void SkBitmapDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList) { in drawGlyphRunList()
|
D | SkRemoteGlyphCache.cpp | 214 const SkGlyphRunList& glyphRunList) { in drawGlyphRunList()
|
/external/skia/bench/ |
D | GlyphQuadFillBench.cpp | 43 auto glyphRunList = builder.textToGlyphRunList(font, paint, gText, len, {100, 100}); in onPerCanvasPreDraw() local
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 214 const SkGlyphRunList& glyphRunList, in draw() 555 const SkGlyphRunList& glyphRunList, in draw() 634 const SkGlyphRunList& glyphRunList, in makeAtlasTextOp() 930 const SkGlyphRunList& glyphRunList, in draw() 952 const SkGlyphRunList& glyphRunList, in makeAtlasTextOp() 1231 const SkGlyphRunList& glyphRunList, in makeAtlasTextOp() 1274 const SkGlyphRunList& glyphRunList, in draw() 1371 auto GrTextBlob::Key::Make(const SkGlyphRunList& glyphRunList, in Make() 1485 sk_sp<GrTextBlob> GrTextBlob::Make(const SkGlyphRunList& glyphRunList, in Make() 1752 const SkGlyphRunList& glyphRunList, in makeAtlasTextOp() [all …]
|
D | GrTextBlobCache.cpp | 24 const SkGlyphRunList& glyphRunList, sk_sp<GrTextBlob> blob) { in addOrReturnExisting()
|
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 163 auto glyphRunList = builder.useGlyphRunList(); in drawText() local
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 502 auto glyphRunList = builder.textToGlyphRunList(font, skPaint, text, textLen, drawOrigin); in CreateOpTestingOnly() local
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.cpp | 356 const SkGlyphRunList& glyphRunList, in drawGlyphRunListNoCache() 379 const SkGlyphRunList& glyphRunList, in drawGlyphRunListWithCache() 428 const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
D | SkGpuDevice_nga.cpp | 203 void SkGpuDevice_nga::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|