Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgText.h88 RenderRegion bounds(RenderMethod* renderer) in bounds() function
138 bool bounds(float* x, float* y, float* w, float* h, TVG_UNUSED bool stroking) in bounds() function
DtvgPaint.cpp141 RenderRegion Paint::Impl::bounds(RenderMethod* renderer) const in bounds() function in Paint::Impl
313 bool Paint::Impl::bounds(float* x, float* y, float* w, float* h, bool transformed, bool stroking, b… in bounds() function in Paint::Impl
435 TVG_DEPRECATED Result Paint::bounds(float* x, float* y, float* w, float* h) const noexcept in bounds() function in Paint
441 Result Paint::bounds(float* x, float* y, float* w, float* h, bool transformed) const noexcept in bounds() function in Paint
DtvgScene.h159 RenderRegion bounds(RenderMethod* renderer) const in bounds() function
197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds() function
DtvgShape.h122 RenderRegion bounds(RenderMethod* renderer) in bounds() function
128 bool bounds(float* x, float* y, float* w, float* h, bool stroking) in bounds() function
DtvgPicture.cpp105 RenderRegion Picture::Impl::bounds(RenderMethod* renderer) in bounds() function in Picture::Impl
DtvgPicture.h119 bool bounds(float* x, float* y, float* w, float* h, bool stroking) in bounds() function
DtvgSwRenderer.cpp55 RenderRegion bounds() in bounds() function
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_path.c206 lv_vg_lite_path_bounds_t * bounds = user_data; in path_bounds_iter_cb() local
226 lv_vg_lite_path_bounds_t bounds; in lv_vg_lite_path_update_bounding_box() local
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c33 #define CALC_BOUNDS(p, bounds) \ argument
142 lv_area_t bounds; member
166 lv_area_t bounds; member
184 lv_area_t bounds; member
921 lv_area_t bounds = {0, 0, 0, 0}; in _set_gradient_ref() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h2133 int bounds; member
2143 #define STBTT__CSCTX_INIT(bounds) {bounds,0, 0,0, 0,0, 0,0,0,0, NULL, 0} argument