Home
last modified time | relevance | path

Searched refs:SkGlyphRunListPainter (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRunPainter.cpp41 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 …]
DSkGlyphRunPainter.h53 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;
DSkDraw.h33 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
66 SkGlyphRunListPainter* glyphPainter) const;
DSkOverdrawCanvas.cpp46 class TextDevice : public SkNoPixelsDevice, public SkGlyphRunListPainter::BitmapDevicePainter {
74 SkGlyphRunListPainter fPainter;
DSkDraw_text.cpp129 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
DSkBitmapDevice.h161 SkGlyphRunListPainter fGlyphPainter;
DSkRemoteGlyphCache.cpp827 SkGlyphRunListPainter fPainter;
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h567 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter()
699 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter()
709 SkGlyphRunListPainter fGlyphPainter;
/third_party/skia/bench/
DGlyphQuadFillBench.cpp48 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, in onPerCanvasPreDraw()
/third_party/skia/include/core/
DSkFont.h530 friend class SkGlyphRunListPainter; variable
/third_party/skia/src/gpu/text/
DGrTextBlob.h221 SkGlyphRunListPainter* painter);
DGrTextBlob.cpp1515 SkGlyphRunListPainter* painter) { in Make()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp509 SkGlyphRunListPainter* painter = sdc->glyphRunPainter(); in CreateOpTestingOnly()