/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.h | 33 int left, int top, int right, int bottom); 35 int left, int top, int right, int bottom); 37 int left, int top, int right, int bottom); 39 int left, int top, int right, int bottom); 41 int left, int top, int right, int bottom); 43 int left, int top, int right, int bottom);
|
D | FormatConversions.cpp | 90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument 102 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12() 130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument 160 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12() 198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument 210 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p() 235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument 248 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565() 280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument 293 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 31 unsigned char bottom, top; member 37 unsigned char bottom, top; member 43 unsigned char bottom, top; member 49 unsigned char bottom, top; member 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)*3]) != 0 && \ [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 31 unsigned char bottom, top; member 37 unsigned char bottom, top; member 43 unsigned char bottom, top; member 49 unsigned char bottom, top; member 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)*3]) != 0 && \ [all …]
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | geometry_utils.cpp | 28 int bottom1 = layer1.displayFrame.bottom; in LayersOverlap() 33 int bottom2 = layer2.displayFrame.bottom; in LayersOverlap()
|
D | base_composer.cpp | 81 layer.sourceCrop.bottom > buffer_height) { in IsValidLayer() 87 layer.sourceCrop.top, layer.sourceCrop.bottom, buffer_width, in IsValidLayer()
|
D | hwcomposer.cpp | 190 layer.displayFrame.top > layer.displayFrame.bottom) { in IsValidLayer() 195 layer.displayFrame.top, layer.displayFrame.bottom); in IsValidLayer() 200 layer.sourceCrop.top > layer.sourceCrop.bottom) { in IsValidLayer() 205 layer.sourceCrop.top, layer.sourceCrop.bottom); in IsValidLayer()
|
D | cpu_composer.cpp | 40 int from_h = layer.sourceCrop.bottom - layer.sourceCrop.top; in LayerNeedsScaling() 42 int to_h = layer.displayFrame.bottom - layer.displayFrame.top; in LayerNeedsScaling() 365 buffer_crop.bottom - buffer_crop.top, in GetBufferSpec() 441 src_layer->displayFrame.bottom - src_layer->displayFrame.top, in CompositeLayer() 464 src_layer->displayFrame.bottom - src_layer->displayFrame.top; in CompositeLayer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/ |
D | rss2html.py | 25 bottom = """ variable 87 self._out.write(bottom)
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/ |
D | manual.css | 21 padding-bottom: 0.4em ;
|
D | lua.css | 24 padding-bottom: 0.4em ;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf() 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof() 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() argument 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx() 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument 618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox() 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument 888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | imputil.py | 231 bottom = self._load_tail(top, parts) 257 if bottom.__ispkg__: 258 self._import_fromlist(bottom, fromlist) 261 return bottom
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
D | UsbMassStorageDxe.uni | 4 // The USB mass storage class is specified in two layers: the bottom layer 31 …nguage en-US "The USB mass storage class is specified in two layers: the bottom layer is the trans…
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… 34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa… 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa… 192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 248 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa… 249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | tktools.py | 289 bottom = Frame(frame, name="bottomframe") 290 bottom.pack(fill=X, padx='1m', pady='1m', side=BOTTOM) 296 return frame, top, bottom
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 16 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 34 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar… 84 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 120 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
|
/device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/ |
D | SmmAccessPei.inf | 6 # - set aside the SMM_S3_RESUME_STATE object at the bottom of TSEG, and expose
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,… 27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G… 76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,… 112 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… 192 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe… 211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear… 248 GL_ENTRY(void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe… 249 GL_ENTRY(void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear…
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
D | WinNtGopScreen.c | 367 Rect.bottom = ModeData->VerticalResolution; in WinNtGopSetMode() 372 Height = Rect.bottom - Rect.top; in WinNtGopSetMode() 588 Rect.bottom = (LONG)(DestinationY + Height); in WinNtGopBlt() 923 Rect.bottom = Private->GraphicsOutput.Mode->Info->VerticalResolution; in WinNtGopThreadWinMain() 937 Rect.bottom - Rect.top, in WinNtGopThreadWinMain()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | PCCTSAST.h | 129 virtual PCCTS_AST *bottom();
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | PCCTSAST.h | 129 virtual PCCTS_AST *bottom();
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL… 693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… 715 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfi… 733 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixe… 847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL… 848 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… 854 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfl… 855 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloa…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | mactoolboxglue.c | 235 return PyArg_Parse(v, "(hhhh)", &r->left, &r->top, &r->right, &r->bottom); in PyMac_GetRect() 242 return Py_BuildValue("(hhhh)", r->left, r->top, r->right, r->bottom); in PyMac_BuildRect()
|