Test group #037
Alpha-unpremultiplied drawing surfaces

file automatically generated by AmanithVG testsuite

# Reference AmanithVG RMS Description Comment
370001

100%

Test color gradient by specifying, through vgSetParameteriv, integer color stops (i.e. stops whose values are integer numbers); alpha-unpremultiplied drawing surface
370002

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370003

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370004

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370005

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370006

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370007

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370008

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370009

97%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370010

97%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370011

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370012

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370013

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370014

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370015

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370016

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370017

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370018

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370019

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370020

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370021

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370022

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370023

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370024

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370025

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370026

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370027

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370028

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370029

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370030

97%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370031

97%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370032

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370033

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370034

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370035

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370036

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370037

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370038

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370039

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370040

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370041

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370042

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370043

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM disabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370044

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370045

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370046

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370047

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370048

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370049

100%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370050

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370051

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370052

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370053

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370054

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370055

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370056

100%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370057

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370058

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370059

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370060

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370061

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370062

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370063

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370064

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED disabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370065

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370066

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370067

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370068

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370069

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370070

100%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370071

98%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_PAD spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370072

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370073

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1. For this gradient in VG_COLOR_RAMP_SPREAD_REPEAT mode, at the gradient end points a sharp transition white-black is the expected behaviour; the Khronos reference implementation performs a filtering on the gradient, so at sharp transitions it shows an intermediate artifact color (a grey). This is particularly noticeable (RMS-wide) on B/W gradients
370074

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370075

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370076

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370077

100%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370078

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370079

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a NULL VG_PAINT_COLOR_RAMP_STOPS array, so according to OpenVG specifications, two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370080

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets an unordered sequence of color stops, so according to OpenVG specifications the entire sequence is ignored and two implicit color stops are added: an opaque black at offset 0 and an opaque white at offset 1
370081

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 0 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 0 and the same color as the first defined stop
370082

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array, but a color stop at offset 1 is missing, so according to OpenVG specifications an implicit stop is added with an offset of 1 and the same color as the last defined stop
370083

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a VG_PAINT_COLOR_RAMP_STOPS array made of four entries: the first two stops have the same offset 0, the last two stops have the same offset 1
370084

100%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array made of five entries, with the first and last stops having an alpha value of zero
370085

99%

Test color gradient with VG_PAINT_COLOR_RAMP_PREMULTIPLIED enabled, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, VG_COLOR_TRANSFORM enabled, alpha-unpremultiplied drawing surface The test sets a valid VG_PAINT_COLOR_RAMP_STOPS array with multiple stops having the same offset. According to OpenVG specifications it is legal to have multiple stops with the same offset value, which will result in a discontinuity in the color ramp, with the first stop with a given offset value defining the right endpoint of one interval and the last stop with the same offset value defining the left endpoint of the next interval
370086

99%

Test linear gradient with coincident start/end points, VG_COLOR_RAMP_SPREAD_PAD spread mode, alpha-unpremultiplied drawing surface
370087

99%

Test linear gradient with coincident start/end points, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, alpha-unpremultiplied drawing surface
370088

99%

Test linear gradient with coincident start/end points, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, alpha-unpremultiplied drawing surface
370089

99%

Test radial gradient with a radius of 0, VG_COLOR_RAMP_SPREAD_PAD spread mode, alpha-unpremultiplied drawing surface
370090

99%

Test radial gradient with a radius of 0, VG_COLOR_RAMP_SPREAD_REPEAT spread mode, alpha-unpremultiplied drawing surface
370091

99%

Test radial gradient with a radius of 0, VG_COLOR_RAMP_SPREAD_REFLECT spread mode, alpha-unpremultiplied drawing surface
370097

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370098

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370099

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370100

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370101

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370102

79%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface) For this special case, VG_PAINT_COLOR has been set with a zero alpha value, so that VG_BLEND_DST_IN blend will be equivalent to a clear (transparent black) operation. In this case, the rasterizer will bypass scanline fillers at all, switching to a more optimized pipeline
370103

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface) For this special case, VG_PAINT_COLOR has been set with a full opaque alpha value, so that VG_BLEND_DST_IN blend will be equivalent to a VG_BLEND_DST_MZT operation. So the drawing will be skipped at all in advance
370104

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370105

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370106

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370107

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370108

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370128

97%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370129

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370130

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370131

97%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370132

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370133

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370134

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370135

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370136

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370137

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370153

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370154

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370155

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370156

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370157

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370158

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370159

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370160

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370161

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370162

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370177

97%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370178

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370179

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370180

97%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370181

100%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370182

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370183

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370184

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370185

99%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370186

98%

Test vgDrawPath with VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370201

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370202

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370203

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370204

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370205

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370206

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370207

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370208

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370209

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370210

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370225

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370226

98%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370227

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370228

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370229

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370230

98%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370231

98%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370232

98%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370233

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370234

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370249

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370250

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370251

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370252

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370253

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370254

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370255

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370256

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370257

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370258

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370273

96%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370274

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370275

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370276

96%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370277

100%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370278

98%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370279

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370280

99%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370281

97%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370282

96%

Test vgDrawPath with VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370297

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370298

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370299

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370300

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370301

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370302

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370303

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370304

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370305

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370306

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370322

96%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370323

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370324

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370325

96%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370326

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370327

98%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370328

98%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370329

98%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370330

98%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370331

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370347

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370348

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370349

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370350

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370351

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370352

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370353

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370354

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370355

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370356

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370371

96%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370372

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370373

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370374

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370375

100%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370376

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370377

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370378

99%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370379

97%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370380

96%

Test vgDrawPath with VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370493

96%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370494

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370495

100%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370496

96%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370497

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370498

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370499

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370500

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370501

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370502

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370517

95%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370518

97%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370519

100%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370520

95%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370521

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370522

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370523

97%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370524

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370525

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370526

96%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370541

96%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370542

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370543

100%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370544

96%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370545

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370546

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370547

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370548

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370549

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370550

97%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370565

95%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370566

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370567

100%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370568

95%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370569

99%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370570

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370571

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370572

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370573

98%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370574

97%

Test vgDrawPath with VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370589

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370590

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370591

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370592

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370593

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370594

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370595

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370596

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370597

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370598

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370613

97%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370614

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370615

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370616

97%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370617

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370618

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370619

97%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370620

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370621

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370622

96%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled, affine transformation (alpha-unpremultiplied drawing surface)
370637

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370638

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370639

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370640

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370641

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370642

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370643

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370644

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370645

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370646

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370661

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370662

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370663

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370664

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370665

100%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370666

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370667

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370668

99%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370669

98%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370670

97%

Test vgDrawImage in VG_DRAW_IMAGE_NORMAL mode, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled, perpsective transformation (alpha-unpremultiplied drawing surface)
370685

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370686

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370687

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370688

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370689

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370690

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370691

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370692

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370693

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370694

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370709

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370710

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370711

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370712

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370713

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370714

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370715

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370716

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370717

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370718

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370733

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370734

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370735

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370736

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370737

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370738

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370739

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370740

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370741

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370742

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370757

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370758

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370759

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370760

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370761

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370762

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370763

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370764

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370765

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370766

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370781

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370782

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370783

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370784

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370785

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370786

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370787

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370788

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370789

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370790

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370805

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370806

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370807

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370808

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370809

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370810

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370811

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370812

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370813

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370814

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370829

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370830

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370831

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370832

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370833

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370834

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370835

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370836

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370837

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370838

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370853

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370854

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370855

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370856

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370857

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370858

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370859

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370860

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370861

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370862

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370877

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370878

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370879

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370880

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370881

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370882

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370883

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370884

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370885

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370886

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370901

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370902

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370903

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370904

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370905

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370906

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370907

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370908

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370909

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370910

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
370925

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370926

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370927

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370928

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370929

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370930

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370931

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370932

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370933

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370934

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370949

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370950

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370951

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370952

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370953

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370954

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370955

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370956

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370957

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
370958

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371069

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371070

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371071

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371072

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371073

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371074

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371075

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371076

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371077

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371078

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371093

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371094

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371095

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371096

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371097

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371098

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371099

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371100

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371101

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371102

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371117

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371118

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371119

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371120

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371121

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371122

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371123

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371124

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371125

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371126

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371141

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371142

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371143

100%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371144

96%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371145

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371146

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371147

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371148

99%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371149

98%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371150

97%

Test vgDrawImage in VG_DRAW_IMAGE_MULTIPLY mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371165

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371166

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371167

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371168

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371169

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371170

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371171

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371172

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371173

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371174

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371190

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371191

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371192

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371193

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371194

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371195

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371196

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371197

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371198

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371199

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371214

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371215

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371216

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371217

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371218

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371219

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371220

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371221

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371222

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371223

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371238

95%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371239

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371240

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371241

95%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371242

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371243

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371244

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371245

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371246

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371247

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_COLOR paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371262

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371263

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371264

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371265

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371266

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371267

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371268

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371269

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371270

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371271

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371286

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371287

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371288

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371289

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371290

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371291

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371292

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371293

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371294

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371295

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371310

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371311

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371312

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371313

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371314

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371315

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371316

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371317

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371318

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371319

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371334

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371335

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371336

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371337

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371338

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371339

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371340

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371341

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371342

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371343

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_LINEAR_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371358

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371359

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371360

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371361

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371362

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371363

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371364

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371365

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371366

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371367

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371382

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371383

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371384

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371385

96%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371386

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371387

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371388

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371389

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371390

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371391

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371406

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371407

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371408

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371409

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371410

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371411

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371412

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371413

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371414

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371415

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371430

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371431

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371432

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371433

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371434

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371435

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371436

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371437

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371438

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371439

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_RADIAL_GRADIENT paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371550

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371551

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371552

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371553

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371554

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371555

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371556

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371557

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371558

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371559

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371574

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371575

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371576

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371577

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371578

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371579

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371580

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371581

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371582

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371583

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM disabled (alpha-unpremultiplied drawing surface)
371598

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371599

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371600

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371601

98%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371602

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371603

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371604

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371605

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371606

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371607

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING disabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371622

95%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371623

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371624

100%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_OVER blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371625

95%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SRC_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371626

97%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DST_IN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371627

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_MULTIPLY blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371628

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_SCREEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371629

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_DARKEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371630

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_LIGHTEN blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371631

99%

Test vgDrawImage in VG_DRAW_IMAGE_STENCIL mode, VG_PAINT_TYPE_PATTERN paint, VG_BLEND_ADDITIVE blend mode, VG_MASKING enabled, VG_COLOR_TRANSFORM enabled (alpha-unpremultiplied drawing surface)
371646

99%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_NONANTIALIASED rendering quality, on an alpha-unpremultiplied drawing surface
371647

98%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_FASTER rendering quality, on an alpha-unpremultiplied drawing surface
371648

97%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_BETTER rendering quality, on an alpha-unpremultiplied drawing surface
371649

100%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_NONANTIALIASED rendering quality, on an alpha-unpremultiplied drawing surface
371650

100%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_FASTER rendering quality, on an alpha-unpremultiplied drawing surface
371651

100%

Test optimized/direct pipelines embedded within rasterizers, when drawing a path with VG_RENDERING_QUALITY_BETTER rendering quality, on an alpha-unpremultiplied drawing surface
371652

98%

Test the drawing of a path with VG_PAINT_TYPE_PATTERN paint type, VG_TILE_REPEAT tiling mode, VG_BLEND_SRC blend mode, VG_COLOR_TRANSFORM disabled, VG_MASKING disabled, no matrix rotation nor scale, on a alpha-unpremultiplied drawing surface The specific paint and states combination is specifically thought to test dedicated scanline fillers in AmanithVG
371653

99%

Test the drawing of a path with VG_PAINT_TYPE_PATTERN paint type, VG_TILE_REPEAT tiling mode, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, VG_MASKING disabled, no matrix rotation nor scale, on a alpha-unpremultiplied drawing surface The specific paint and states combination is specifically thought to test dedicated scanline fillers in AmanithVG
371654

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_COLOR_TRANSFORM disabled, unitary scale, integer translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371655

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, unitary scale, integer translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371656

99%

Test the drawing of an image, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, unitary scale, integer translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized scanline filler
371657

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371658

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371659

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371660

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371661

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371662

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371663

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371664

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371665

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371666

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371667

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371668

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371669

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371670

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371671

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371672

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371673

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371674

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371675

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371676

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371677

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371678

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371679

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371680

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371681

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371682

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371683

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371684

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371685

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371686

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371687

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371688

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371689

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371690

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371691

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371692

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371693

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371694

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371695

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale < 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371696

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from below), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371697

100%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 0, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371698

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale > -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371699

96%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING enabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, unitary positive scale, integer translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371700

98%

Test the drawing of an image, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING enabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, unitary positive scale, integer translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized scanline filler
371701

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_MULTIPLY image mode, VG_PAINT_TYPE_COLOR paint, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_COLOR_TRANSFORM disabled, just integer translations, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371702

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_MULTIPLY image mode, VG_PAINT_TYPE_COLOR paint, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, just integer translations, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371703

99%

Test the drawing of an image, VG_DRAW_IMAGE_MULTIPLY image mode, VG_PAINT_TYPE_COLOR paint, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_COLOR_TRANSFORM disabled, integer translations, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized scanline filler
371704

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371705

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371706

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371707

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371708

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371709

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371710

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371711

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371712

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371713

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371714

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371715

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371716

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371717

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371718

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371719

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371720

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371721

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371722

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371723

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371724

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371725

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371726

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371727

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_NONANTIALIASED image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371728

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371729

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371730

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371731

98%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371732

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371733

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_FASTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371734

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, no translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371735

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel horizontal translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371736

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371737

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale > 1, half pixel translation in both directions, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371738

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, scale really close to 1 (from above), fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371739

99%

Test the drawing of an image completely within the surface boundaries, VG_DRAW_IMAGE_NORMAL image mode, VG_MASKING disabled, VG_BLEND_SRC_OVER blend mode, VG_IMAGE_QUALITY_BETTER image quality, VG_COLOR_TRANSFORM disabled, negative vertical scale < -1, fractional vertical translation, on a alpha-unpremultiplied drawing surface In this specific case AmanithVG will switch to a dedicated optimized drawing function
371740

100%

Test the drawing of an image completely within the surface boundaries, VG_IMAGE_QUALITY_BETTER image quality, VG_RENDERING_QUALITY_NONANTIALIASED rendering quality, on a alpha-unpremultiplied drawing surface The test verifies the correct alignment to the nearest pixel when rendering quality is non-antialiased