Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkLayerRasterizer.cpp55 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/
DSkDraw.cpp2407 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()