/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 42 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 …]
|
D | SkGlyphRunPainter.h | 53 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;
|
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 | 162 SkGlyphRunListPainter fGlyphPainter;
|
D | SkRemoteGlyphCache.cpp | 857 SkGlyphRunListPainter fPainter;
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 74 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 …]
|
D | SkGlyphRunPainter.h | 45 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;
|
D | SkDraw.h | 32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 64 SkGlyphRunListPainter* glyphPainter) const; 85 void paintPaths(SkSpan<const SkGlyphRunListPainter::PathAndPos> pathsAndPositions,
|
D | SkDraw_text.cpp | 104 void SkDraw::paintPaths(SkSpan<const SkGlyphRunListPainter::PathAndPos> pathsAndPositions, in paintPaths() 116 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
|
D | SkRemoteGlyphCacheImpl.h | 137 SkGlyphRunListPainter fPainter;
|
D | SkBitmapDevice.h | 165 SkGlyphRunListPainter fGlyphPainter;
|
/external/skqp/src/gpu/text/ |
D | GrTextTarget.h | 18 class SkGlyphRunListPainter; variable 42 virtual SkGlyphRunListPainter* glyphPainter() = 0;
|
D | GrTextBlob.h | 66 SkGlyphRunListPainter* glyphPainter);
|
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 115 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 133 SkGlyphRunListPainter fGlyphPainter;
|
/external/skia/bench/ |
D | GlyphQuadFillBench.cpp | 49 SkGlyphRunListPainter painter{props, kUnknown_SkColorType, in onPerCanvasPreDraw()
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 607 SkGlyphRunListPainter* glyphRunPainter() { return &fGlyphPainter; } in glyphRunPainter() 731 SkGlyphRunListPainter* glyphPainter() { return &fGlyphPainter; } in glyphPainter() 743 SkGlyphRunListPainter fGlyphPainter;
|
/external/skia/include/core/ |
D | SkFont.h | 514 friend class SkGlyphRunListPainter; variable
|
/external/skqp/include/core/ |
D | SkFont.h | 513 friend class SkGlyphRunListPainter; variable
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 210 SkGlyphRunListPainter* painter);
|
D | GrTextBlob.cpp | 1489 SkGlyphRunListPainter* painter) { in Make()
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 511 SkGlyphRunListPainter* painter = rtc->glyphRunPainter(); in CreateOpTestingOnly()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 94 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 100 SkGlyphRunListPainter fGlyphPainter;
|