Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp314 SkPath devPath, fillPath; in getMetrics() local
317 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); in getMetrics()
335 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()
532 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMa… in internalGetPath() argument
579 if (devPath) in internalGetPath()
580 localPath.transform(matrix, devPath); in internalGetPath()
590 if (devPath) in internalGetPath()
[all …]
DSkRasterizer.cpp57 SkPath devPath; in onRasterize() local
59 fillPath.transform(matrix, &devPath); in onRasterize()
60 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
36 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkCanvas.cpp858 SkPath devPath; in clipPath() local
859 path.transform(*fMCRec->fMatrix, &devPath); in clipPath()
862 return fMCRec->fRegion->setPath(devPath, *fMCRec->fRegion); in clipPath()
869 return fMCRec->fRegion->setPath(devPath, base); in clipPath()
872 rgn.setPath(devPath, base); in clipPath()
DSkDraw.cpp2407 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() argument
2410 if (devPath.isEmpty()) { in compute_bounds()
2419 SkRect pathBounds = devPath.getBounds(); in compute_bounds()
2462 static void draw_into_mask(const SkMask& mask, const SkPath& devPath) { in draw_into_mask() argument
2481 draw.drawPath(devPath, paint); in draw_into_mask()
2484 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument
2488 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()
2505 draw_into_mask(*mask, devPath); in DrawToMask()
/external/skia/src/effects/
DSkLayerRasterizer.cpp66 SkPath fillPath, devPath; in compute_bounds() local
81 p->transform(m, &devPath); in compute_bounds()
85 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), &matrix, in compute_bounds()
/external/skia/include/core/
DSkMaskFilter.h69 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix,
DSkDraw.h75 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
DSkScalerContext.h253 SkPath* devPath, SkMatrix* fillToDevMatrix);