Home
last modified time | relevance | path

Searched refs:rotate_rand_w (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DBrushItem.c76 p->rotate_rand_w = 0; in BrushItem_setDefault()
219 p->rotate_angle, p->rotate_rand_w, in BrushItem_getTextFormat()
335 p->rotate_rand_w = _get_intparam(tp, "angle_rand", 0, 0, 180, p->rotate_rand_w); in BrushItem_setFromText()
H A DBrushList.c579 pd->angle_random = (pi->rotate_rand_w << 8) / 180; in BrushList_setBrushDrawParam()
1122 g_dat->cur.rotate_rand_w = val; in BrushList_updateval_angle_radom()
1123 if(_is_sel_linksave()) g_dat->selitem->rotate_rand_w = val; in BrushList_updateval_angle_radom()
/dports/graphics/azpainter/azpainter-2.1.7/src/include/
H A DBrushItem.h64 rotate_rand_w, //回転ランダム幅 (0-180) member
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DDockBrushValue.c461 ValueBar_setPos(p->bar_angle_rand, pi->rotate_rand_w); in DockBrushValue_setValue()