Searched refs:TightBounds (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines() 81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads() 136 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 145 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 155 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 165 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 177 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 187 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST() 197 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
|
D | PathTest.cpp | 4987 TightBounds(path, &tight2); in DEF_TEST()
|
/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/flutter/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/flutter/skia/include/pathops/ |
D | SkPathOps.h | 68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 10 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 11 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
|
/third_party/flutter/skia/fuzz/ |
D | FuzzPathop.cpp | 107 TightBounds(path, &result); in DEF_FUZZ()
|
/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 __anon5dc894e50902()
|
/third_party/flutter/skia/bench/ |
D | PathBench.cpp | 1184 SkRect bounds; TightBounds(path, &bounds); return bounds; in __anon28f8ec7a0902()
|