Home
last modified time | relevance | path

Searched refs:SkDraw (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/core/
DSkDraw.cpp92 SkDraw::SkDraw() { in SkDraw() function in SkDraw
96 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds()
229 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint()
515 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints()
731 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType()
767 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect()
791 SkDraw draw(*this); in drawRect()
870 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask()
933 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect()
976 SkScalar SkDraw::ComputeResScaleForStroking(const SkMatrix& matrix) { in ComputeResScaleForStroking()
[all …]
DSkDraw.h30 class SkDraw {
32 SkDraw();
DSkRasterizer.cpp44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
DSkBitmapDevice.h142 friend class SkDraw; variable
DSkDevice.h344 friend class SkDraw; variable
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkBitmapDevice.cpp186 class SkBitmapDevice::BDDraw : public SkDraw {
DSkScalerContext.cpp404 SkDraw draw; in generateMask()
DSkPaint.cpp686 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) { in SkCanonicalizePaint()
DSkCanvas.cpp1069 SkDraw draw; in DrawDeviceWithFilter()
/external/skia/src/effects/
DSkLayerRasterizer.cpp78 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
115 SkDraw draw; in onRasterize()
/external/skia/bench/
DCoverageBench.cpp25 SkDraw fDraw;
/external/skia/src/gpu/
DGrSWMaskHelper.h92 SkDraw fDraw;
DGrBlurUtils.cpp68 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
DSkGpuDevice.cpp362 SkDraw draw; in drawPoints()
/external/skia/include/core/
DSkMaskFilter.h226 friend class SkDraw;
DSkPaint.h1165 friend class SkDraw; variable
DSkCanvas.h27 class SkDraw; variable
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp29 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix); in canDraw()
206 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) { in RegenerateTextBlob()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp457 SkDraw draw; in addDFPathToAtlas()
555 SkDraw draw; in addBMPathToAtlas()
/external/skia/src/xps/
DSkXPSDevice.cpp1147 SkDraw draw; in draw()
1158 draw(this, &SkDraw::drawPoints, mode, count, points, paint, this); in drawPoints()
1162 draw(this, &SkDraw::drawVertices, v->mode(), v->vertexCount(), v->positions(), v->texCoords(), in drawVertices()
1647 if (SkDraw::DrawToMask( in drawPath()
/external/skia/gn/
Dcore.gni121 "$_src/core/SkDraw.cpp",
122 "$_src/core/SkDraw.h",
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp855 SkDraw draw; in generateColorGlyphImage()
/external/skia/src/pdf/
DSkPDFDevice.cpp59 SkDraw draw; in draw_points()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt794 0.18^5270432^HTMLParserThrea^chrome ^[.] SkDraw::drawPosText(char const*, unsigned lo…
796 …--- SkDraw::drawPosText(char const*, unsigned long, float const*, float, int, SkPaint const&) const

12