Searched defs:devPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkRasterizer.cpp | 46 SkPath devPath; in onRasterize() local
|
D | SkMaskFilter.cpp | 22 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath()
|
D | SkScalerContext.cpp | 294 SkPath devPath, fillPath; in getMetrics() local 541 SkPath devPath, fillPath; in getImage() local 616 SkPath* devPath, SkMatrix* fillToDevMatrix) { in internalGetPath()
|
D | SkDraw.cpp | 2542 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() 2591 static void draw_into_mask(const SkMask& mask, const SkPath& devPath) { in draw_into_mask() 2614 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask()
|
D | SkCanvas.cpp | 1046 const SkPath& devPath, SkRegion::Op op, bool doAA) { in clipPathHelper() 1088 SkPath devPath; in clipPath() local
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 56 SkPath fillPath, devPath; in compute_bounds() local
|