Searched defs:px (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/qrcode/ |
D | lv_qrcode.c | 181 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update() local 194 uint32_t px = row_byte_cnt * y + (x >> 3); in lv_qrcode_update() local
|
/lvgl-latest/src/widgets/canvas/ |
D | lv_canvas.c | 212 const uint8_t * px = lv_draw_buf_goto_xy(canvas->draw_buf, x, y); in lv_canvas_get_px() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 285 int32_t x1, x2, x, y, ar, ab, iru, irv, px, ay; in _rasterBlendingPolygonImageSegment() local 462 int32_t x1, x2, x, y, ar, ab, iru, irv, px, ay; in _rasterPolygonImageSegment() local
|
D | tvgSwRle.cpp | 581 auto px = diff.x * ONE_PIXEL; in _lineTo() local
|
D | tvgLottieExpressions.cpp | 741 static jerry_value_t _velocity(float px, float cx, float py, float cy, float elapsed) in _velocity()
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 593 int32_t px = p->x - cx; in lv_point_within_circle() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5084 float px = x0 - sx, py = y0 - sy; local 5106 float px, py, t, it, dist2; local
|