/lvgl-latest/src/libs/thorvg/ |
D | tvgText.h | 88 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
|
D | tvgPaint.cpp | 141 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
|
D | tvgScene.h | 159 RenderRegion bounds(RenderMethod* renderer) const in bounds() function 197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds() function
|
D | tvgShape.h | 122 RenderRegion bounds(RenderMethod* renderer) in bounds() function 128 bool bounds(float* x, float* y, float* w, float* h, bool stroking) in bounds() function
|
D | tvgPicture.cpp | 105 RenderRegion Picture::Impl::bounds(RenderMethod* renderer) in bounds() function in Picture::Impl
|
D | tvgPicture.h | 119 bool bounds(float* x, float* y, float* w, float* h, bool stroking) in bounds() function
|
D | tvgSwRenderer.cpp | 55 RenderRegion bounds() in bounds() function
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 206 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/ |
D | lv_svg_render.c | 33 #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/ |
D | stb_truetype_htcw.h | 2133 int bounds; member 2143 #define STBTT__CSCTX_INIT(bounds) {bounds,0, 0,0, 0,0, 0,0,0,0, NULL, 0} argument
|