Searched defs:src_subrect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.h62 gfx::Rect src_subrect,
69 const gfx::Rect& src_subrect,
77 const gfx::Rect& src_subrect,
155 gfx::Rect src_subrect; member in struct:content::GLHelperScaling::ScalerStage
166 const gfx::Rect& src_subrect,
178 gfx::Rect src_subrect,
H A Dgl_helper_scaling.cc60 const gfx::Rect& src_subrect,
109 // |src_subrect| is the portion of the src to copy to the output texture.
196 spec_.src_subrect,
233 return spec_.src_subrect;
257 src_subrect(src_subrect_),
277 gfx::Rect src_subrect,
285 gfx::Size intermediate_size = src_subrect.size();
383 src_subrect,
389 src_subrect = gfx::Rect(intermediate_size);
398 const gfx::Rect& src_subrect,
274 ConvertScalerOpsToScalerStages( GLHelper::ScalerQuality quality, gfx::Size src_size, gfx::Rect src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle, std::deque<GLHelperScaling::ScaleOp>* x_ops, std::deque<GLHelperScaling::ScaleOp>* y_ops, std::vector<ScalerStage>* scaler_stages) argument
395 ComputeScalerStages( GLHelper::ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle, std::vector<ScalerStage>* scaler_stages) argument
438 CreateScaler( GLHelper::ScalerQuality quality, gfx::Size src_size, gfx::Rect src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle) argument
461 CreatePlanarScaler( const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle, const float color_weights[4]) argument
478 CreateYuvMrtShader( const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle, ShaderType shader) argument
874 UseProgram(const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool scale_x, bool flip_y, GLfloat color_weights[4]) argument
[all...]
H A Dgl_helper.cc142 const gfx::Rect& src_subrect,
188 const gfx::Rect& src_subrect,
246 const gfx::Rect& src_subrect,
284 const gfx::Rect& src_subrect,
316 // Copies the block of pixels specified with |src_subrect| from |src_texture|,
321 const gfx::Rect& src_subrect,
371 const gfx::Rect& src_subrect,
378 src_subrect,
387 const gfx::Rect& src_subrect,
419 src_subrect,
369 CreateScaler(ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle) argument
384 ScaleTexture( GLuint src_texture, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool vertically_flip_texture, bool swizzle, SkColorType color_type, GLHelper::ScalerQuality quality) argument
504 CropScaleReadbackAndCleanTexture( GLuint src_texture, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, unsigned char* out, const SkColorType out_color_type, const base::Callback<void(bool)>& callback, GLHelper::ScalerQuality quality) argument
768 CropScaleReadbackAndCleanTexture( GLuint src_texture, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, unsigned char* out, const SkColorType out_color_type, const base::Callback<void(bool)>& callback, GLHelper::ScalerQuality quality) argument
788 CropScaleReadbackAndCleanMailbox( const gpu::Mailbox& src_mailbox, uint32 sync_point, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, unsigned char* out, const SkColorType out_color_type, const base::Callback<void(bool)>& callback, GLHelper::ScalerQuality quality) argument
1026 ReadbackYUVImpl( GLES2Interface* gl, CopyTextureToImpl* copy_impl, GLHelperScaling* scaler_impl, GLHelper::ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, ReadbackSwizzle swizzle) argument
1153 ReadbackYUV_MRT( GLES2Interface* gl, CopyTextureToImpl* copy_impl, GLHelperScaling* scaler_impl, GLHelper::ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, ReadbackSwizzle swizzle) argument
1299 CreateReadbackPipelineYUV( GLHelper::ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, bool use_mrt) argument
1345 CreateReadbackPipelineYUV( ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, bool use_mrt) argument
[all...]
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc288 gfx::Rect src_subrect,
296 src_subrect,
287 CopyFromCompositingSurface( gfx::Rect src_subrect, gfx::Size dst_size, const base::Callback<void(bool, const SkBitmap&)>& callback) argument
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc144 const gfx::Rect& src_subrect,
164 request->set_area(src_subrect);
169 const gfx::Rect& src_subrect,
197 request->set_area(src_subrect);
143 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& output_size, CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
168 CopyFromCompositingSurfaceToVideoFrame( const gfx::Rect& src_subrect, const scoped_refptr<media::VideoFrame>& target, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc296 const gfx::Rect& src_subrect,
304 const gfx::Rect& src_subrect,
295 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& , CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
303 CopyFromCompositingSurfaceToVideoFrame( const gfx::Rect& src_subrect, const scoped_refptr<media::VideoFrame>& target, const base::Callback<void(bool)>& callback) argument
H A Drender_widget_host_view_guest.cc363 const gfx::Rect& src_subrect,
368 guest_->CopyFromCompositingSurface(src_subrect, dst_size, callback);
362 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& dst_size, CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc112 const gfx::Rect& src_subrect,
120 const gfx::Rect& src_subrect,
111 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& dst_size, CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
119 CopyFromCompositingSurfaceToVideoFrame( const gfx::Rect& src_subrect, const scoped_refptr<media::VideoFrame>& target, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc625 gfx::Rect src_subrect,
633 view->GetScaledContentBitmap(scale, color_type, src_subrect,
622 GetScaledContentBitmap( float scale, SkColorType color_type, gfx::Rect src_subrect, const base::Callback<void(bool, const SkBitmap&)>& result_callback) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc689 const gfx::Rect& src_subrect,
696 gfx::Rect accelerated_copy_rect = src_subrect.IsEmpty() ?
697 gfx::Rect(view_->GetViewBounds().size()) : src_subrect;
688 CopyFromBackingStore( const gfx::Rect& src_subrect, const gfx::Size& accelerated_dst_size, const base::Callback<void(bool, const SkBitmap&)>& callback, const SkColorType color_type) argument
H A Drender_widget_host_view_android.cc245 gfx::Rect src_subrect,
249 src_subrect_(src_subrect),
389 gfx::Rect src_subrect,
400 ReadbackRequest(scale, color_type, src_subrect, result_callback));
405 if (src_subrect.IsEmpty())
406 src_subrect = gfx::Rect(bounds);
407 DCHECK_LE(src_subrect.width() + src_subrect.x(), bounds.width());
408 DCHECK_LE(src_subrect.height() + src_subrect
242 ReadbackRequest( float scale, SkColorType color_type, gfx::Rect src_subrect, const base::Callback<void(bool, const SkBitmap&)>& result_callback) argument
386 GetScaledContentBitmap( float scale, SkColorType color_type, gfx::Rect src_subrect, CopyFromCompositingSurfaceCallback& result_callback) argument
824 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& dst_size, CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
882 CopyFromCompositingSurfaceToVideoFrame( const gfx::Rect& src_subrect, const scoped_refptr<media::VideoFrame>& target, const base::Callback<void(bool)>& callback) argument
[all...]
H A Drender_widget_host_view_aura.cc961 const gfx::Rect& src_subrect,
966 src_subrect, dst_size, callback, color_type);
970 const gfx::Rect& src_subrect,
974 src_subrect, target, callback);
960 CopyFromCompositingSurface( const gfx::Rect& src_subrect, const gfx::Size& dst_size, CopyFromCompositingSurfaceCallback& callback, const SkColorType color_type) argument
969 CopyFromCompositingSurfaceToVideoFrame( const gfx::Rect& src_subrect, const scoped_refptr<media::VideoFrame>& target, const base::Callback<void(bool)>& callback) argument

Completed in 389 milliseconds