Searched refs:points (Results 1 – 12 of 12) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/gt9xx/ |
| A D | hpm_touch_gt9xx.c | 16 hpm_stat_t touch_get_data(touch_point_t *points, uint8_t *num_of_points) in touch_get_data() argument 34 points[i].x = (touch_data.points[i].x_h & 0xF) << 8 | touch_data.points[i].x_l; in touch_get_data() 35 points[i].y = (touch_data.points[i].y_h & 0xF) << 8 | touch_data.points[i].y_l; in touch_get_data() 38 points[i].x = gt9xx.abs_x_max - points[i].x; in touch_get_data() 41 points[i].y = gt9xx.abs_y_max - points[i].y; in touch_get_data() 44 tmp = points[i].x; in touch_get_data() 45 points[i].x = points[i].y; in touch_get_data() 46 points[i].y = tmp; in touch_get_data()
|
| A D | hpm_gt9xx.h | 85 gt9xx_touch_point_t points[GT9XX_MAX_TOUCH_POINTS]; member
|
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/ft5406/ |
| A D | hpm_touch_ft5406.c | 11 hpm_stat_t touch_get_data(touch_point_t *points, uint8_t *num_of_points) in touch_get_data() argument 23 for (i = 0; touch_data.points[i].x_h > 0 && touch_data.points[i].x_h < 0xFF; i++) { in touch_get_data() 24 points[i].x = (touch_data.points[i].x_h & 0xF) << 8 | touch_data.points[i].x_l; in touch_get_data() 25 points[i].y = (touch_data.points[i].y_h & 0xF) << 8 | touch_data.points[i].y_l; in touch_get_data()
|
| A D | hpm_ft5406.h | 101 ft5406_touch_point_t points[FT5406_MAX_TOUCH_POINTS]; member
|
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/gt911/ |
| A D | hpm_touch_gt911.c | 16 hpm_stat_t touch_get_data(touch_point_t *points, uint8_t *num_of_points) in touch_get_data() argument 33 points[i].x = (touch_data.points[i].x_h & 0xF) << 8 | touch_data.points[i].x_l; in touch_get_data() 34 points[i].y = (touch_data.points[i].y_h & 0xF) << 8 | touch_data.points[i].y_l; in touch_get_data()
|
| A D | hpm_gt911.h | 84 gt911_touch_point_t points[GT911_MAX_TOUCH_POINTS]; member
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_render.h | 1218 const SDL_Point * points, 1275 const SDL_Point * points, 1492 const SDL_FPoint * points, 1522 const SDL_FPoint * points,
|
| A D | SDL_rect.h | 199 extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point * points, 339 extern DECLSPEC SDL_bool SDLCALL SDL_EncloseFPoints(const SDL_FPoint * points,
|
| A D | SDL_opengl.h | 1416 GLint order, const GLdouble *points ); 1419 GLint order, const GLfloat *points ); 1424 const GLdouble *points ); 1428 const GLfloat *points );
|
| A D | SDL_opengl_glext.h | 12371 …edef void (APIENTRYP PFNGLDETAILTEXFUNCSGISPROC) (GLenum target, GLsizei n, const GLfloat *points); 12372 typedef void (APIENTRYP PFNGLGETDETAILTEXFUNCSGISPROC) (GLenum target, GLfloat *points); 12374 GLAPI void APIENTRY glDetailTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points); 12375 GLAPI void APIENTRY glGetDetailTexFuncSGIS (GLenum target, GLfloat *points); 12384 typedef void (APIENTRYP PFNGLFOGFUNCSGISPROC) (GLsizei n, const GLfloat *points); 12385 typedef void (APIENTRYP PFNGLGETFOGFUNCSGISPROC) (GLfloat *points); 12387 GLAPI void APIENTRY glFogFuncSGIS (GLsizei n, const GLfloat *points); 12388 GLAPI void APIENTRY glGetFogFuncSGIS (GLfloat *points); 12479 typedef void (APIENTRYP PFNGLGETSHARPENTEXFUNCSGISPROC) (GLenum target, GLfloat *points); 12481 GLAPI void APIENTRY glSharpenTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points); [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/ |
| A D | hpm_touch.h | 39 hpm_stat_t touch_get_data(touch_point_t *points, uint8_t *num_of_points);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 1200 # - Make sure the INPUT points to the root of the source tree 1798 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
|
Completed in 78 milliseconds