ChannelAsFloat 427 content/common/gpu/client/gl_helper_unittest.cc return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) + ChannelAsFloat 428 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) + ChannelAsFloat 429 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y + ChannelAsFloat 430 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y); ChannelAsFloat 465 content/common/gpu/client/gl_helper_unittest.cc float c = ChannelAsFloat(input, src_x, src_y, channel); ChannelAsFloat 1201 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 0) * 0.257 + ChannelAsFloat 1202 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 1) * 0.504 + ChannelAsFloat 1203 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 2) * 0.098 + 0.0625);