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

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableStrokeDasharrayListTest.cpp54 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listA = AnimatableStrokeDasharrayList::create(svgListA); local
56 EXPECT_TRUE(listA->equals(listB.get()));
61 EXPECT_FALSE(listA->equals(listB.get()));
65 EXPECT_FALSE(listA->equals(listB.get()));
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValueTest.cpp35 PassRefPtrWillBeRawPtr<Interpolation> interpolateLists(PassOwnPtrWillBeRawPtr<InterpolableList> listA, PassOwnPtrWillBeRawPtr<InterpolableList> listB, double progress) argument
37 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(listA, listB);
65 OwnPtrWillBeRawPtr<InterpolableList> listA = InterpolableList::create(3); local
66 listA->set(0, InterpolableNumber::create(0));
67 listA->set(1, InterpolableNumber::create(42));
68 listA->set(2, InterpolableNumber::create(20.5));
75 RefPtrWillBeRawPtr<Interpolation> i = interpolateLists(listA.release(), listB.release(), 0.3);
84 OwnPtrWillBeRawPtr<InterpolableList> listA = InterpolableList::create(3); local
85 listA->set(0, InterpolableNumber::create(0));
88 listA
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.c622 * Return a new parameter list which is listA + listB.
625 _mesa_combine_parameter_lists(const struct gl_program_parameter_list *listA, argument
630 if (listA) {
631 list = _mesa_clone_parameter_list(listA);
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.c611 * Return a new parameter list which is listA + listB.
614 _mesa_combine_parameter_lists(const struct gl_program_parameter_list *listA, argument
619 if (listA) {
620 list = _mesa_clone_parameter_list(listA);

Completed in 460 milliseconds