/third_party/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 41 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 62 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 66 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter() 69 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, const GrColorInfo& csi) in SkGlyphRunListPainter() function in SkGlyphRunListPainter 70 : SkGlyphRunListPainter(props, in SkGlyphRunListPainter() 75 SkGlyphRunListPainter::SkGlyphRunListPainter(const skgpu::v1::SurfaceDrawContext& sdc) in SkGlyphRunListPainter() function in SkGlyphRunListPainter 76 : SkGlyphRunListPainter{sdc.surfaceProps(), sdc.colorInfo()} {} in SkGlyphRunListPainter() 80 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice() 227 void SkGlyphRunListPainter::processGlyphRun(const SkGlyphRun& glyphRun, in processGlyphRun() 375 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers() [all …]
|
D | SkGlyphRunPainter.h | 53 class SkGlyphRunListPainter { 56 SkGlyphRunListPainter(const SkSurfaceProps& props, 64 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorInfo&); 65 explicit SkGlyphRunListPainter(const skgpu::v1::SurfaceDrawContext&); 99 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, 103 ScopedBuffers(SkGlyphRunListPainter* painter, size_t size); 107 SkGlyphRunListPainter* fPainter;
|
D | SkDraw.h | 33 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 66 SkGlyphRunListPainter* glyphPainter) const;
|
D | SkOverdrawCanvas.cpp | 46 class TextDevice : public SkNoPixelsDevice, public SkGlyphRunListPainter::BitmapDevicePainter { 74 SkGlyphRunListPainter fPainter;
|
D | SkDraw_text.cpp | 129 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
|
D | SkBitmapDevice.h | 161 SkGlyphRunListPainter fGlyphPainter;
|
D | SkRemoteGlyphCache.cpp | 827 SkGlyphRunListPainter fPainter;
|
/third_party/flutter/skia/src/core/ |
D | SkGlyphRunPainter.h | 35 class SkGlyphRunListPainter { 38 SkGlyphRunListPainter(const SkSurfaceProps& props, 46 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorSpaceInfo&); 47 explicit SkGlyphRunListPainter(const GrRenderTargetContext& renderTargetContext); 77 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, 81 ScopedBuffers(SkGlyphRunListPainter* painter, int size); 83 SkGlyphRunListPainter* fPainter;
|
D | SkGlyphRunPainter.cpp | 61 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 82 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 86 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter() 89 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 91 : SkGlyphRunListPainter(props, in SkGlyphRunListPainter() 96 SkGlyphRunListPainter::SkGlyphRunListPainter(const GrRenderTargetContext& rtc) in SkGlyphRunListPainter() function in SkGlyphRunListPainter 97 : SkGlyphRunListPainter{rtc.surfaceProps(), rtc.colorSpaceInfo()} {} in SkGlyphRunListPainter() 112 SkSpan<const SkPackedGlyphID> SkGlyphRunListPainter::DeviceSpacePackedGlyphIDs( in DeviceSpacePackedGlyphIDs() 139 SkSpan<const SkPackedGlyphID> SkGlyphRunListPainter::SourceSpacePackedGlyphIDs( in SourceSpacePackedGlyphIDs() 158 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice() [all …]
|
D | SkDraw.h | 32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 64 SkGlyphRunListPainter* glyphPainter) const;
|
D | SkOverdrawCanvas.cpp | 46 class TextDevice : public SkNoPixelsDevice, public SkGlyphRunListPainter::BitmapDevicePainter { 69 SkGlyphRunListPainter fPainter;
|
D | SkDraw_text.cpp | 101 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
|
D | SkBitmapDevice.h | 166 SkGlyphRunListPainter fGlyphPainter;
|
D | SkRemoteGlyphCache.cpp | 355 SkGlyphRunListPainter fPainter;
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextTarget.h | 19 class SkGlyphRunListPainter; variable 43 virtual SkGlyphRunListPainter* glyphPainter() = 0;
|
D | GrTextBlob.h | 66 SkGlyphRunListPainter* glyphPainter);
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 567 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter() 699 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() 709 SkGlyphRunListPainter fGlyphPainter;
|
/third_party/flutter/skia/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 116 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 134 SkGlyphRunListPainter fGlyphPainter;
|
/third_party/skia/bench/ |
D | GlyphQuadFillBench.cpp | 48 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, in onPerCanvasPreDraw()
|
/third_party/flutter/skia/include/core/ |
D | SkFont.h | 513 friend class SkGlyphRunListPainter; variable
|
/third_party/skia/include/core/ |
D | SkFont.h | 530 friend class SkGlyphRunListPainter; variable
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.h | 221 SkGlyphRunListPainter* painter);
|
D | GrTextBlob.cpp | 1509 SkGlyphRunListPainter* painter) { in Make()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 509 SkGlyphRunListPainter* painter = sdc->glyphRunPainter(); in CreateOpTestingOnly()
|
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 106 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 112 SkGlyphRunListPainter fGlyphPainter;
|