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

/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
50 bottom = height;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
/hardware/qcom/display/msm8x26/libtilerenderer/
H A Dtilerenderer.cpp37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
50 bottom = height;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
/hardware/libhardware/tests/hwc/
H A Dtest-arrows.c80 int bottom = (h / 4) * 3; local
85 vtx[3] = bottom;
87 vtx[5] = bottom;
90 vtx[7] = bottom;
H A Dcnativewindow.c156 int bottom = buf->height; local
168 dl->sourceCrop.bottom = bottom;
172 dl->displayFrame.bottom = bottom;
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp152 ssize_t bottom,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) {
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
192 if ( top >= bottom ) {
193 CAMHAL_LOGEA("Camera area top larger than bottom");
212 ssize_t top, left, bottom, right, weight; local
273 CAMHAL_LOGEA("Parsing of the bottom are
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h54 int bottom; member in struct:hwc_rect
61 float bottom; member in struct:hwc_frect
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp547 int left, int top, int right, int bottom) {
554 android_native_rect_t crop = { left, top, right, bottom };
546 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h491 uint32_t bottom; member in struct:vdec_framesize
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h531 uint32_t bottom; member in struct:vdec_framesize
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h491 uint32_t bottom; member in struct:vdec_framesize
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h529 uint32_t bottom; member in struct:vdec_framesize
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h135 ssize_t bottom,
139 mBottom(bottom),
174 ssize_t bottom,
364 ssize_t bottom; member in struct:android::CameraHalEvent::FaceData_t
133 CameraArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, size_t weight) argument

Completed in 1072 milliseconds