Searched refs:times_2 (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/core/ |
D | SkGeometry.h | 24 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()
|
D | SkGeometry.cpp | 316 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/ |
D | SkGeometry.h | 24 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()
|
D | SkGeometry.cpp | 316 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/ |
D | SkPatchUtils.cpp | 93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
|
/external/skqp/src/utils/ |
D | SkPatchUtils.cpp | 93 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 719 __ 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/ |
D | regexp-macro-assembler-x64.cc | 761 __ 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/ |
D | builtins-ia32.cc | 133 __ 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/ |
D | assembler-ia32.h | 300 times_2 = 1, enumerator 304 times_half_pointer_size = times_2,
|
/external/v8/src/x64/ |
D | assembler-x64.h | 306 times_2 = 1, enumerator
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 73 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 99 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
|