Searched refs:blendpos (Results 1 – 3 of 3) sorted by relevance
130 heap_free(dest->blendpos); in GdipCloneBrush()139 memcpy(dest->blendpos, src->blendpos, count * sizeof(REAL)); in GdipCloneBrush()185 memcpy(dest->blendpos, src->blendpos, count * sizeof(REAL)); in GdipCloneBrush()316 heap_free((*line)->blendpos); in create_line_brush()323 (*line)->blendpos[0] = 1.0f; in create_line_brush()629 heap_free((*grad)->blendpos); in create_path_gradient()636 (*grad)->blendpos[0] = 1.0; in create_path_gradient()1394 heap_free(brush->blendpos); in GdipSetLineBlend()1398 brush->blendpos = new_blendpos; in GdipSetLineBlend()1539 heap_free(brush->blendpos); in GdipSetPathGradientBlend()[all …]
282 REAL* blendpos; /* blend positions */ member300 REAL* blendpos; /* blend positions */ member
618 while (position > brush->blendpos[i]) in blend_line_gradient()622 left_blendpos = brush->blendpos[i-1]; in blend_line_gradient()624 right_blendpos = brush->blendpos[i]; in blend_line_gradient()