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

  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 26 gfx::Transform start_transform, target_transform, middle_transform; local
28 target_transform.Rotate(30.0);
34 LayerAnimationElement::CreateTransformElement(target_transform, delta));
59 CheckApproximatelyEqual(target_transform,
65 CheckApproximatelyEqual(target_transform, target_value.transform);
335 gfx::Transform start_transform, target_transform; local
337 target_transform.Rotate(30.0);
342 LayerAnimationElement::CreateTransformElement(target_transform, delta));
366 target_transform.Blend(start_transform,
368 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));
193 CheckApproximatelyEqual(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 2272 milliseconds