OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RectangleList
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
ClipArea.cpp
76
*
RectangleList
79
RectangleList
::
RectangleList
()
83
bool
RectangleList
::isEmpty() const {
96
int
RectangleList
::getTransformedRectanglesCount() const {
100
const TransformedRectangle&
RectangleList
::getTransformedRectangle(int i) const {
104
void
RectangleList
::setEmpty() {
108
void
RectangleList
::set(const Rect& bounds, const Matrix4& transform) {
113
bool
RectangleList
::intersectWith(const Rect& bounds,
138
Rect
RectangleList
::calculateBounds() const
[
all
...]
ClipArea.h
66
class
RectangleList
{
68
RectangleList
();
93
RectangleList
,
120
ClipRectList(const
RectangleList
& rectList)
121
: ClipBase(ClipMode::
RectangleList
)
123
RectangleList
rectList;
161
const
RectangleList
& getRectangleList() const {
174
return mMode == ClipMode::
RectangleList
;
238
RectangleList
mRectangleList;
Completed in 124 milliseconds