Searched defs:tex_coord_rect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/cc/quads/
H A Dcontent_draw_quad_base.h24 const gfx::RectF& tex_coord_rect,
34 const gfx::RectF& tex_coord_rect,
38 gfx::RectF tex_coord_rect; member in class:cc::ContentDrawQuadBase
H A Dyuv_video_draw_quad.h32 const gfx::RectF& tex_coord_rect,
44 const gfx::RectF& tex_coord_rect,
51 gfx::RectF tex_coord_rect; member in class:cc::YUVVideoDrawQuad
H A Dcontent_draw_quad_base.cc25 const gfx::RectF& tex_coord_rect,
31 this->tex_coord_rect = tex_coord_rect;
42 const gfx::RectF& tex_coord_rect,
47 this->tex_coord_rect = tex_coord_rect;
53 value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
20 SetNew(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
36 SetAll(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
H A Dpicture_draw_quad.cc27 const gfx::RectF& tex_coord_rect,
39 tex_coord_rect,
53 const gfx::RectF& tex_coord_rect,
65 tex_coord_rect,
23 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
48 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
H A Dtile_draw_quad.cc29 const gfx::RectF& tex_coord_rect,
37 tex_coord_rect,
49 const gfx::RectF& tex_coord_rect,
54 tex_coord_rect, texture_size, swizzle_contents);
24 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
43 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
H A Dyuv_video_draw_quad.cc28 const gfx::RectF& tex_coord_rect,
37 this->tex_coord_rect = tex_coord_rect;
50 const gfx::RectF& tex_coord_rect,
58 this->tex_coord_rect = tex_coord_rect;
82 value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
24 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id, ColorSpace color_space) argument
45 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id, ColorSpace color_space) argument
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc245 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; local
257 tex_coord_rect,
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc409 const gfx::RectF& tex_coord_rect) {
441 shared_state, video_frame, is_transparent, tex_coord_rect);
448 const gfx::RectF& tex_coord_rect,
474 shared_state, video_frame, is_transparent, tex_coord_rect);
481 const gfx::RectF& tex_coord_rect) {
534 tex_coord_rect,
405 CreateTestYUVVideoDrawQuad_Striped( SharedQuadState* shared_state, media::VideoFrame::Format format, bool is_transparent, const gfx::RectF& tex_coord_rect) argument
444 CreateTestYUVVideoDrawQuad_Solid( SharedQuadState* shared_state, media::VideoFrame::Format format, bool is_transparent, const gfx::RectF& tex_coord_rect, uint8 y, uint8 u, uint8 v) argument
477 CreateTestYUVVideoDrawQuad_FromVideoFrame( SharedQuadState* shared_state, scoped_refptr<media::VideoFrame> video_frame, bool is_transparent, const gfx::RectF& tex_coord_rect) argument
H A Dgl_renderer.cc1552 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( local
1553 quad->tex_coord_rect, quad->rect, tile_rect);
1554 float tex_to_geom_scale_x = quad->rect.width() / quad->tex_coord_rect.width();
1556 quad->rect.height() / quad->tex_coord_rect.height();
1559 gfx::RectF clamp_tex_rect(tex_coord_rect);
1789 quad->tex_coord_rect.width(),
1790 quad->tex_coord_rect.height()));
1793 quad->tex_coord_rect.x(),
1794 quad->tex_coord_rect.y()));

Completed in 133 milliseconds