OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_MakeSize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ppapi/api/
pp_size.idl
28
*
PP_MakeSize
() creates a <code>PP_Size</code> given a width and height as
36
PP_INLINE struct PP_Size
PP_MakeSize
(int32_t w, int32_t h) {
/external/chromium_org/ppapi/c/
pp_size.h
44
*
PP_MakeSize
() creates a <code>PP_Size</code> given a width and height as
52
PP_INLINE struct PP_Size
PP_MakeSize
(int32_t w, int32_t h) {
/external/chromium_org/content/renderer/pepper/
gfx_conversion.h
41
return
PP_MakeSize
(s.width(), s.height());
pepper_video_source_host.cc
148
PP_MakeSize
(width, height),
ppb_video_decoder_impl.cc
250
PP_Size out_dim =
PP_MakeSize
(dimensions.width(), dimensions.height());
pepper_plugin_instance_impl.cc
[
all
...]
Completed in 193 milliseconds