Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkLayerRasterizer.cpp49 static bool compute_bounds(const SkDeque& layers, const SkPath& path, in compute_bounds() function
99 if (!compute_bounds(*fLayers, path, matrix, clipBounds, &mask->fBounds)) in onRasterize()
/external/skia/src/core/
DSkDraw.cpp1653 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() function
1731 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()