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

  /external/chromium_org/ppapi/c/
pp_size.h 54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
62 PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) {
  /external/chromium_org/mojo/examples/pepper_container_app/
type_converters.h 46 return PP_MakeSize(0, 0);
47 return PP_MakeSize(static_cast<int32_t>(input->width),
  /external/chromium_org/ppapi/api/
pp_size.idl 38 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
46 PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) {
  /external/chromium_org/content/renderer/pepper/
gfx_conversion.h 46 return PP_MakeSize(s.width(), s.height());
pepper_video_source_host.cc 141 PP_MakeSize(dst_width, dst_height),
ppb_video_decoder_impl.cc 241 PP_Size out_dim = PP_MakeSize(dimensions.width(), dimensions.height());
pepper_video_decoder_host.cc 398 PP_MakeSize(dimensions.width(), dimensions.height()),
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ppapi/shared_impl/
compositor_layer_data.h 46 : size(PP_MakeSize(0, 0)),
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 240 PP_MakeSize(320, 240),

Completed in 676 milliseconds