Searched refs:ComputePtBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h281 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { function in class:SkPathRef
298 fIsFinite = ComputePtBounds(fBounds.get(), *this);
/external/skia/include/core/
H A DSkPathRef.h280 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { function in class:SkPathRef
295 fIsFinite = ComputePtBounds(&fBounds, *this);

Completed in 67 milliseconds