/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 8 #include "src/core/SkDraw.h" 55 SkDraw::SkDraw() {} in SkDraw() function in SkDraw 57 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds() 76 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint() 341 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints() 562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType() 598 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path() 600 SkDraw dra in draw_rect_as_path() [all...] |
H A D | SkAutoBlitterChoose.h | 14 #include "src/core/SkDraw.h" 24 SkAutoBlitterChoose(const SkDraw& draw, const SkMatrixProvider* matrixProvider, in SkAutoBlitterChoose() 32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider, in choose()
|
H A D | SkDraw_text.cpp | 9 #include "src/core/SkDraw.h" 38 void SkDraw::paintMasks(SkDrawableGlyphBuffer* drawables, const SkPaint& paint) const { in paintMasks() 114 void SkDraw::paintPaths(SkDrawableGlyphBuffer* drawables, in paintPaths() 127 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
|
H A D | SkDraw.h | 33 class SK_API SkDraw : public SkGlyphRunListPainter::BitmapDevicePainter { class 35 SkDraw();
|
H A D | SkBitmapDevice.cpp | 18 #include "src/core/SkDraw.h" 54 SkDraw fDraw; 125 const SkDraw* next() { in next() 182 while (const SkDraw* priv_draw = priv_tiler.next()) { \ 186 // Helper to create an SkDraw from a device 187 class SkBitmapDevice::BDDraw : public SkDraw { 395 while (const SkDraw* draw = tiler.next()) { in drawPath() 575 SkDraw draw; in drawDevice() 600 SkDraw draw; in drawSpecial()
|
H A D | SkDraw_atlas.cpp | 15 #include "src/core/SkDraw.h" 89 void SkDraw::drawAtlas(const SkRSXform xform[], in drawAtlas() 120 SkDraw draw(*this); in drawAtlas()
|
H A D | SkMaskFilterBase.h | 229 friend class SkDraw;
|
H A D | SkBitmapDevice.h | 143 friend class SkDraw;
|
H A D | SkDraw_vertices.cpp | 14 #include "src/core/SkDraw.h" 308 void SkDraw::drawFixedVertices(const SkVertices* vertices, SkBlendMode blendMode, in drawFixedVertices() 515 void SkDraw::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices()
|
H A D | SkDevice.h | 414 friend class SkDraw;
|
H A D | SkMaskFilter.cpp | 15 #include "src/core/SkDraw.h" 268 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
H A D | SkPixmap.cpp | 22 #include "src/core/SkDraw.h" 191 SkDraw draw; in erase()
|
H A D | SkScalerContext.cpp | 20 #include "src/core/SkDraw.h" 524 SkDraw draw; in generateMask()
|
/third_party/skia/src/gpu/ |
H A D | GrSWMaskHelper.h | 16 #include "src/core/SkDraw.h" 74 SkDraw fDraw;
|
H A D | GrBlurUtils.cpp | 30 #include "src/core/SkDraw.h" 128 // TODO: it seems like we could create an SkDraw here and set its fMatrix field rather in sw_create_filtered_mask() 137 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_create_filtered_mask()
|
/third_party/skia/bench/ |
H A D | CoverageBench.cpp | 15 #include "src/core/SkDraw.h" 26 SkDraw fDraw;
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathRenderer.cpp | 14 #include "src/core/SkDraw.h" 417 SkDraw draw; in addDFPathToAtlas() 496 SkDraw draw; in addBMPathToAtlas()
|
/third_party/skia/src/codec/ |
H A D | SkWuffsCodec.cpp | 17 #include "src/core/SkDraw.h" 696 SkDraw draw; in onIncrementalDecodeTwoPass()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 28 #include "src/core/SkDraw.h" 154 SkDraw draw; in draw_points() 412 // SkDraw::drawPoints converts to multiple calls to fDevice->drawPath. in drawPoints() 507 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 23 #include "src/core/SkDraw.h" 368 // else we let the SkDraw call our drawPath() in drawPoints() 374 SkDraw draw; in drawPoints()
|
/third_party/skia/tests/ |
H A D | SkRemoteGlyphCacheTest.cpp | 14 #include "src/core/SkDraw.h" 604 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I()));
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 20 #include "src/core/SkDraw.h" 1070 SkDraw draw; in generateColorGlyphImage()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 42 #include "src/core/SkDraw.h" 1590 if (SkDraw::DrawToMask( in drawPath()
|