/external/skia/src/core/ |
D | SkGlyphRunPainter.h | 39 class SkGlyphRunListPainter { 42 SkGlyphRunListPainter(const SkSurfaceProps& props, 50 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorSpaceInfo&); 51 explicit SkGlyphRunListPainter(const GrRenderTargetContext& renderTargetContext); 84 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, 88 ScopedBuffers(SkGlyphRunListPainter* painter, int size); 90 SkGlyphRunListPainter* fPainter;
|
D | SkGlyphRunPainter.cpp | 79 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 100 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 104 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter() 107 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() function in SkGlyphRunListPainter 109 : SkGlyphRunListPainter(props, in SkGlyphRunListPainter() 114 SkGlyphRunListPainter::SkGlyphRunListPainter(const GrRenderTargetContext& rtc) in SkGlyphRunListPainter() function in SkGlyphRunListPainter 115 : SkGlyphRunListPainter{rtc.surfaceProps(), rtc.colorSpaceInfo()} {} in SkGlyphRunListPainter() 119 bool SkGlyphRunListPainter::ShouldDrawAsPath( in ShouldDrawAsPath() 166 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice() 270 void SkGlyphRunListPainter::processARGBFallback(SkScalar maxSourceGlyphDimension, in processARGBFallback() [all …]
|
D | SkDraw.h | 32 class SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { 64 SkGlyphRunListPainter* glyphPainter) const;
|
D | SkRemoteGlyphCacheImpl.h | 117 SkGlyphRunListPainter fPainter;
|
D | SkDraw_text.cpp | 116 SkGlyphRunListPainter* glyphPainter) const { in drawGlyphRunList()
|
D | SkBitmapDevice.h | 164 SkGlyphRunListPainter fGlyphPainter;
|
/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/skia/src/gpu/text/ |
D | GrTextTarget.h | 19 class SkGlyphRunListPainter; variable 43 virtual SkGlyphRunListPainter* glyphPainter() = 0;
|
D | GrTextBlob.h | 65 SkGlyphRunListPainter* glyphPainter);
|
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 115 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 133 SkGlyphRunListPainter fGlyphPainter;
|
/external/skia/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 115 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 133 SkGlyphRunListPainter fGlyphPainter;
|
/external/skqp/include/core/ |
D | SkFont.h | 513 friend class SkGlyphRunListPainter; variable
|
/external/skia/include/core/ |
D | SkFont.h | 513 friend class SkGlyphRunListPainter; variable
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 94 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 100 SkGlyphRunListPainter fGlyphPainter;
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 99 SkGlyphRunListPainter* glyphPainter() override { in glyphPainter() 105 SkGlyphRunListPainter fGlyphPainter;
|