Searched refs:compute_bounds (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 55 static bool compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, in compute_bounds() function 103 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds)) in onRasterize()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 2407 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() function 2488 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()
|