Home | History | Annotate | Download | only in base

Lines Matching full:argb

416       *r_pos = 1; *g_pos = 2; *b_pos = 3; *bytes = 4;  // ARGB in memory.
697 // Test constructing an image from a ARGB buffer
711 // Test constructing an image from a wide ARGB buffer
996 // Test 1 pixel edge case image ARGB buffer.
1005 // Convert back to ARGB.
1016 EXPECT_FALSE(IsPlaneEqual("argb", pixel, 4, out, 4, 3, 1, 2));
1019 EXPECT_TRUE(IsPlaneEqual("argb", pixel, 4, out, 4, 3, 1, 2));
1042 // Convert back to ARGB
1051 EXPECT_TRUE(IsPlaneEqual("argb", pixel, out_size,
1080 // Test constructing an image from an ARGB buffer with horizontal cropping.
1376 // Test constructing an image from a ARGB buffer with a range of sizes.