Searched refs:ComputePtBounds (Results 1 – 3 of 3) sorted by relevance
389 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { in ComputePtBounds() function400 fIsFinite = ComputePtBounds(&fBounds, *this); in computeBounds()
370 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { in ComputePtBounds() function381 fIsFinite = ComputePtBounds(&fBounds, *this); in computeBounds()
384 if (ComputePtBounds(&bounds, *ref) != SkToBool(ref->fIsFinite) || bounds != ref->fBounds) { in CreateFromBuffer()