/aosp_15_r20/external/skia/tools/gpu/ |
H A D | TestCanvas.cpp | 36 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() 56 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() 141 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|
/aosp_15_r20/external/skia/src/text/gpu/ |
H A D | TextBlob.cpp | 84 auto TextBlob::Key::Make(const GlyphRunList& glyphRunList, in Make() 194 sk_sp<TextBlob> TextBlob::Make(const GlyphRunList& glyphRunList, in Make() 256 const sktext::GlyphRunList& glyphRunList, in MakeSlug()
|
H A D | TextBlobRedrawCoordinator.cpp | 41 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList() 52 const GlyphRunList& glyphRunList, in findOrCreateBlob() 93 const GlyphRunList& glyphRunList, sk_sp<TextBlob> blob) { in addOrReturnExisting()
|
H A D | SkChromeRemoteGlyphCache.cpp | 479 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList() 499 sk_sp<sktext::gpu::Slug> convertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
|
H A D | SlugImpl.cpp | 75 const sktext::GlyphRunList& glyphRunList, in Make()
|
H A D | SubRunContainer.cpp | 1421 size_t SubRunContainer::EstimateAllocSize(const GlyphRunList& glyphRunList) { in EstimateAllocSize() 1684 const GlyphRunList& glyphRunList, in MakeInAlloc()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkOverdrawCanvas.cpp | 84 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList() 100 auto glyphRunList = b.blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local 104 void SkOverdrawCanvas::onDrawGlyphRunList(const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
|
H A D | SkCanvas.cpp | 2376 auto glyphRunList = fScratchGlyphRunBuilder->blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local 2380 void SkCanvas::onDrawGlyphRunList(const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() 2399 auto glyphRunList = fScratchGlyphRunBuilder->blobToGlyphRunList(blob, origin); in convertBlobToSlug() local 2403 sk_sp<Slug> SkCanvas::onConvertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in onConvertGlyphRunListToSlug() 2442 const sktext::GlyphRunList& glyphRunList = in drawSimpleText() local 2465 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local 2483 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local 2503 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local
|
H A D | SkDevice.cpp | 427 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList() 441 const sktext::GlyphRunList& glyphRunList, in simplifyGlyphRunRSXFormAndRedraw() 484 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in convertGlyphRunListToSlug()
|
H A D | SkDraw_text.cpp | 128 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
|
H A D | SkGlyphRunPainter.cpp | 175 const sktext::GlyphRunList& glyphRunList, in drawForBitmapDevice()
|
H A D | SkBitmapDevice.cpp | 531 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
|
H A D | SkRecorder.cpp | 258 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
|
H A D | SkTextBlob.cpp | 936 auto glyphRunList = builder.blobToGlyphRunList(*this, {0, 0}); in getIntercepts() local
|
/aosp_15_r20/external/skia/tools/gpu/ganesh/ |
H A D | AtlasTextOpTools.cpp | 42 auto glyphRunList = builder.textToGlyphRunList(font, skPaint, text, textLen, drawOrigin); in CreateOp() local
|
/aosp_15_r20/external/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 56 auto glyphRunList = builder.textToGlyphRunList(font, paint, gText, len, {100, 100}); in onPerCanvasPreDraw() local
|
/aosp_15_r20/external/skia/tools/text/ |
H A D | SkTextBlobTrace.cpp | 100 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in capture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | Device.cpp | 1237 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList() 1496 sk_sp<sktext::gpu::Slug> Device::convertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
|
H A D | SurfaceDrawContext.cpp | 358 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Device.cpp | 1104 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList() 1972 sk_sp<sktext::gpu::Slug> Device::convertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
|
/aosp_15_r20/external/skia/src/text/ |
H A D | GlyphRun.cpp | 48 SkSpan<const GlyphRun> glyphRunList, in GlyphRunList()
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrTextBlobTest.cpp | 363 auto glyphRunList = grBuilder.blobToGlyphRunList(*blob, {100, 100}); in DEF_TEST() local
|
/aosp_15_r20/external/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 1139 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
|
/aosp_15_r20/external/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1889 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 1066 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
|