HomeSort by relevance Sort by last modified time
    Searched refs:src_subrect (Results 1 - 25 of 33) 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,
compositing_iosurface_mac.h 89 const gfx::Rect& src_subrect,
260 const gfx::Rect& src_subrect,
render_widget_host_view_gtk.h 107 const gfx::Rect& src_subrect,
111 const gfx::Rect& src_subrect,
render_widget_host_view_guest.h 114 const gfx::Rect& src_subrect,
118 const gfx::Rect& src_subrect,
test_render_view_host.h 125 const gfx::Rect& src_subrect,
129 const gfx::Rect& src_subrect,
render_widget_host_view_android.h 132 const gfx::Rect& src_subrect,
136 const gfx::Rect& src_subrect,
test_render_view_host.cc 116 const gfx::Rect& src_subrect,
123 const gfx::Rect& src_subrect,
render_widget_host_impl.cc 654 const gfx::Rect& src_subrect,
660 gfx::Rect accelerated_copy_rect = src_subrect.IsEmpty() ?
661 gfx::Rect(view_->GetViewBounds().size()) : src_subrect;
676 gfx::Rect copy_rect = src_subrect.IsEmpty() ?
677 gfx::Rect(backing_store->size()) : src_subrect;
    [all...]
render_widget_host_view_guest.cc 339 const gfx::Rect& src_subrect,
346 const gfx::Rect& src_subrect,
render_widget_host_view_mac.h 274 const gfx::Rect& src_subrect,
278 const gfx::Rect& src_subrect,
render_widget_host_view_aura.h 201 const gfx::Rect& src_subrect,
205 const gfx::Rect& src_subrect,
  /external/chromium_org/ui/surface/
accelerated_surface_win.h 79 void AsyncCopyTo(const gfx::Rect& src_subrect,
83 const gfx::Rect& src_subrect,
114 const gfx::Rect& src_subrect,
119 const gfx::Rect& src_subrect,
123 bool DoCopyToYUV(const gfx::Rect& src_subrect,
125 bool DoCopyToARGB(const gfx::Rect& src_subrect,
201 void AsyncCopyTo(const gfx::Rect& src_subrect,
208 const gfx::Rect& src_subrect,
accelerated_surface_win.cc 449 const gfx::Rect& src_subrect,
454 bool result = DoCopyToARGB(src_subrect, dst_size, &target);
461 const gfx::Rect& src_subrect,
466 bool result = DoCopyToYUV(src_subrect, target);
508 gfx::Rect src_subrect = requested_src_subrect;
509 src_subrect.Intersect(gfx::Rect(back_buffer_size));
523 if (!gpu_ops->ResizeBilinear(back_buffer, src_subrect,
579 gfx::Rect src_subrect = requested_src_subrect;
580 src_subrect.Intersect(gfx::Rect(back_buffer_size));
581 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/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 137 const gfx::Rect& src_subrect,
172 const gfx::Rect& src_subrect,
227 const gfx::Rect& src_subrect,
265 const gfx::Rect& src_subrect,
296 // Copies the block of pixels specified with |src_subrect| from |src_texture|,
301 const gfx::Rect& src_subrect,
330 const gfx::Rect& src_subrect,
337 src_subrect,
346 const gfx::Rect& src_subrect,
354 src_subrect,
    [all...]
gl_helper.h 216 // Copies the block of pixels specified with |src_subrect| from |src_texture|,
227 const gfx::Rect& src_subrect,
232 // Copies the block of pixels specified with |src_subrect| from |src_mailbox|,
245 const gfx::Rect& src_subrect,
329 const gfx::Rect& src_subrect,
345 const gfx::Rect& src_subrect,
gl_helper_benchmark.cc 180 gfx::Rect src_subrect(0, 0,
185 src_subrect,
gl_helper_unittests.cc 221 EXPECT_EQ(scaler_stages[i].src_subrect.x(), 0);
222 EXPECT_EQ(scaler_stages[i].src_subrect.y(), 0);
223 EXPECT_EQ(scaler_stages[i].src_subrect.width(),
225 EXPECT_EQ(scaler_stages[i].src_subrect.height(),
237 static_cast<double>(scaler_stages[i].src_subrect.width()) /
240 static_cast<double>(scaler_stages[i].src_subrect.height()) /
    [all...]
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 168 // The rectangle region specified with |src_subrect| is copied from the
172 // A smaller region than |src_subrect| may be copied if the underlying surface
173 // is smaller than |src_subrect|.
176 const gfx::Rect& src_subrect,
188 const gfx::Rect& src_subrect,
  /external/chromium_org/content/public/browser/
render_widget_host.h 309 const gfx::Rect& src_subrect,
  /external/chromium_org/content/renderer/
render_widget.h 337 void OnSnapshot(const gfx::Rect& src_subrect);
517 bool OnSnapshotHelper(const gfx::Rect& src_subrect, SkBitmap* bitmap);

Completed in 3648 milliseconds

1 2