/third_party/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 42 auto glyphRunList = builder.textToGlyphRunList(font, paint, gText, len, {100, 100}); variable
|
/third_party/skia/src/core/ |
H A D | SkDraw_text.cpp | 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList() argument
|
H A D | SkTextBlobTrace.cpp | 86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() argument
|
H A D | SkGlyphRunPainter.cpp | 80 drawForBitmapDevice( const SkGlyphRunList& glyphRunList, const SkPaint& paint, const SkMatrix& deviceMatrix, const BitmapDevicePainter* bitmapDevice) drawForBitmapDevice() argument
|
H A D | SkGlyphRun.cpp | 108 SkGlyphRunList( const SkTextBlob* blob, SkRect bounds, SkPoint origin, SkSpan<const SkGlyphRun> glyphRunList) SkGlyphRunList() argument
|
H A D | SkOverdrawCanvas.cpp | 81 auto glyphRunList = b.blobToGlyphRunList(*blob, {x, y}); in onDrawTextBlob() local 85 onDrawGlyphRunList( const SkGlyphRunList& glyphRunList, const SkPaint& paint) onDrawGlyphRunList() argument
|
H A D | SkBitmapDevice.cpp | 541 void SkBitmapDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() argument
|
H A D | SkTextBlob.cpp | 934 auto glyphRunList = builder.blobToGlyphRunList(*this, {0, 0}); in getIntercepts() local
|
H A D | SkRecorder.cpp | 237 void SkRecorder::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() argument
|
H A D | SkDevice.cpp | 438 void SkBaseDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in drawGlyphRunList() argument 450 void SkBaseDevice::simplifyGlyphRunRSXFormAndRedraw(const SkGlyphRunList& glyphRunList, in simplifyGlyphRunRSXFormAndRedraw() argument
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlobCache.cpp | 23 addOrReturnExisting( const SkGlyphRunList& glyphRunList, sk_sp<GrTextBlob> blob) addOrReturnExisting() argument
|
H A D | GrTextBlob.cpp | 215 draw(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint, skgpu::v1::SurfaceDrawContext* sdc) const draw() argument 597 draw(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint, skgpu::v1::SurfaceDrawContext* sdc) const draw() argument 952 draw(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint, skgpu::v1::SurfaceDrawContext* sdc) const draw() argument 1229 draw(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint, skgpu::v1::SurfaceDrawContext* sdc) const draw() argument 1511 Make(const SkGlyphRunList& glyphRunList, const SkPaint& paint, const SkMatrix& drawMatrix, const GrSDFTControl& control, SkGlyphRunListPainter* painter) Make() argument 2327 GrSubRunNoCachePainter(skgpu::v1::SurfaceDrawContext* sdc, GrSubRunAllocator* alloc, const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) GrSubRunNoCachePainter() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | AtlasTextOp.cpp | 500 auto glyphRunList = builder.textToGlyphRunList(font, skPaint, text, textLen, drawOrigin); in CreateOpTestingOnly() local
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 879 void Device::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() argument
|
H A D | SurfaceDrawContext.cpp | 329 drawGlyphRunListNoCache(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunListNoCache() argument 351 drawGlyphRunListWithCache(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunListWithCache() argument 400 drawGlyphRunList(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunList() argument [all...] |
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1898 void SkXPSDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 959 void SkPDFDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() argument
|