Home
last modified time | relevance | path

Searched defs:glyphRunList (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/text/gpu/
DTextBlobRedrawCoordinator.cpp35 const GlyphRunList& glyphRunList, in drawGlyphRunList()
49 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
61 const GlyphRunList& glyphRunList, in findOrCreateBlob()
96 const GlyphRunList& glyphRunList, sk_sp<TextBlob> blob) { in addOrReturnExisting()
DTextBlob.cpp185 const sktext::GlyphRunList& glyphRunList, in Make()
223 auto TextBlob::Key::Make(const GlyphRunList& glyphRunList, in Make()
333 sk_sp<TextBlob> TextBlob::Make(const GlyphRunList& glyphRunList, in Make()
438 Device::convertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
468 const sktext::GlyphRunList& glyphRunList, in MakeSlug()
DSubRunContainer.cpp2298 size_t SubRunContainer::EstimateAllocSize(const GlyphRunList& glyphRunList) { in EstimateAllocSize()
2474 const GlyphRunList& glyphRunList, in MakeInAlloc()
/external/skia/src/core/
DSkOverdrawCanvas.cpp71 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
88 auto glyphRunList = b.blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local
93 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
DSkDraw_text.cpp113 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
DSkTextBlobTrace.cpp87 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in capture()
DSkCanvas.cpp2437 auto glyphRunList = fScratchGlyphRunBuilder->blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local
2441 void SkCanvas::onDrawGlyphRunList(const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
2456 auto glyphRunList = fScratchGlyphRunBuilder->blobToGlyphRunList(blob, origin); in convertBlobToSlug() local
2462 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onConvertGlyphRunListToSlug()
2500 const sktext::GlyphRunList& glyphRunList = in drawSimpleText() local
2523 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local
2541 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local
2561 sktext::GlyphRunList glyphRunList = fScratchGlyphRunBuilder->makeGlyphRunList( in drawGlyphs() local
3004 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
3024 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
[all …]
DSkDevice.cpp420 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
435 const sktext::GlyphRunList& glyphRunList, in simplifyGlyphRunRSXFormAndRedraw()
482 const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
DSkGlyphRunPainter.cpp163 const sktext::GlyphRunList& glyphRunList, in drawForBitmapDevice()
DSkChromeRemoteGlyphCache.cpp665 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
686 sk_sp<sktext::gpu::Slug> convertGlyphRunListToSlug(const sktext::GlyphRunList& glyphRunList, in convertGlyphRunListToSlug()
DSkRecorder.cpp263 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList()
DSkBitmapDevice.cpp522 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
DSkTextBlob.cpp929 auto glyphRunList = builder.blobToGlyphRunList(*this, {0, 0}); in getIntercepts() local
/external/skia/bench/
DGlyphQuadFillBench.cpp53 auto glyphRunList = builder.textToGlyphRunList(font, paint, gText, len, {100, 100}); in onPerCanvasPreDraw() local
/external/skia/src/text/
DGlyphRun.cpp46 SkSpan<const GlyphRun> glyphRunList, in GlyphRunList()
374 auto SkSubRunBuffers::EnsureBuffers(const GlyphRunList& glyphRunList) -> ScopedBuffers { in EnsureBuffers()
/external/skia/src/gpu/ganesh/
DDevice.cpp1120 const sktext::GlyphRunList& glyphRunList, in testingOnly_drawGlyphRunListWithSlug()
1133 const sktext::GlyphRunList& glyphRunList, in testingOnly_drawGlyphRunListWithSerializedSlug()
1218 const sktext::GlyphRunList& glyphRunList, in testingOnly_drawGlyphRunListWithSerializedSlugAndStrike()
1270 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
DSurfaceDrawContext.cpp334 const sktext::GlyphRunList& glyphRunList, in drawGlyphRunList()
/external/skia/src/gpu/ganesh/ops/
DAtlasTextOp.cpp531 auto glyphRunList = builder.textToGlyphRunList(font, skPaint, text, textLen, drawOrigin); in CreateOpTestingOnly() local
/external/skia/tests/
DGrTextBlobTest.cpp361 auto glyphRunList = grBuilder.blobToGlyphRunList(*blob, {100, 100}); in DEF_TEST() local
/external/skia/src/gpu/graphite/
DDevice.cpp762 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
/external/skia/src/svg/
DSkSVGDevice.cpp1113 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
/external/skia/src/xps/
DSkXPSDevice.cpp1896 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
/external/skia/src/pdf/
DSkPDFDevice.cpp957 const sktext::GlyphRunList& glyphRunList, in onDrawGlyphRunList()
/external/skia/tools/viewer/
DViewer.cpp1392 const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) override { in onDrawGlyphRunList()