Searched refs:clipStackBounds (Results 1 – 1 of 1) sorted by relevance
338 SkRect clipStackBounds; in DEF_TEST() local340 canvas.getClipStack()->getBounds(&clipStackBounds, &boundsType); in DEF_TEST()344 REPORTER_ASSERT(reporter, clipStackBounds.isEmpty()); in DEF_TEST()346 REPORTER_ASSERT(reporter, clipStackBounds.width() == WIDTH); in DEF_TEST()347 REPORTER_ASSERT(reporter, clipStackBounds.height() == HEIGHT); in DEF_TEST()354 canvas.getClipStack()->getBounds(&clipStackBounds, &boundsType); in DEF_TEST()355 REPORTER_ASSERT(reporter, clipStackBounds.width() == LAYER_WIDTH); in DEF_TEST()356 REPORTER_ASSERT(reporter, clipStackBounds.height() == LAYER_HEIGHT); in DEF_TEST()