Searched defs:androidRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1121 android_native_rect_t androidRect; local
1122 androidRect.left = x;
1123 androidRect.top = y + height;
1124 androidRect.right = x + width;
1125 androidRect.bottom = y;
1126 androidRects.push_back(androidRect);

Completed in 778 milliseconds