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

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterizer.cpp43 SkPath devPath; local
45 fillPath.transform(matrix, &devPath);
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, argument
232 rectCount = countNestedRects(devPath, rects);
259 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
171 devPath.getBounds().roundOut(&ir);
542 SkPath devPath, fillPath; local
546 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
563 generateMask(mask, devPath, fPreBlend);
638 SkPath* devPath, SkMatrix* fillToDevMatrix) {
660 // assume fillPath and devPath are already empty.
696 if (devPath) {
637 internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix) argument
[all...]
H A DSkDraw.cpp2288 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2291 if (devPath.isEmpty()) {
2297 SkRect pathBounds = devPath.getBounds();
2337 static void draw_into_mask(const SkMask& mask, const SkPath& devPath, argument
2358 draw.drawPath(devPath, paint);
2361 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2366 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
2383 draw_into_mask(*mask, devPath, style);
H A DSkCanvas.cpp1385 static void rasterclip_path(SkRasterClip* rc, const SkCanvas* canvas, const SkPath& devPath, argument
1387 rc->op(devPath, canvas->getBaseLayerSize(), op, doAA);
1412 SkPath devPath; local
1413 devPath.addRRect(transformedRRect);
1415 rasterclip_path(&fMCRec->fRasterClip, this, devPath, op, kSoft_ClipEdgeStyle == edgeStyle);
1460 SkPath devPath; local
1461 path.transform(fMCRec->fMatrix, &devPath);
1467 if (devPath.getBounds().isEmpty()) {
1470 devPath.reset();
1474 fClipStack.clipDevPath(devPath, o
[all...]
/external/skia/src/core/
H A DSkRasterizer.cpp43 SkPath devPath; local
45 fillPath.transform(matrix, &devPath);
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, argument
232 rectCount = countNestedRects(devPath, rects);
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScalerContext.cpp324 SkPath devPath, fillPath; local
327 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
343 // just use devPath
345 devPath.getBounds().roundOut(&ir);
716 SkPath devPath, fillPath; local
720 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
737 generateMask(mask, devPath, fPreBlend);
821 SkPath* devPath, SkMatrix* fillToDevMatrix) {
844 // assume fillPath and devPath are already empty.
880 if (devPath) {
820 internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix) argument
[all...]
H A DSkDraw.cpp2277 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2280 if (devPath.isEmpty()) {
2286 SkRect pathBounds = devPath.getBounds();
2326 static void draw_into_mask(const SkMask& mask, const SkPath& devPath, argument
2347 draw.drawPath(devPath, paint);
2350 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2355 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
2372 draw_into_mask(*mask, devPath, style);
H A DSkCanvas.cpp1381 const SkPath& devPath, SkRegion::Op op, bool doAA) {
1383 // region that results from scan converting devPath.
1394 currClip->setPath(devPath, currClip->bwRgn(), doAA);
1398 clip.setPath(devPath, base, doAA);
1411 currClip->setPath(devPath, base, doAA);
1414 clip.setPath(devPath, base, doAA);
1442 SkPath devPath; local
1443 devPath.addRRect(transformedRRect);
1445 clip_path_helper(this, fMCRec->fRasterClip, devPath, op, kSoft_ClipEdgeStyle == edgeStyle);
1490 SkPath devPath; local
1380 clip_path_helper(const SkCanvas* canvas, SkRasterClip* currClip, const SkPath& devPath, SkRegion::Op op, bool doAA) argument
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp172 SkPath devPath; local
183 path.transform(matrix, &devPath);
186 pathPtr = &devPath;
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp74 SkPath fillPath, devPath; local
89 p->transform(m, &devPath);
93 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/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp596 bool draw_with_mask_filter(GrContext* context, const SkPath& devPath, argument
601 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
638 // Create a mask of 'devPath' and place the result in 'mask'. Return true on
642 const SkPath& devPath,
688 context->drawPath(tempPaint, devPath, strokeInfo);
640 create_mask_GPU(GrContext* context, const SkRect& maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, GrAutoScratchTexture* mask) argument
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp335 SkPath devPath; local
343 this->addClipStackData(devPath, operand, elementOp);
345 devPath = operand;
347 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
350 this->lastClipStackData(devPath);
710 void SkDebugCanvas::addClipStackData(const SkPath& devPath, const SkPath& operand, argument
713 if (!lastClipStackData(devPath)) {
720 addPathData(fCalledAddStackData ? devPath : fSaveDevPath, "path");
729 bool SkDebugCanvas::lastClipStackData(const SkPath& devPath) { argument
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp628 bool draw_with_mask_filter(GrContext* context, const SkPath& devPath, argument
633 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
670 // Create a mask of 'devPath' and place the result in 'mask'. Return true on
674 const SkPath& devPath,
720 context->drawPath(tempPaint, devPath, strokeInfo);
672 create_mask_GPU(GrContext* context, const SkRect& maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, GrAutoScratchTexture* mask) argument
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp345 SkPath devPath; local
353 this->addClipStackData(devPath, operand, elementOp);
355 devPath = operand;
357 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
360 this->lastClipStackData(devPath);
713 void SkDebugCanvas::addClipStackData(const SkPath& devPath, const SkPath& operand, argument
716 if (!lastClipStackData(devPath)) {
723 addPathData(fCalledAddStackData ? devPath : fSaveDevPath, "path");
732 bool SkDebugCanvas::lastClipStackData(const SkPath& devPath) { argument
[all...]
/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 934 milliseconds