Home
last modified time | relevance | path

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

/third_party/skia/tests/graphite/
DRectTest.cpp95 SkRect skJoin = skRect; in DEF_GRAPHITE_TEST() local
96 skJoin.join(skRect2); in DEF_GRAPHITE_TEST()
97 CHECK(rect.makeJoin(rect2) == skJoin); in DEF_GRAPHITE_TEST()