HomeSort by relevance Sort by last modified time
    Searched full:src_subrect (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.cc 128 GLuint src_texture, const gfx::Rect& src_subrect, const gfx::Size& dst_size,
130 if (src_subrect.IsEmpty() || dst_size.IsEmpty())
147 texture_target_, src_subrect.size() == dst_size ? GL_NEAREST : GL_LINEAR,
153 DrawQuad(src_subrect.x(), src_subrect.y(),
154 src_subrect.width(), src_subrect.height(),
168 const gfx::Rect& src_subrect,
177 if (src_subrect.IsEmpty() || dst_size.IsEmpty())
215 texture_target_, src_subrect.size() == dst_size ? GL_NEAREST : GL_LINEAR
    [all...]
compositing_iosurface_transformer_mac.h 53 bool ResizeBilinear(GLuint src_texture, const gfx::Rect& src_subrect,
75 // If |src_subrect|'s size does not match |dst_size|, the source will be
81 GLuint src_texture, const gfx::Rect& src_subrect,
render_widget_host_view_guest.h 110 const gfx::Rect& src_subrect,
114 const gfx::Rect& src_subrect,
render_widget_host_view_guest.cc 380 const gfx::Rect& src_subrect,
384 guest_->CopyFromCompositingSurface(src_subrect, dst_size, callback);
388 const gfx::Rect& src_subrect,
compositing_iosurface_mac.h 88 const gfx::Rect& src_subrect,
252 const gfx::Rect& src_subrect,
render_widget_host_view_android.h 136 const gfx::Rect& src_subrect,
140 const gfx::Rect& src_subrect,
render_widget_host_impl.cc 705 const gfx::Rect& src_subrect,
711 gfx::Rect accelerated_copy_rect = src_subrect.IsEmpty() ?
712 gfx::Rect(view_->GetViewBounds().size()) : src_subrect;
727 gfx::Rect copy_rect = src_subrect.IsEmpty() ?
728 gfx::Rect(backing_store->size()) : src_subrect;
    [all...]
render_widget_host_view_gtk.h 105 const gfx::Rect& src_subrect,
109 const gfx::Rect& src_subrect,
render_widget_host_view_android.cc 583 const gfx::Rect& src_subrect,
600 ConvertRectToPixel(device_scale_factor, src_subrect);
624 const gfx::Rect& src_subrect,
    [all...]
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_aura.h 205 const gfx::Rect& src_subrect,
209 const gfx::Rect& src_subrect,
    [all...]
render_widget_host_view_mac.h 276 const gfx::Rect& src_subrect,
280 const gfx::Rect& src_subrect,
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 61 const gfx::Rect& src_subrect,
110 // |src_subrect| is the portion of the src to copy to the output texture.
206 spec_.src_subrect,
244 return spec_.src_subrect;
271 src_subrect(src_subrect_),
292 gfx::Rect src_subrect,
300 gfx::Size intermediate_size = src_subrect.size();
399 src_subrect,
405 src_subrect = gfx::Rect(intermediate_size);
414 const gfx::Rect& src_subrect,
    [all...]
gl_helper_scaling.h 58 gfx::Rect src_subrect,
65 const gfx::Rect& src_subrect,
72 const gfx::Rect& src_subrect,
149 gfx::Rect src_subrect; member in struct:content::GLHelperScaling::ScalerStage
160 const gfx::Rect& src_subrect,
172 gfx::Rect src_subrect,
gl_helper.cc 139 const gfx::Rect& src_subrect,
174 const gfx::Rect& src_subrect,
229 const gfx::Rect& src_subrect,
267 const gfx::Rect& src_subrect,
299 // Copies the block of pixels specified with |src_subrect| from |src_texture|,
304 const gfx::Rect& src_subrect,
334 const gfx::Rect& src_subrect,
341 src_subrect,
350 const gfx::Rect& src_subrect,
358 src_subrect,
    [all...]
gl_helper.h 218 // Copies the block of pixels specified with |src_subrect| from |src_texture|,
229 const gfx::Rect& src_subrect,
234 // Copies the block of pixels specified with |src_subrect| from |src_mailbox|,
247 const gfx::Rect& src_subrect,
345 const gfx::Rect& src_subrect,
361 const gfx::Rect& src_subrect,
gl_helper_benchmark.cc 181 gfx::Rect src_subrect(0, 0,
186 src_subrect,
gl_helper_unittests.cc 275 EXPECT_EQ(scaler_stages[i].src_subrect.x(), 0);
276 EXPECT_EQ(scaler_stages[i].src_subrect.y(), 0);
277 EXPECT_EQ(scaler_stages[i].src_subrect.width(),
279 EXPECT_EQ(scaler_stages[i].src_subrect.height(),
291 static_cast<double>(scaler_stages[i].src_subrect.width()) /
294 static_cast<double>(scaler_stages[i].src_subrect.height()) /
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_win.h 79 void AsyncCopyTo(const gfx::Rect& src_subrect,
83 const gfx::Rect& src_subrect,
108 const gfx::Rect& src_subrect,
113 const gfx::Rect& src_subrect,
117 bool DoCopyToYUV(const gfx::Rect& src_subrect,
119 bool DoCopyToARGB(const gfx::Rect& src_subrect,
195 void AsyncCopyTo(const gfx::Rect& src_subrect,
202 const gfx::Rect& src_subrect,
accelerated_surface_win.cc 445 const gfx::Rect& src_subrect,
450 bool result = DoCopyToARGB(src_subrect, dst_size, &target);
457 const gfx::Rect& src_subrect,
462 bool result = DoCopyToYUV(src_subrect, target);
504 gfx::Rect src_subrect = requested_src_subrect;
505 src_subrect.Intersect(gfx::Rect(back_buffer_size));
519 if (!gpu_ops->ResizeBilinear(back_buffer, src_subrect,
574 gfx::Rect src_subrect = requested_src_subrect;
575 src_subrect.Intersect(gfx::Rect(back_buffer_size));
576 if (src_subrect.IsEmpty()
    [all...]
accelerated_surface_transformer_win.cc 68 // Calculate the number necessary to transform |src_subrect| into |dst_size|
69 // by repeating downsampling of the image of |src_subrect| by a factor no more
71 int GetResampleCount(const gfx::Rect& src_subrect,
77 int width = src_subrect.width();
83 int height = src_subrect.height();
352 const gfx::Rect& src_subrect,
357 gfx::Size src_size = src_subrect.size();
365 const int resample_count = GetResampleCount(src_subrect, dst_size);
367 GetHalfSizeNoLessThan(src_subrect.size(), dst_size);
385 RECT read_rect = src_subrect.ToRECT()
    [all...]
accelerated_surface_transformer_win.h 72 const gfx::Rect& src_subrect,
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 171 // The rectangle region specified with |src_subrect| is copied from the
175 // A smaller region than |src_subrect| may be copied if the underlying surface
176 // is smaller than |src_subrect|.
179 const gfx::Rect& src_subrect,
191 const gfx::Rect& src_subrect,
  /external/chromium_org/content/test/
test_render_view_host.cc 115 const gfx::Rect& src_subrect,
122 const gfx::Rect& src_subrect,
test_render_view_host.h 127 const gfx::Rect& src_subrect,
131 const gfx::Rect& src_subrect,

Completed in 303 milliseconds

1 2