Home
last modified time | relevance | path

Searched refs:P20 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.cpp17 const double P20 = src[4] - src[0]; in conic_deriv_coeff() local
20 coeff[0] = w * P20 - P20; in conic_deriv_coeff()
21 coeff[1] = P20 - 2 * wP10; in conic_deriv_coeff()
/external/skia/src/core/
DSkGeometry.cpp1171 const SkScalar P20 = src[4] - src[0]; in conic_deriv_coeff() local
1174 coeff[0] = w * P20 - P20; in conic_deriv_coeff()
1175 coeff[1] = P20 - 2 * wP10; in conic_deriv_coeff()
/external/llvm/lib/Target/R600/
DSIInstructions.td17 int P20 = 1;