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

/system/core/include/system/
H A Dwindow.h62 int32_t bottom; member in struct:android_native_rect_t
/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/include/private/pixelflinger/
H A Dggl_context.h333 uint32_t bottom; member in struct:android::scissor_t

Completed in 899 milliseconds