OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rRect
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/test/
test_lsd.cpp
90
RotatedRect
rRect
= RotatedRect(center, rect_size, angle);
92
rRect
.points(vertices);
/frameworks/base/libs/hwui/
TessellationCache.cpp
70
const Shape::RoundRect&
rRect
= rhs.shape.roundRect;
72
if (lRect.width !=
rRect
.width) return false;
73
if (lRect.height !=
rRect
.height) return false;
74
if (lRect.rx !=
rRect
.rx) return false;
75
return lRect.ry ==
rRect
.ry;
Completed in 244 milliseconds