Home | History | Annotate | Download | only in EGL

Lines Matching refs:androidRect

1115         android_native_rect_t androidRect;
1116 androidRect.left = x;
1117 androidRect.top = y + height;
1118 androidRect.right = x + width;
1119 androidRect.bottom = y;
1120 androidRects.push_back(androidRect);