Home
last modified time | relevance | path

Searched refs:firstBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DRecordOptsTest.cpp253 SkRect* firstBounds[] = { nullptr, &bounds }; in DEF_TEST() local
261 for (size_t i = 0; i < SK_ARRAY_COUNT(firstBounds); ++ i) { in DEF_TEST()
267 recorder.saveLayer({firstBounds[i], firstPaints[j], outerF, 0}); in DEF_TEST()
/third_party/flutter/skia/tests/
DRecordOptsTest.cpp263 SkRect* firstBounds[] = { nullptr, &bounds }; in DEF_TEST() local
271 for (size_t i = 0; i < SK_ARRAY_COUNT(firstBounds); ++ i) { in DEF_TEST()
277 recorder.saveLayer({firstBounds[i], firstPaints[j], outerF, in DEF_TEST()