Searched refs:bottom (Results 1 – 11 of 11) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_font.c | 66 uint8_t *right, uint8_t *bottom) in mf_character_whitespace() argument 77 if (bottom) *bottom = 0; in mf_character_whitespace() 84 if (bottom) *bottom = font->height - state.max_y - 1; in mf_character_whitespace()
|
| A D | mf_font.h | 121 uint8_t *right, uint8_t *bottom);
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 802 request_content_size.bottom - request_content_size.top; in lv_win32_window_message_callback() 913 calculated_window_size.bottom = MulDiv( in lv_win32_window_message_callback() 934 calculated_window_size.bottom, in lv_win32_window_message_callback() 1207 SuggestedRect->bottom, in lv_win32_window_message_callback() 1228 SuggestedRect->bottom + (WindowHeight - ClientRect.bottom), in lv_win32_window_message_callback() 1252 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback() 1261 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback()
|
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/ |
| A D | avi_def.h | 48 int16_t bottom; member
|
| A D | avifile.c | 76 rt_kprintf("FrameBottom:%d\r\n\n", strh->rcFrame.bottom); in Strl_Parser()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_video.h | 1080 int *bottom, int *right);
|
| A D | SDL_opengles2_gl2ext.h | 770 typedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDOESPROC) (GLuint index, GLint left, GLint bottom, GLs… 780 GL_APICALL void GL_APIENTRY glScissorIndexedOES (GLuint index, GLint left, GLint bottom, GLsizei wi… 3402 …RIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 3412 …ATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 3479 …glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 3489 …Y glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 3727 typedef void (GL_APIENTRYP PFNGLSCISSORINDEXEDNVPROC) (GLuint index, GLint left, GLint bottom, GLsi… 3740 GL_APICALL void GL_APIENTRY glScissorIndexedNV (GLuint index, GLint left, GLint bottom, GLsizei wid…
|
| A D | SDL_opengl.h | 918 GLdouble bottom, GLdouble top, 922 GLdouble bottom, GLdouble top,
|
| A D | SDL_opengl_glext.h | 2223 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei w… 2312 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize… 7110 …RIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 7111 …ATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLd… 7366 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom… 7367 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, …
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite.c | 6053 int right, bottom; in vg_lite_clear() local 6055 bottom = y + height; in vg_lite_clear() 6070 …bottom = (bottom < ctx->scissor[1] + ctx->scissor[3] ? bottom : ctx->scissor[1] + ctx->scissor[3]); in vg_lite_clear() 6072 height = bottom - y; in vg_lite_clear()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 756 # the bottom of the documentation of classes and structs. If set to YES, the
|
Completed in 118 milliseconds