OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outOfBounds
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
bigrect.cpp
65
SkRect
outOfBounds
= SkRect::MakeLTRB(-1, -1, 35, 35);
66
canvas->drawRect(
outOfBounds
, outOfBoundsPaint);
/external/skqp/gm/
bigrect.cpp
65
SkRect
outOfBounds
= SkRect::MakeLTRB(-1, -1, 35, 35);
66
canvas->drawRect(
outOfBounds
, outOfBoundsPaint);
Completed in 81 milliseconds