Home
last modified time | relevance | path

Searched refs:compute_bounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/
DSkLayerRasterizer.cpp50 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/
DSkRegion.cpp1183 static void compute_bounds(const SkRegion::RunType runs[], in compute_bounds() function
1248 compute_bounds(run, &bounds, &ySpanCount, &intervalCount); in validate()
DSkDraw.cpp1976 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()