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

/external/skia/src/core/
H A DSkRasterizer.cpp42 SkPath devPath; local
44 fillPath.transform(matrix, &devPath);
45 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
H A DSkMaskFilter.cpp235 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, argument
241 rectCount = countNestedRects(devPath, rects);
265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScalerContext.cpp150 SkPath devPath, fillPath; local
153 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
169 // just use devPath
170 const SkIRect ir = devPath.getBounds().roundOut();
507 SkPath devPath, fillPath; local
511 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
528 generateMask(mask, devPath, fPreBlend);
603 SkPath* devPath, SkMatrix* fillToDevMatrix) {
625 // assume fillPath and devPath are already empty.
661 if (devPath) {
602 internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix) argument
[all...]
H A DSkDraw.cpp2179 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2182 if (devPath.isEmpty()) {
2187 *bounds = devPath.getBounds().makeOutset(SK_ScalarHalf, SK_ScalarHalf).roundOut();
2222 static void draw_into_mask(const SkMask& mask, const SkPath& devPath, argument
2243 draw.drawPath(devPath, paint);
2246 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2251 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
2268 draw_into_mask(*mask, devPath, style);
H A DSkCanvas.cpp1405 static void rasterclip_path(SkRasterClip* rc, const SkCanvas* canvas, const SkPath& devPath, argument
1407 rc->op(devPath, canvas->getBaseLayerSize(), op, doAA);
1433 SkPath devPath; local
1434 devPath.addRRect(transformedRRect);
1436 rasterclip_path(&fMCRec->fRasterClip, this, devPath, op, kSoft_ClipEdgeStyle == edgeStyle);
1482 SkPath devPath; local
1483 path.transform(fMCRec->fMatrix, &devPath);
1489 if (devPath.getBounds().isEmpty()) {
1492 devPath.reset();
1496 fClipStack->clipDevPath(devPath, o
[all...]
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp63 SkPath fillPath, devPath; local
78 p->transform(m, &devPath);
82 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
/external/skia/src/utils/
H A DSkCullPoints.cpp172 SkPath devPath; local
183 path.transform(matrix, &devPath);
186 pathPtr = &devPath;
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp292 SkPath devPath; local
300 this->addClipStackData(devPath, operand, elementOp);
302 devPath = operand;
304 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
307 this->lastClipStackData(devPath);
656 void SkDebugCanvas::addClipStackData(const SkPath& devPath, const SkPath& operand, argument
659 if (!lastClipStackData(devPath)) {
666 addPathData(fCalledAddStackData ? devPath : fSaveDevPath, "path");
675 bool SkDebugCanvas::lastClipStackData(const SkPath& devPath) { argument
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp661 const SkPath& devPath,
668 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM,
704 // Create a mask of 'devPath' and place the result in 'mask'.
708 const SkPath& devPath,
746 context->drawPath(mask->asRenderTarget(), clip, tempPaint, translate, devPath, strokeInfo);
657 draw_with_mask_filter(GrContext* context, GrRenderTarget* rt, const GrClip& clipData, const SkMatrix& viewMatrix, const SkPath& devPath, SkMaskFilter* filter, const SkIRect& clipBounds, GrPaint* grp, SkPaint::Style style) argument
705 create_mask_GPU(GrContext* context, GrRenderTarget* rt, const SkRect& maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, int sampleCnt) argument
/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 123 milliseconds