HomeSort by relevance Sort by last modified time
    Searched refs:TransformBox (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/layers/
layer_utils.cc 103 coalesced_transform.TransformBox(&box);
139 coalesced_transform.TransformBox(&box);
  /external/chromium_org/ui/gfx/
transform.h 217 void TransformBox(BoxF* box) const;
transform.cc 455 void Transform::TransformBox(BoxF* box) const {
478 inverse.TransformBox(box);
transform_unittest.cc     [all...]
  /external/chromium_org/cc/animation/
transform_operation.cc 399 from_transform.TransformBox(bounds);
402 to_transform.TransformBox(&to_box);
transform_operations_unittest.cc 1025 partial_transform.TransformBox(&transformed);
    [all...]

Completed in 110 milliseconds