Searched refs:toOp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DRotateTransformOperation.cpp54 const RotateTransformOperation* toOp = this; local
64 toT.rotate3d((toOp ? toOp->m_x : 0),
65 (toOp ? toOp->m_y : 0),
66 (toOp ? toOp->m_z : 1),
67 (toOp ? toOp->m_angle : 0));
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp159 static inline PassRefPtr<FilterOperation> blendFunc(const AnimationBase* anim, FilterOperation* fromOp, FilterOperation* toOp, double progress, bool blendToPassthrough = false) argument
161 ASSERT(toOp);
162 return toOp->blend(fromOp, progress, blendToPassthrough);
176 RefPtr<FilterOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0; local
177 RefPtr<FilterOperation> blendedOp = toOp ? blendFunc(anim, fromOp.get(), toOp.get(), progress) : (fromOp ? blendFunc(anim, 0, fromOp.get(), progress, true) : 0);
183 result.operations().append(toOp ? toOp : identityOp);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp921 bool tryADDToMADOrSAD(Instruction *, operation toOp);
997 AlgebraicOpt::tryADDToMADOrSAD(Instruction *add, operation toOp) argument
1003 const operation srcOp = toOp == OP_SAD ? OP_SAD : OP_MUL;
1004 const Modifier modBad = Modifier(~((toOp == OP_MAD) ? NV50_IR_MOD_NEG : 0));
1025 if (toOp == OP_SAD) {
1041 add->op = toOp;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp921 bool tryADDToMADOrSAD(Instruction *, operation toOp);
997 AlgebraicOpt::tryADDToMADOrSAD(Instruction *add, operation toOp) argument
1003 const operation srcOp = toOp == OP_SAD ? OP_SAD : OP_MUL;
1004 const Modifier modBad = Modifier(~((toOp == OP_MAD) ? NV50_IR_MOD_NEG : 0));
1025 if (toOp == OP_SAD) {
1041 add->op = toOp;

Completed in 6880 milliseconds