HomeSort by relevance Sort by last modified time
    Searched defs:draw_transform (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/layers/
render_surface_impl.cc 145 const gfx::Transform& draw_transform = local
149 draw_transform);
154 shared_quad_state->SetAll(draw_transform,
202 owning_layer_->draw_transform(), 1.f);
render_surface.h 47 void SetDrawTransform(const gfx::Transform& draw_transform) {
48 draw_transform_ = draw_transform;
50 const gfx::Transform& draw_transform() const { return draw_transform_; } function in class:cc::RenderSurface
render_surface_impl.h 61 void SetDrawTransform(const gfx::Transform& draw_transform) {
62 draw_transform_ = draw_transform;
64 const gfx::Transform& draw_transform() const { return draw_transform_; } function in class:cc::RenderSurfaceImpl
layer.h 218 const gfx::Transform& draw_transform() const { function in class:cc::Layer
layer_impl.h 297 const gfx::Transform& draw_transform() const { function in class:cc::LayerImpl
  /external/chromium_org/cc/trees/
damage_tracker.cc 287 layer->draw_transform(), gfx::Rect(layer->content_bounds()));
306 layer->draw_transform(), damage_content_rect);
356 const gfx::Transform& draw_transform = render_surface->draw_transform(); local
358 draw_transform, damage_rect_in_local_space);
layer_sorter.cc 188 const gfx::Transform& draw_transform) {
195 MathUtil::MapClippedQuad(draw_transform,
227 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 0.f, 0.f), &clipped);
229 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 1.f, 0.f), &clipped);
231 MathUtil::MapPoint(draw_transform, gfx::Point3F(1.f, 0.f, 0.f), &clipped);
280 gfx::Transform draw_transform; local
283 draw_transform = render_surface->draw_transform();
287 draw_transform = node.layer->draw_transform();
    [all...]
occlusion_tracker_unittest.cc 85 layer->render_target(), content_rect, layer->draw_transform());
93 return this->UnoccludedContentRect(content_rect, layer->draw_transform());
100 gfx::Transform draw_transform = for_replica local
102 : surface->draw_transform();
104 draw_transform);
    [all...]

Completed in 157 milliseconds