Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h389 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { in ComputePtBounds() function
400 fIsFinite = ComputePtBounds(&fBounds, *this); in computeBounds()
/external/skqp/include/private/
DSkPathRef.h370 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) { in ComputePtBounds() function
381 fIsFinite = ComputePtBounds(&fBounds, *this); in computeBounds()
/external/skqp/src/core/
DSkPathRef.cpp384 if (ComputePtBounds(&bounds, *ref) != SkToBool(ref->fIsFinite) || bounds != ref->fBounds) { in CreateFromBuffer()