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

/system/core/libpixelflinger/
H A Draster.cpp91 if ((yd + height) > GGLint(c->state.scissor.bottom)) {
92 height = GGLint(c->state.scissor.bottom) - yd;
115 // bottom to top
132 // top to bottom
H A Dtrap.cpp229 if (b > GGLint(c->state.scissor.bottom)) {
230 b = GGLint(c->state.scissor.bottom);
294 if (b > GGLint(c->state.scissor.bottom)) {
295 b = GGLint(c->state.scissor.bottom);
432 if (b > GGLint(c->state.scissor.bottom))
433 b = GGLint(c->state.scissor.bottom);
549 const int32_t maxy = min(bmaxy, c->state.scissor.bottom);
770 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF;
966 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom);
979 // sort the edge list top to bottom, lef
[all...]
H A Dclear.cpp102 uint32_t h = c->state.scissor.bottom - t;
H A Dpixelflinger.cpp606 c->state.scissor.bottom = min(c->state.buffers.color.height, b);
611 c->state.scissor.bottom = c->state.buffers.color.height;
/system/core/include/system/
H A Dwindow-deprecated.h95 int32_t bottom; member in struct:android_native_rect_t
1020 * caveat that the origin of the surface is considered to be the bottom-left
/system/core/libsystem/include/system/
H A Dwindow-deprecated.h95 int32_t bottom; member in struct:android_native_rect_t
1020 * caveat that the origin of the surface is considered to be the bottom-left
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h333 uint32_t bottom; member in struct:android::scissor_t

Completed in 61 milliseconds