Home
last modified time | relevance | path

Searched refs:TightBounds (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tests/
H A DPathOpsTightBoundsTest.cpp30 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines()
80 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads()
135 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
144 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
154 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
164 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
176 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
186 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
196 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
H A DPathTest.cpp5048 TightBounds(path, &tight2); in DEF_TEST()
/third_party/skia/gm/
H A Dpictureimagegenerator.cpp57 TightBounds(path, &skiBox); in draw_vector_logo()
59 TightBounds(path, &iBox); in draw_vector_logo()
64 TightBounds(path, &skiaBox); in draw_vector_logo()
/third_party/skia/include/pathops/
H A DSkPathOps.h68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
/third_party/skia/src/pathops/
H A DSkPathOpsTightBounds.cpp11 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
/third_party/skia/fuzz/
H A DFuzzPathop.cpp107 TightBounds(path, &result); in DEF_FUZZ()
/third_party/skia/bench/
H A DPathBench.cpp1221 SkRect bounds; TightBounds(path, &bounds); return bounds;

Completed in 13 milliseconds