Searched refs:stroke_path_size (Results 1 – 2 of 2) sorted by relevance
529 uint32_t stroke_path_size; member616 int32_t stroke_path_size; /*! Number of bytes in the stroke path data. */ member
2697 temp_stroke_path_size = path->stroke_path_size; in _copy_stroke_path()2699 path->stroke_path_size += totalsize; in _copy_stroke_path()2700 if(path->stroke_path_size == 0) { in _copy_stroke_path()2704 path->stroke_path_data = (void *)vg_lite_os_malloc(path->stroke_path_size); in _copy_stroke_path()2710 memset(path->stroke_path_data, 0, path->stroke_path_size); in _copy_stroke_path()2742 path->stroke_path_size -= _commandSize_float[VLC_OP_LINE]; in _copy_stroke_path()2843 path->stroke_path_size = temp_stroke_path_size + real_size; in _copy_stroke_path()7086 push_data(ctx, path->stroke_path_size, path->stroke_path_data); in vg_lite_draw()8708 push_data(ctx, path->stroke_path_size, path->stroke_path_data); in vg_lite_draw_pattern()9168 push_data(ctx, path->stroke_path_size, path->stroke_path_data); in vg_lite_draw_linear_gradient()[all …]
Completed in 25 milliseconds