Home
last modified time | relevance | path

Searched refs:surroundcolorcount (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dbrush.c118 dest->surroundcolors = heap_alloc_zero(dest->surroundcolorcount * sizeof(ARGB)); in GdipCloneBrush()
140 … memcpy(dest->surroundcolors, src->surroundcolors, dest->surroundcolorcount * sizeof(ARGB)); in GdipCloneBrush()
651 (*grad)->surroundcolorcount = 1; in create_path_gradient()
1233 if (i < grad->surroundcolorcount) in GdipGetPathGradientSurroundColorsWithCount()
1236 argb[i] = grad->surroundcolors[grad->surroundcolorcount-1]; in GdipGetPathGradientSurroundColorsWithCount()
1239 *count = grad->surroundcolorcount; in GdipGetPathGradientSurroundColorsWithCount()
1827 grad->surroundcolorcount = num_colors; in GdipSetPathGradientSurroundColorsWithCount()
H A Dgdiplus_private.h285 INT surroundcolorcount; member
H A Dgraphics.c1525 start_color = fill->surroundcolors[min(i, fill->surroundcolorcount-1)]; in brush_fill_pixels()
1530 end_color = fill->surroundcolors[min(figure_start, fill->surroundcolorcount-1)]; in brush_fill_pixels()
1535 end_color = fill->surroundcolors[min(i+1, fill->surroundcolorcount-1)]; in brush_fill_pixels()