HomeSort by relevance Sort by last modified time
    Searched defs: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);
397 gfx::Transform start_transform, target_transform; local
399 target_transform.Rotate(30.0);
404 LayerAnimationElement::CreateTransformElement(target_transform, delta));
428 target_transform.Blend(start_transform,
430 CheckApproximatelyEqual(target_transform,
    [all...]
layer_animation_sequence_unittest.cc 132 gfx::Transform start_transform, target_transform, middle_transform; local
134 target_transform.Rotate(30.0);
137 LayerAnimationElement::CreateTransformElement(target_transform, delta));
193 CheckApproximatelyEqual(target_transform,
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 613 uint32_t target_transform = ctx->trg_transform; local
617 target_transform = 0x0;
619 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 612 uint32_t target_transform = ctx->trg_transform; local
616 target_transform = 0x0;
618 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
    [all...]
  /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...]

Completed in 2627 milliseconds