Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp42 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter
63 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter
67 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter()
70 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, const GrColorInfo& csi) in SkGlyphRunListPainter() function in SkGlyphRunListPainter
71 : SkGlyphRunListPainter(props, in SkGlyphRunListPainter()
76 SkGlyphRunListPainter::SkGlyphRunListPainter(const GrSurfaceDrawContext& rtc) in SkGlyphRunListPainter() function in SkGlyphRunListPainter
77 : SkGlyphRunListPainter{rtc.surfaceProps(), rtc.colorInfo()} {} in SkGlyphRunListPainter()
81 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice()
228 void SkGlyphRunListPainter::processGlyphRun(const SkGlyphRun& glyphRun, in processGlyphRun()
372 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 GrSurfaceDrawContext& surfaceDrawContext);
97 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType,
101 ScopedBuffers(SkGlyphRunListPainter* painter, size_t size);
103 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.h162 SkGlyphRunListPainter fGlyphPainter;
DSkRemoteGlyphCache.cpp857 SkGlyphRunListPainter fPainter;
/external/skqp/src/core/
DSkGlyphRunPainter.cpp74 SkGlyphRunListPainter::SkGlyphRunListPainter( in SkGlyphRunListPainter() function in SkGlyphRunListPainter
96 SkGlyphRunListPainter::SkGlyphRunListPainter( in SkGlyphRunListPainter() function in SkGlyphRunListPainter
98 : SkGlyphRunListPainter(props, kUnknown_SkColorType, compute_scaler_context_flags(csi)) {} in SkGlyphRunListPainter()
100 SkGlyphRunListPainter::SkGlyphRunListPainter(const GrRenderTargetContext& rtc) in SkGlyphRunListPainter() function in SkGlyphRunListPainter
101 : SkGlyphRunListPainter{rtc.surfaceProps(), rtc.colorSpaceInfo()} {} in SkGlyphRunListPainter()
105 bool SkGlyphRunListPainter::ShouldDrawAsPath( in ShouldDrawAsPath()
152 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice()
256 void SkGlyphRunListPainter::processARGBFallback( in processARGBFallback()
335 void SkGlyphRunListPainter::drawGlyphRunAsPathWithARGBFallback( in drawGlyphRunAsPathWithARGBFallback()
372 void SkGlyphRunListPainter::drawGlyphRunAsBMPWithPathFallback( in drawGlyphRunAsBMPWithPathFallback()
[all …]
DSkGlyphRunPainter.h45 class SkGlyphRunListPainter {
48 SkGlyphRunListPainter(
52 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorSpaceInfo&);
53 explicit SkGlyphRunListPainter(const GrRenderTargetContext& renderTargetContext);
121 ScopedBuffers(SkGlyphRunListPainter* painter, int size);
123 SkGlyphRunListPainter* fPainter;
DSkDraw.h32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter {
64 SkGlyphRunListPainter* glyphPainter) const;
85 void paintPaths(SkSpan<const SkGlyphRunListPainter::PathAndPos> pathsAndPositions,
DSkDraw_text.cpp104 void SkDraw::paintPaths(SkSpan<const SkGlyphRunListPainter::PathAndPos> pathsAndPositions, in paintPaths()
116 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
DSkRemoteGlyphCacheImpl.h137 SkGlyphRunListPainter fPainter;
DSkBitmapDevice.h165 SkGlyphRunListPainter fGlyphPainter;
/external/skqp/src/gpu/text/
DGrTextTarget.h18 class SkGlyphRunListPainter; variable
42 virtual SkGlyphRunListPainter* glyphPainter() = 0;
DGrTextBlob.h66 SkGlyphRunListPainter* glyphPainter);
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp115 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter()
133 SkGlyphRunListPainter fGlyphPainter;
/external/skia/src/gpu/
DGrSurfaceDrawContext.h607 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter()
731 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter()
743 SkGlyphRunListPainter fGlyphPainter;
/external/skia/bench/
DGlyphQuadFillBench.cpp49 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, in onPerCanvasPreDraw()
/external/skia/include/core/
DSkFont.h514 friend class SkGlyphRunListPainter; variable
/external/skqp/include/core/
DSkFont.h513 friend class SkGlyphRunListPainter; variable
/external/skia/src/gpu/text/
DGrTextBlob.h210 SkGlyphRunListPainter* painter);
DGrTextBlob.cpp1489 SkGlyphRunListPainter* painter) { in Make()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp511 SkGlyphRunListPainter* painter = rtc->glyphRunPainter(); in CreateOpTestingOnly()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp94 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter()
100 SkGlyphRunListPainter fGlyphPainter;