Searched refs:TightBounds (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 30 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()
|
D | PathTest.cpp | 5048 TightBounds(path, &tight2); in DEF_TEST()
|
/third_party/skia/gm/ |
D | pictureimagegenerator.cpp | 57 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/ |
D | SkPathOps.h | 68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 11 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
|
/third_party/skia/fuzz/ |
D | FuzzPathop.cpp | 107 TightBounds(path, &result); in DEF_FUZZ()
|
/third_party/skia/bench/ |
D | PathBench.cpp | 1221 SkRect bounds; TightBounds(path, &bounds); return bounds; in __anonaaae1b070902()
|