ColorPremul 181 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) { ColorPremul 190 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc PP_Resource CreateImageData(PP_Size size, ColorPremul pixel_color, void** bmp) { ColorPremul 211 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc ColorPremul color) { ColorPremul 201 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kSheerRed = { 0x88, 0x88, 0x00, 0x00 }; ColorPremul 202 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kSheerBlue = { 0x88, 0x00, 0x00, 0x88 }; ColorPremul 203 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kSheerGray = { 0x77, 0x55, 0x55, 0x55 }; ColorPremul 204 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kOpaqueGreen = { 0xFF, 0x00, 0xFF, 0x00 }; ColorPremul 205 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kOpaqueBlack = { 0xFF, 0x00, 0x00, 0x00 }; ColorPremul 206 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kOpaqueWhite = { 0xFF, 0xFF, 0xFF, 0xFF }; ColorPremul 207 ppapi/native_client/tests/ppapi_test_lib/test_interface.h const ColorPremul kOpaqueYellow = { 0xFF, 0xFF, 0xFF, 0x00 }; ColorPremul 211 ppapi/native_client/tests/ppapi_test_lib/test_interface.h uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color); ColorPremul 215 ppapi/native_client/tests/ppapi_test_lib/test_interface.h PP_Resource CreateImageData(PP_Size size, ColorPremul pixel_color, void** bmp); ColorPremul 222 ppapi/native_client/tests/ppapi_test_lib/test_interface.h ColorPremul color); ColorPremul 24 ppapi/tests/test_fullscreen.cc const ColorPremul kSheerBlue = { 0x88, 0x00, 0x00, 0x88 }; ColorPremul 25 ppapi/tests/test_fullscreen.cc const ColorPremul kOpaqueYellow = { 0xFF, 0xFF, 0xFF, 0x00 }; ColorPremul 28 ppapi/tests/test_fullscreen.cc uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) { ColorPremul 211 ppapi/tests/test_fullscreen.cc bool TestFullscreen::PaintPlugin(pp::Size size, ColorPremul color) { ColorPremul 44 ppapi/tests/test_fullscreen.h bool PaintPlugin(pp::Size size, ColorPremul color);