HomeSort by relevance Sort by last modified time
    Searched refs:FormatColor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 181 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) {
192 uint32_t formatted_pixel_color = FormatColor(image_format, pixel_color);
222 uint32_t expected_color = FormatColor(image_desc.format, color);
test_interface.h 196 // and provide alpha premultiplcation in FormatColor(). This will be required
211 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color);
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 31 uint32_t FormatColor(PP_ImageDataFormat format, ColorPremul color) {
217 painted_color_ = FormatColor(image_format, color);

Completed in 284 milliseconds