HomeSort by relevance Sort by last modified time
    Searched refs:PP_Size (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/c/
pp_size.h 6 /* From pp_size.idl modified Tue Jun 3 12:31:20 2014. */
25 * The <code>PP_Size</code> struct contains the size of a 2D rectangle.
27 struct PP_Size {
33 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_Size, 8);
54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
60 * @return A <code>PP_Size</code> structure.
62 PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) {
63 struct PP_Size ret;
ppb_compositor_layer.h 17 #include "ppapi/c/pp_size.h"
95 * param[in] size A <code>PP_Size</code> for the size of the layer before
105 const struct PP_Size* size);
118 * param[in] size A <code>PP_Size</code> for the size of the layer before
128 const struct PP_Size* size,
142 * param[in] size A <code>PP_Size</code> for the size of the layer before
151 const struct PP_Size* size,
ppb_image_data.h 15 #include "ppapi/c/pp_size.h"
88 struct PP_Size size;
141 * @param[in] size A pointer to a <code>PP_Size</code> containing the image
155 const struct PP_Size* size,
pp_codecs.h 12 #include "ppapi/c/pp_size.h"
76 struct PP_Size texture_size;
ppb_fullscreen.h 14 #include "ppapi/c/pp_size.h"
82 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
ppb_graphics_2d.h 18 #include "ppapi/c/pp_size.h"
63 const struct PP_Size* size,
90 struct PP_Size* size,
285 const struct PP_Size* size,
289 struct PP_Size* size,
  /external/chromium_org/ppapi/generators/test_namespace/
foo.idl 13 struct PP_Size {
bar.idl 23 [in] PP_Size size,
  /external/chromium_org/ppapi/generators/test_parser/
interface.idl 20 [in] PP_Size size);
27 [out] PP_Size size,
49 [in] PP_Size size, );
55 /* FAIL Unexpected "," after symbol PP_Size. */
56 [out] PP_Size,
  /external/chromium_org/ppapi/api/
pp_size.idl 11 * The <code>PP_Size</code> struct contains the size of a 2D rectangle.
14 struct PP_Size {
38 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
44 * @return A <code>PP_Size</code> structure.
46 PP_INLINE struct PP_Size PP_MakeSize(int32_t w, int32_t h) {
47 struct PP_Size ret;
pp_codecs.idl 56 PP_Size texture_size;
ppb_fullscreen.idl 76 [out] PP_Size size);
ppb_image_data.idl 68 PP_Size size;
117 * @param[in] size A pointer to a <code>PP_Size</code> containing the image
132 [in] PP_Size size,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.h 25 const PP_Size& size,
34 virtual PP_Bool Describe(PP_Size* size, PP_Bool* is_always_opaque) OVERRIDE;
50 const PP_Size size_;
ppp_video_decoder_proxy.h 14 struct PP_Size;
33 const PP_Size& dimensions,
compositor_layer_resource.h 55 const PP_Size* size) OVERRIDE;
59 const PP_Size* size,
63 const PP_Size* size,
  /external/chromium_org/ppapi/thunk/
ppb_compositor_layer_api.h 22 const PP_Size* size) = 0;
26 const PP_Size* size,
30 const PP_Size* size,
ppb_video_frame_api.h 23 virtual PP_Bool GetSize(PP_Size* size) = 0;
  /external/chromium_org/ppapi/c/private/
ppb_flash_fullscreen.h 14 #include "ppapi/c/pp_size.h"
52 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
60 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
  /external/chromium_org/ppapi/api/dev/
pp_print_settings_dev.idl 38 PP_Size paper_size;
  /external/chromium_org/ppapi/api/private/
ppb_flash_fullscreen.idl 54 [out] PP_Size size);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 59 struct PP_Size;
191 bool IsSizeInRange(PP_Size size, PP_Size min_size, PP_Size max_size);
192 bool IsSizeEqual(PP_Size size, PP_Size expected);
215 PP_Resource CreateImageData(PP_Size size, ColorPremul pixel_color, void** bmp);
221 PP_Size size,
  /external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h 15 #include "ppapi/c/pp_size.h"
58 const struct PP_Size* dimensions,
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.h 29 const PP_Size& dimensions,
  /external/chromium_org/mojo/examples/pepper_container_app/
type_converters.h 12 #include "ppapi/c/pp_size.h"
35 class TypeConverter<SizePtr, PP_Size> {
37 static SizePtr ConvertFrom(const PP_Size& input) {
44 static PP_Size ConvertTo(const SizePtr& input) {

Completed in 531 milliseconds

1 2 3 4