Searched refs:SkGlyphRunListPainter (Results 1 – 13 of 13) sorted by relevance
/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/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/skia/bench/ |
D | GlyphQuadFillBench.cpp | 48 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, in onPerCanvasPreDraw()
|
/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 | 1515 SkGlyphRunListPainter* painter) { in Make()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 509 SkGlyphRunListPainter* painter = sdc->glyphRunPainter(); in CreateOpTestingOnly()
|