Searched refs:surroundcolorcount (Results 1 – 3 of 3) sorted by relevance
118 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()
285 INT surroundcolorcount; member
1525 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()