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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1380 android_native_rect_t androidRect; local
1381 androidRect.left = x;
1382 androidRect.top = y + height;
1383 androidRect.right = x + width;
1384 androidRect.bottom = y;
1385 androidRects.push_back(androidRect);

Completed in 126 milliseconds