Home
last modified time | relevance | path

Searched refs:devPath (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp312 SkPath devPath, fillPath; in getMetrics() local
315 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); in getMetrics()
333 devPath.getBounds().roundOut(&ir); in getMetrics()
401 SkPath devPath, fillPath; in getImage() local
404 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); in getImage()
450 draw.drawPath(devPath, paint); in getImage()
533 SkPath* devPath, SkMatrix* fillToDevMatrix) { in internalGetPath() argument
577 if (devPath) { in internalGetPath()
578 localPath.transform(matrix, devPath); in internalGetPath()
587 if (devPath) { in internalGetPath()
[all …]
DSkRasterizer.cpp54 SkPath devPath; in onRasterize() local
56 fillPath.transform(matrix, &devPath); in onRasterize()
57 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode); in onRasterize()
DSkMaskFilter.cpp30 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() argument
35 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkCanvas.cpp947 const SkPath& devPath, SkRegion::Op op) { in clipPathHelper() argument
957 return currRgn->setPath(devPath, *currRgn); in clipPathHelper()
961 rgn.setPath(devPath, base); in clipPathHelper()
969 return currRgn->setPath(devPath, base); in clipPathHelper()
972 rgn.setPath(devPath, base); in clipPathHelper()
985 SkPath devPath; in clipPath() local
986 path.transform(*fMCRec->fMatrix, &devPath); in clipPath()
989 fClipStack.clipDevPath(devPath, op); in clipPath()
991 return clipPathHelper(this, fMCRec->fRegion, devPath, op); in clipPath()
DSkDraw.cpp2545 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() argument
2548 if (devPath.isEmpty()) { in compute_bounds()
2557 SkRect pathBounds = devPath.getBounds(); in compute_bounds()
2600 static void draw_into_mask(const SkMask& mask, const SkPath& devPath) { in draw_into_mask() argument
2619 draw.drawPath(devPath, paint); in draw_into_mask()
2622 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument
2626 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()
2643 draw_into_mask(*mask, devPath); in DrawToMask()
/external/skia/src/effects/
DSkLayerRasterizer.cpp64 SkPath fillPath, devPath; in compute_bounds() local
79 p->transform(m, &devPath); in compute_bounds()
83 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
/external/skia/include/core/
DSkMaskFilter.h70 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix,
DSkDraw.h84 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
DSkScalerContext.h283 SkPath* devPath, SkMatrix* fillToDevMatrix);