Home
last modified time | relevance | path

Searched refs:colorid2 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_resources.h372 void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, unsigned char col[3]);
373 void UI_GetThemeColorBlend3f(int colorid1, int colorid2, float fac, float r_col[3]);
374 void UI_GetThemeColorBlend4f(int colorid1, int colorid2, float fac, float r_col[4]);
383 int colorid1, int colorid2, float fac, int offset, unsigned char col[3]);
404 int colorid1, int colorid2, float fac, int offset, float col[3]);
406 int colorid1, int colorid2, float fac, int offset, float col[4]);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dresources.c1113 void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, uchar col[3]) in UI_GetThemeColorBlend3ubv() argument
1116 const uchar *cp2 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid2); in UI_GetThemeColorBlend3ubv()
1124 void UI_GetThemeColorBlend3f(int colorid1, int colorid2, float fac, float r_col[3]) in UI_GetThemeColorBlend3f() argument
1127 const uchar *cp2 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid2); in UI_GetThemeColorBlend3f()
1135 void UI_GetThemeColorBlend4f(int colorid1, int colorid2, float fac, float r_col[4]) in UI_GetThemeColorBlend4f() argument
1138 const uchar *cp2 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid2); in UI_GetThemeColorBlend4f()
1244 int colorid1, int colorid2, float fac, int offset, uchar col[3]) in UI_GetThemeColorBlendShade3ubv() argument
1247 const uchar *cp2 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid2); in UI_GetThemeColorBlendShade3ubv()
1297 void UI_GetThemeColorBlendShade3fv(int colorid1, int colorid2, float fac, int offset, float col[3]) in UI_GetThemeColorBlendShade3fv() argument
1300 const uchar *cp2 = UI_ThemeGetColorPtr(theme_active, theme_spacetype, colorid2); in UI_GetThemeColorBlendShade3fv()
[all …]