Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DPathOpsTightBoundsTest.cpp31 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()
DPathTest.cpp4987 TightBounds(path, &tight2); in DEF_TEST()
/third_party/skia/tests/
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()
DPathTest.cpp5048 TightBounds(path, &tight2); in DEF_TEST()
/third_party/skia/gm/
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/flutter/skia/gm/
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/
DSkPathOps.h68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
/third_party/flutter/skia/include/pathops/
DSkPathOps.h68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
/third_party/flutter/skia/src/pathops/
DSkPathOpsTightBounds.cpp10 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
/third_party/skia/src/pathops/
DSkPathOpsTightBounds.cpp11 bool TightBounds(const SkPath& path, SkRect* result) { in TightBounds() function
/third_party/flutter/skia/fuzz/
DFuzzPathop.cpp107 TightBounds(path, &result); in DEF_FUZZ()
/third_party/skia/fuzz/
DFuzzPathop.cpp107 TightBounds(path, &result); in DEF_FUZZ()
/third_party/skia/bench/
DPathBench.cpp1221 SkRect bounds; TightBounds(path, &bounds); return bounds; in __anon5dc894e50902()
/third_party/flutter/skia/bench/
DPathBench.cpp1184 SkRect bounds; TightBounds(path, &bounds); return bounds; in __anon28f8ec7a0902()