HomeSort by relevance Sort by last modified time
    Searched refs:ComputePtBounds (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPathRef.h 347 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) {
358 fIsFinite = ComputePtBounds(&fBounds, *this);
  /external/skia/src/core/
SkPathRef.cpp 277 if (ComputePtBounds(&bounds, *ref) != SkToBool(ref->fIsFinite) || bounds != ref->fBounds) {

Completed in 86 milliseconds