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

/system/core/sh/
H A Darith.c644 yy_stack_print (short int *bottom, short int *top) argument
647 yy_stack_print (bottom, top)
648 short int *bottom;
653 for (/* Nothing. */; bottom <= top; ++bottom)
654 YYFPRINTF (stderr, " %d", *bottom);
/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.cpp227 if (b > GGLint(c->state.scissor.bottom)) {
228 b = GGLint(c->state.scissor.bottom);
292 if (b > GGLint(c->state.scissor.bottom)) {
293 b = GGLint(c->state.scissor.bottom);
430 if (b > GGLint(c->state.scissor.bottom))
431 b = GGLint(c->state.scissor.bottom);
547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom);
768 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF;
964 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom);
977 // 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.h49 int32_t bottom; member in struct:android_native_rect_t
/system/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
/system/core/include/private/pixelflinger/
H A Dggl_context.h313 uint32_t bottom; member in struct:android::scissor_t

Completed in 822 milliseconds