Home
last modified time | relevance | path

Searched refs:TightBounds (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dpictureimagegenerator.cpp33 TightBounds(path, &skiBox); in draw_vector_logo()
35 TightBounds(path, &iBox); in draw_vector_logo()
40 TightBounds(path, &skiaBox); in draw_vector_logo()
/external/skia/tests/
DPathOpsTightBoundsTest.cpp31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines()
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads()
/external/skia/src/pathops/
DSkPathOpsTightBounds.cpp10 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
/external/skia/include/pathops/
DSkPathOps.h68 bool SK_API TightBounds(const SkPath& path, SkRect* result);