Home
last modified time | relevance | path

Searched refs:times_2 (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/core/
DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { in times_2() function
332 fB = times_2(P1 - fC); in SkQuadCoeff()
333 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()
359 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()
360 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()
363 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
386 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff()
DSkGeometry.cpp316 coeff.fB = times_2(P2 - times_2(P1) + P0); in eval_cubic_derivative()
327 Sk2s B = P2 - times_2(P1) + P0; in eval_cubic_2ndDerivative()
1097 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()
1098 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()
1157 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f); in chop()
/external/skqp/src/core/
DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { in times_2() function
332 fB = times_2(P1 - fC); in SkQuadCoeff()
333 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()
359 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()
360 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()
363 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
386 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff()
DSkGeometry.cpp316 coeff.fB = times_2(P2 - times_2(P1) + P0); in eval_cubic_derivative()
327 Sk2s B = P2 - times_2(P1) + P0; in eval_cubic_2ndDerivative()
1097 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f); in chopAt()
1098 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()
1157 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f); in chop()
/external/skia/src/utils/
DSkPatchUtils.cpp93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
/external/skqp/src/utils/
DSkPatchUtils.cpp93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc719 __ lea(eax, Operand(edi, ebx, times_2, -char_size())); in GetCode()
788 __ lea(ecx, Operand(ecx, edx, times_2, 0)); in GetCode()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc761 __ leap(rax, Operand(rdi, rbx, times_2, -char_size())); in GetCode()
834 __ leap(rcx, Operand(rcx, rdx, times_2, 0)); in GetCode()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc133 __ lea(esp, Operand(esp, ebx, times_2, 1 * kPointerSize)); // 1 ~ receiver in Generate_JSBuiltinsConstructStubHelper()
308 __ lea(esp, Operand(esp, ebx, times_2, 1 * kPointerSize)); // 1 ~ receiver in Generate_JSConstructStubGeneric()
1650 __ lea(esp, Operand(esp, ebx, times_2, 1 * kPointerSize)); // 1 ~ receiver in LeaveArgumentsAdaptorFrame()
/external/v8/src/ia32/
Dassembler-ia32.h300 times_2 = 1, enumerator
304 times_half_pointer_size = times_2,
/external/v8/src/x64/
Dassembler-x64.h306 times_2 = 1, enumerator
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc73 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc99 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()