Searched refs:compute_bounds (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 50 static bool compute_bounds(const SkDeque& layers, const SkPath& path, in compute_bounds() function 100 if (!compute_bounds(*fLayers, path, matrix, clipBounds, &mask->fBounds)) in onRasterize()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 1183 static void compute_bounds(const SkRegion::RunType runs[], in compute_bounds() function 1248 compute_bounds(run, &bounds, &ySpanCount, &intervalCount); in validate()
|
D | SkDraw.cpp | 1976 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() function 2045 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()
|