| /external/skia/legacy/src/core/ |
| SkRasterizer.cpp | 46 SkPath devPath; 48 fillPath.transform(matrix, &devPath); 49 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
|
| SkMaskFilter.cpp | 22 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, 27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
|
| SkScalerContext.cpp | 294 SkPath devPath, fillPath; 297 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); 313 // just use devPath 315 devPath.getBounds().roundOut(&ir); 541 SkPath devPath, fillPath; 545 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); 558 generateMask(mask, devPath); 616 SkPath* devPath, SkMatrix* fillToDevMatrix) { 668 if (devPath) { 669 localPath.transform(matrix, devPath); [all...] |
| SkCanvas.cpp | 1046 const SkPath& devPath, SkRegion::Op op, bool doAA) { 1048 // region that results from scan converting devPath. [all...] |
| SkDraw.cpp | [all...] |
| /external/skia/src/core/ |
| SkRasterizer.cpp | 45 SkPath devPath; 47 fillPath.transform(matrix, &devPath); 48 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
|
| SkScalerContext.cpp | 297 SkPath devPath, fillPath; 300 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); 316 // just use devPath 318 devPath.getBounds().roundOut(&ir); 534 SkPath devPath, fillPath; 538 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); 554 generateMask(mask, devPath, fPreBlend); 616 SkPath* devPath, SkMatrix* fillToDevMatrix) { 639 // assume fillPath and devPath are already empty. 675 if (devPath) { [all...] |
| SkMaskFilter.cpp | 193 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, 199 rectCount = countNestedRects(devPath, rects); 226 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
|
| SkCanvas.cpp | [all...] |
| SkScalerContext.h | 237 SkPath* devPath, SkMatrix* fillToDevMatrix);
|
| SkDraw.cpp | [all...] |
| /external/skia/legacy/include/core/ |
| SkMaskFilter.h | 107 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix,
|
| SkDraw.h | 78 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
| SkScalerContext.h | 352 SkPath* devPath, SkMatrix* fillToDevMatrix);
|
| /external/skia/include/core/ |
| SkMaskFilter.h | 140 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix,
|
| SkDraw.h | 78 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
| /external/skia/legacy/src/effects/ |
| SkLayerRasterizer.cpp | 56 SkPath fillPath, devPath; 71 p->transform(m, &devPath); 75 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
|
| /external/skia/src/effects/ |
| SkLayerRasterizer.cpp | 57 SkPath fillPath, devPath; 72 p->transform(m, &devPath); 76 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
|
| /external/skia/src/utils/ |
| SkCullPoints.cpp | 180 SkPath devPath; 191 path.transform(matrix, &devPath); 194 pathPtr = &devPath;
|
| /frameworks/base/services/java/com/android/server/ |
| WiredAccessoryManager.java | 322 startObserving("DEVPATH="+uei.getDevPath()); 376 String devPath = event.get("DEVPATH"); 380 updateStateLocked(devPath, name, state); 387 private void updateStateLocked(String devPath, String name, int state) { 390 if (devPath.equals(uei.getDevPath())) {
|
| /external/skia/src/gpu/ |
| SkGpuDevice.cpp | 727 bool drawWithGPUMaskFilter(GrContext* context, const SkPath& devPath, const SkStrokeRec& stroke, 742 SkRect srcRect = devPath.getBounds(); 812 context->drawPath(tempPaint, devPath, stroke); 868 bool drawWithMaskFilter(GrContext* context, const SkPath& devPath, 873 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM, [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |