Home
last modified time | relevance | path

Searched refs:get_pixel (Results 1 – 6 of 6) sorted by relevance

/third_party/pixman/pixman/
Dpixman-bits-image.c77 get_pixel_t get_pixel, in bits_image_fetch_pixel_nearest() argument
88 get_pixel (image, x0, y0, FALSE, out); in bits_image_fetch_pixel_nearest()
92 get_pixel (image, x0, y0, TRUE, out); in bits_image_fetch_pixel_nearest()
100 get_pixel_t get_pixel, in bits_image_fetch_pixel_bilinear_32() argument
129 get_pixel (image, x1, y1, FALSE, &tl); in bits_image_fetch_pixel_bilinear_32()
130 get_pixel (image, x2, y1, FALSE, &tr); in bits_image_fetch_pixel_bilinear_32()
131 get_pixel (image, x1, y2, FALSE, &bl); in bits_image_fetch_pixel_bilinear_32()
132 get_pixel (image, x2, y2, FALSE, &br); in bits_image_fetch_pixel_bilinear_32()
136 get_pixel (image, x1, y1, TRUE, &tl); in bits_image_fetch_pixel_bilinear_32()
137 get_pixel (image, x2, y1, TRUE, &tr); in bits_image_fetch_pixel_bilinear_32()
[all …]
/third_party/skia/tests/
DPremulAlphaRoundTripTest.cpp140 auto get_pixel = [](const GrPixmap& pm, int x, int y) { in DEF_TEST() local
146 SkDebugf("Src : %08x\n", get_pixel(src, x, y)); in DEF_TEST()
147 SkDebugf(" -> : %08x\n", get_pixel(surf, x, y)); in DEF_TEST()
148 SkDebugf(" <- : %08x\n", get_pixel(read1, x, y)); in DEF_TEST()
149 SkDebugf(" -> : %08x\n", get_pixel(surf2, x, y)); in DEF_TEST()
150 SkDebugf(" <- : %08x\n", get_pixel(read2, x, y)); in DEF_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Drawvideoparse.c89 get_pixel (Context const *ctx, const guint8 * pixels, guint x, guint y) in get_pixel() function
129 fail_unless_equals_uint64_hex (get_pixel (ctx, pixels, 1 + xofs, 0 + yofs), in check_test_pattern()
131 fail_unless_equals_uint64_hex (get_pixel (ctx, pixels, 0 + xofs, 1 + yofs), in check_test_pattern()
140 fail_unless_equals_uint64_hex (get_pixel (ctx, pixels, x, y), 0x000000); in check_test_pattern()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c1020 get_pixel(png_uint_32 format))(Pixel *p, png_const_voidp pb) in get_pixel() function
2089 result->in_gp = get_pixel(in_format); in transform_from_formats()
2090 result->out_gp = get_pixel(out_format); in transform_from_formats()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c1020 get_pixel(png_uint_32 format))(Pixel *p, png_const_voidp pb) in get_pixel() function
2089 result->in_gp = get_pixel(in_format); in transform_from_formats()
2090 result->out_gp = get_pixel(out_format); in transform_from_formats()
/third_party/libpng/contrib/libtests/
Dpngstest.c1020 get_pixel(png_uint_32 format))(Pixel *p, png_const_voidp pb) in get_pixel() function
2089 result->in_gp = get_pixel(in_format); in transform_from_formats()
2090 result->out_gp = get_pixel(out_format); in transform_from_formats()