/third_party/skia/src/core/ |
H A D | SkOverdrawCanvas.cpp | 67 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override { 82 this->onDrawGlyphRunList(glyphRunList, paint); in onDrawTextBlob() 85 void SkOverdrawCanvas::onDrawGlyphRunList( in onDrawGlyphRunList() function in SkOverdrawCanvas
|
H A D | SkBitmapDevice.h | 115 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | SkRecorder.h | 76 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | SkDevice.h | 200 // Ensure that non-RSXForm runs are passed to onDrawGlyphRunList. 303 virtual void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) = 0; 532 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override {}
|
H A D | SkCanvas.cpp | 2306 this->onDrawGlyphRunList(glyphRunList, paint); 2309 void SkCanvas::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { 2330 this->onDrawGlyphRunList(glyphRunList, paint); 2353 this->onDrawGlyphRunList(glyphRunList, paint); 2373 this->onDrawGlyphRunList(glyphRunList, paint); 2396 this->onDrawGlyphRunList(glyphRunList, paint);
|
H A D | SkRecorder.cpp | 237 void SkRecorder::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() function in SkRecorder
|
H A D | SkDevice.cpp | 444 this->onDrawGlyphRunList(glyphRunList, paint); in drawGlyphRunList()
|
H A D | SkBitmapDevice.cpp | 541 void SkBitmapDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() function in SkBitmapDevice
|
H A D | SkRemoteGlyphCache.cpp | 802 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override {
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.h | 38 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
/third_party/skia/include/core/ |
H A D | SkOverdrawCanvas.h | 25 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | SkCanvas.h | 2291 virtual void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint);
|
/third_party/skia/src/utils/ |
H A D | SkPaintFilterCanvas.cpp | 199 void SkPaintFilterCanvas::onDrawGlyphRunList(const SkGlyphRunList& list, const SkPaint& paint) { in onDrawGlyphRunList() function in SkPaintFilterCanvas 202 this->SkNWayCanvas::onDrawGlyphRunList(list, apf.paint()); in onDrawGlyphRunList()
|
H A D | SkNWayCanvas.cpp | 288 void SkNWayCanvas::onDrawGlyphRunList(const SkGlyphRunList& list, const SkPaint &paint) { in onDrawGlyphRunList() function in SkNWayCanvas 291 iter->onDrawGlyphRunList(list, paint); in onDrawGlyphRunList()
|
/third_party/skia/include/utils/ |
H A D | SkPaintFilterCanvas.h | 77 void onDrawGlyphRunList(const SkGlyphRunList&, const SkPaint&) override;
|
H A D | SkNWayCanvas.h | 41 void onDrawGlyphRunList(const SkGlyphRunList&, const SkPaint&) override;
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.h | 87 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | SkPDFDevice.cpp | 959 void SkPDFDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() function in SkPDFDevice
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.h | 105 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override {}
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.h | 97 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | SkXPSDevice.cpp | 1898 void SkXPSDevice::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() function in SkXPSDevice
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 116 void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override;
|
H A D | Device.cpp | 879 void Device::onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in onDrawGlyphRunList() function in skgpu::v1::Device
|