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

  /external/chromium_org/ppapi/c/
ppb_image_data.h 143 * @param[in] init_to_zero A <code>PP_Bool</code> to determine transparency
145 * Set the <code>init_to_zero</code> flag if you want the bitmap initialized
156 PP_Bool init_to_zero);
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.h 139 PP_Bool init_to_zero);
150 // NOTE: if |init_to_zero| is false, you should write over the entire image
157 bool init_to_zero,
170 PP_Bool init_to_zero,
178 PP_Bool init_to_zero,
ppb_image_data_proxy.cc 481 PP_Bool init_to_zero) {
492 cached_image_data->RecycleToPlugin(PP_ToBool(init_to_zero));
502 kApiID, instance, format, size, init_to_zero,
516 kApiID, instance, format, size, init_to_zero,
556 bool init_to_zero,
568 PP_Bool pp_init_to_zero = init_to_zero ? PP_TRUE : PP_FALSE;
619 PP_Bool init_to_zero,
633 true /* init_to_zero */,
647 PP_Bool init_to_zero,
661 true /* init_to_zero */,
    [all...]
resource_creation_proxy.cc 275 PP_Bool init_to_zero) {
286 format, *size, init_to_zero);
293 PP_Bool init_to_zero) {
297 format, *size, init_to_zero);
resource_creation_proxy.h 128 PP_Bool init_to_zero) OVERRIDE;
132 PP_Bool init_to_zero) OVERRIDE;
  /external/chromium_org/ppapi/api/
ppb_image_data.idl 119 * @param[in] init_to_zero A <code>PP_Bool</code> to determine transparency
121 * Set the <code>init_to_zero</code> flag if you want the bitmap initialized
133 [in] PP_Bool init_to_zero);
  /external/chromium_org/ppapi/thunk/
ppb_image_data_thunk.cc 35 PP_Bool init_to_zero) {
43 init_to_zero);
resource_creation_api.h 140 PP_Bool init_to_zero) = 0;
144 PP_Bool init_to_zero) = 0;
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.h 43 bool init_to_zero) = 0;
67 bool init_to_zero);
73 PP_Bool init_to_zero);
123 bool init_to_zero) OVERRIDE;
158 bool init_to_zero) OVERRIDE;
ppb_image_data_impl.cc 72 bool init_to_zero) {
85 return backend_->Init(this, format, width, height, init_to_zero);
93 PP_Bool init_to_zero) {
96 if (!data->Init(format, size.width, size.height, !!init_to_zero))
160 bool init_to_zero) {
161 // TODO(brettw) use init_to_zero when we implement caching.
261 bool init_to_zero) {
resource_creation_impl.cc 124 PP_Bool init_to_zero) {
129 init_to_zero);
136 PP_Bool init_to_zero) {
141 init_to_zero);
resource_creation_impl.h 62 PP_Bool init_to_zero) OVERRIDE;
66 PP_Bool init_to_zero) OVERRIDE;
  /external/chromium_org/ppapi/cpp/
image_data.h 55 /// @param[in] init_to_zero A bool used to determine transparency at
56 /// creation. Set the <code>init_to_zero</code> flag if you want the bitmap
63 bool init_to_zero);
image_data.cc 45 bool init_to_zero)
54 PP_FromBool(init_to_zero)));
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
var_array_buffer.cc 65 const bool init_to_zero = false; local
67 pp::ImageData(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, init_to_zero);
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.cc 205 PP_Bool init_to_zero) {
214 PP_Bool init_to_zero) {
resource_creation_impl.h 110 PP_Bool init_to_zero) OVERRIDE;
114 PP_Bool init_to_zero) OVERRIDE;

Completed in 232 milliseconds