Home
last modified time | relevance | path

Searched defs:last (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgArray.h117 const T& last() const in last() function
127 T& last() in last() function
DtvgSwStroke.cpp845 auto last = *cntr; //index of last point in contour in strokeParseOutline() local
DtvgSwRle.cpp710 auto last = *cntr; in _decomposeOutline() local
DtvgSvgSceneBuilder.cpp616 auto last = svgPath.find_last_of("/"); in _imageBuildHelper() local
/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.c411 struct smm_buffer * last = NULL; in get_from_pool() local
637 struct smm_buffer * alloc_buffer(struct smm_buffer * last, size_t offset) in alloc_buffer()
/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_font.h91 const uint32_t last; /**< Unicode value of the last value of the range */ member
Dnema_font.h75 uint32_t first, last; member
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask.c864 int32_t last = rect.x1 - abs_x; in lv_draw_mask_radius() local
882 int32_t last = rect.x2 - abs_x - first + 1; in lv_draw_mask_radius() local
/lvgl-latest/src/indev/
Dlv_indev.c1352 lv_obj_t ** last = &indev->pointer.last_hovered; in indev_proc_release() local
/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h833 const Token* last = tokens_ + (tokenCount_ - 1); in Erase() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1745 stbtt_uint16 offset, start, last; local