Home
last modified time | relevance | path

Searched refs:rightRect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/docs/examples/
H A DRect_intersect.cpp8 SkRect rightRect = { 30, 60, 70, 90 }; in REG_FIDDLE() local
9 SkDebugf("%s intersection: ", leftRect.intersect(rightRect) ? "" : "no "); in REG_FIDDLE()
H A DIRect_intersect.cpp8 SkIRect rightRect = { 30, 60, 70, 90 }; in REG_FIDDLE() local
9 SkDebugf("%s intersection: ", leftRect.intersect(rightRect) ? "" : "no "); in REG_FIDDLE()

Completed in 1 milliseconds