/AliOS-Things-master/components/littlevgl/porting/ |
A D | lv_port_indev_template.c | 193 static lv_coord_t last_y = 0; 197 touchpad_get_xy(&last_x, &last_y); 205 data->point.y = last_y;
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse_c.h | 38 int last_x, last_y; member 82 int last_x, last_y; /* the last reported x and y coordinates */ member
|
A D | SDL_mouse.c | 353 mouse->last_y = center_y; 370 y = (mouse->last_y + yrel); 373 yrel = y - mouse->last_y; 455 mouse->last_y = mouse->y; 459 mouse->last_y = y; 547 SDL_abs(mouse->y - clickstate->last_y) > mouse->double_click_radius) { 552 clickstate->last_y = mouse->y;
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, 366 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 841 if (height != NULL) *height = idec->params_.last_y; in WebPIDecodedArea() 849 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() argument 857 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetRGB() 865 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() argument 875 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetYUVA()
|
A D | webpi_dec.h | 39 int last_y; // coordinate of the line that was last output member
|
A D | io_dec.c | 279 uint8_t* const dst_a = buf->a + p->last_y * buf->a_stride; in EmitRescaledAlphaYUV() 281 uint8_t* const dst_y = buf->y + p->last_y * buf->y_stride; in EmitRescaledAlphaYUV() 290 assert(p->last_y + expected_num_lines_out <= io->scaled_height); in EmitRescaledAlphaYUV() 399 num_lines_out += ExportRGB(p, p->last_y + num_lines_out); in EmitRescaledRGB() 471 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() 627 p->last_y += num_lines_out; in CustomPut()
|
A D | vp8l_dec.c | 1733 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 134 mouse->y = mouse->last_y = y; in MotionAllMice() 328 static int last_x, last_y; in ProcessInputEvent() local 336 last_y = ievt->axisabs; in ProcessInputEvent() 353 last_y - (y + in ProcessInputEvent() 357 last_y, 0); in ProcessInputEvent()
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 150 static lv_coord_t last_y = 0; 154 if(data->state == LV_INDEV_STATE_PR) touchpad_get_xy(&last_x, &last_y); 158 data->point.y = last_y;
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_line.c | 614 lv_coord_t last_y = line->p_act.y; in line_next_y() local 618 } while(last_y == line->p_act.y); in line_next_y()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 780 mouse->last_y = xevent.xcrossing.y; in X11_DispatchEvent()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 3904 b2c3575c add a 'last_y' field to WebPDecParams
|