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

/device/google/marlin/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_data.h36 long bottom; member in struct:__tag_tsrect
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A DFormatConversions.cpp68 int left, int top, int right, int bottom) {
80 for (int j = top; j <= bottom; ++j) {
108 int left, int top, int right, int bottom) {
122 for (int j = top; j <= bottom; ++j) {
145 int left, int top, int right, int bottom) {
158 for (int j = top; j <= bottom; ++j) {
182 int left, int top, int right, int bottom) {
195 for (int j = top; j <= bottom; ++j) {
227 int left, int top, int right, int bottom) {
241 for (int j = top; j <= bottom;
67 rgb565_to_yv12(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
107 rgb888_to_yv12(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
144 rgb888_to_yuv420p(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
181 yv12_to_rgb565(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
226 yv12_to_rgb888(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
272 yuv420p_to_rgb888(char* dest, char* src, int width, int height, int left, int top, int right, int bottom) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp159 /* bottom of stack is always a NULL--"cookie" indicates "done" */
320 bottom() function in class:PCCTS_AST
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DPCCTSAST.cpp158 /* bottom of stack is always a NULL--"cookie" indicates "done" */
306 bottom() function in class:PCCTS_AST
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A Dcjkcodecs.h31 unsigned char bottom, top; member in struct:dbcs_index
37 unsigned char bottom, top; member in struct:widedbcs_index
43 unsigned char bottom, top; member in struct:unim_index
49 unsigned char bottom, top; member in struct:unim_index_bytebased
162 ((m)->map != NULL && (val) >= (m)->bottom && \
164 (m)->bottom]) != NOCHAR)
171 ((m)->map != NULL && (val) >= (m)->bottom && \
173 (m)->bottom]) != UNIINV)
178 ((m)->map != NULL && (val) >= (m)->bottom && \
180 ((assplane) = (m)->map[((val) - (m)->bottom)*
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A Dcjkcodecs.h31 unsigned char bottom, top; member in struct:dbcs_index
37 unsigned char bottom, top; member in struct:widedbcs_index
43 unsigned char bottom, top; member in struct:unim_index
49 unsigned char bottom, top; member in struct:unim_index_bytebased
162 ((m)->map != NULL && (val) >= (m)->bottom && \
164 (m)->bottom]) != NOCHAR)
171 ((m)->map != NULL && (val) >= (m)->bottom && \
173 (m)->bottom]) != UNIINV)
178 ((m)->map != NULL && (val) >= (m)->bottom && \
180 ((assplane) = (m)->map[((val) - (m)->bottom)*
[all...]
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1813 int32_t bottom = opticalBlackRegions[3]; local
1821 for(int32_t i = top ; i < bottom ; i += 2){
1937 // Convert to Raw16 by iterating through all pixels from bottom-right
1998 // Convert to Raw16 by iterating through all pixels from bottom-right
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1813 int32_t bottom = opticalBlackRegions[3]; local
1821 for(int32_t i = top ; i < bottom ; i += 2){
1937 // Convert to Raw16 by iterating through all pixels from bottom-right
1998 // Convert to Raw16 by iterating through all pixels from bottom-right
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_enc.cpp235 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
255 memcpy(ptr, &bottom, 4); ptr += 4;
804 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
824 memcpy(ptr, &bottom, 4); ptr += 4;
2078 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
2098 memcpy(ptr, &bottom, 4); ptr += 4;
3171 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
3191 memcpy(ptr, &bottom, 4); ptr += 4;
5169 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
5189 memcpy(ptr, &bottom,
5777 glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
6791 glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
6821 glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
H A Dgl_entry.cpp16 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
34 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
83 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
119 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
192 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
211 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
248 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
249 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
355 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
358 ctx->glFrustumf(ctx, left, right, bottom, to
463 glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
759 glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
977 glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1415 glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1529 glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1755 glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1761 glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar);
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar);
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar);
616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar);
886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
888 getDispatch()->glFrustumxOES(left, right, bottom, to
976 glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1161 glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1166 glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]

Completed in 954 milliseconds