Searched defs:devPath (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkRasterizer.cpp46 SkPath devPath; local
48 fillPath.transform(matrix, &devPath);
49 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
H A DSkMaskFilter.cpp22 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, argument
27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScalerContext.cpp294 SkPath devPath, fillPath; local
297 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
313 // just use devPath
315 devPath.getBounds().roundOut(&ir);
541 SkPath devPath, fillPath; local
545 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
558 generateMask(mask, devPath);
616 SkPath* devPath, SkMatrix* fillToDevMatrix) {
668 if (devPath) {
669 localPath.transform(matrix, devPath);
615 internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix) argument
[all...]
H A DSkCanvas.cpp1046 const SkPath& devPath, SkRegion::Op op, bool doAA) {
1048 // region that results from scan converting devPath.
1056 return currClip->setPath(devPath, *currClip, doAA);
1060 clip.setPath(devPath, base, doAA);
1072 return currClip->setPath(devPath, base, doAA);
1075 clip.setPath(devPath, base, doAA);
1088 SkPath devPath; local
1089 path.transform(*fMCRec->fMatrix, &devPath);
1095 if (devPath.getBounds().isEmpty()) {
1098 devPath
1045 clipPathHelper(const SkCanvas* canvas, SkRasterClip* currClip, const SkPath& devPath, SkRegion::Op op, bool doAA) argument
[all...]
H A DSkDraw.cpp2542 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2545 if (devPath.isEmpty()) {
2551 SkRect pathBounds = devPath.getBounds();
2591 static void draw_into_mask(const SkMask& mask, const SkPath& devPath) { argument
2611 draw.drawPath(devPath, paint);
2614 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2618 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
2635 draw_into_mask(*mask, devPath);
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp56 SkPath fillPath, devPath; local
71 p->transform(m, &devPath);
75 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 169 milliseconds