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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc788 const gfx::Transform& parent_matrix,
792 // want this matrix to premultiply a fixed-position layer's parent_matrix, so
798 // -- this is inverse of parent_matrix
802 // -- this transform is the parent_matrix
810 gfx::Transform scroll_compensation_for_this_layer = parent_matrix; // Step 3
816 if (!parent_matrix.GetInverse(&inverse_parent_matrix)) {
837 const gfx::Transform& parent_matrix,
892 layer, parent_matrix, scroll_delta);
1327 gfx::Transform parent_matrix; member in struct:cc::DataForRecursion
1580 // parent_matrix) i
786 ComputeScrollCompensationForThisLayer( LayerImpl* scrolling_layer, const gfx::Transform& parent_matrix, const gfx::Vector2dF& scroll_delta) argument
835 ComputeScrollCompensationMatrixForChildren( LayerImpl* layer, const gfx::Transform& parent_matrix, const gfx::Transform& current_scroll_compensation_matrix, const gfx::Vector2dF& scroll_delta) argument
[all...]

Completed in 85 milliseconds