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

  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 27 gfx::Transform start_transform, target_transform; local
29 target_transform.Rotate(30.0);
35 LayerAnimationElement::CreateTransformElement(target_transform, delta));
60 CheckApproximatelyEqual(target_transform,
66 CheckApproximatelyEqual(target_transform, target_value.transform);
398 gfx::Transform start_transform, target_transform; local
400 target_transform.Rotate(30.0);
405 LayerAnimationElement::CreateTransformElement(target_transform, delta));
429 target_transform.Blend(start_transform,
431 CheckApproximatelyEqual(target_transform,
    [all...]
layer_animation_sequence_unittest.cc 134 gfx::Transform start_transform, target_transform, middle_transform; local
136 target_transform.Rotate(30.0);
139 LayerAnimationElement::CreateTransformElement(target_transform, delta));
195 CheckApproximatelyEqual(target_transform,
  /external/chromium_org/ui/gfx/animation/
tween.h 54 const gfx::Transform& target_transform);
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 603 uint32_t target_transform = ctx->trg_transform; local
607 target_transform = 0x0;
609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 614 uint32_t target_transform = ctx->trg_transform; local
618 target_transform = 0x0;
620 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 603 uint32_t target_transform = ctx->trg_transform; local
607 target_transform = 0x0;
609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
    [all...]

Completed in 282 milliseconds