Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp18 const double P20 = src[4] - src[0]; in conic_deriv_coeff() local
21 coeff[0] = w * P20 - P20; in conic_deriv_coeff()
22 coeff[1] = P20 - 2 * wP10; in conic_deriv_coeff()
/third_party/skia/src/core/
H A DSkGeometry.cpp1199 const SkScalar P20 = src[4] - src[0];
1202 coeff[0] = w * P20 - P20;
1203 coeff[1] = P20 - 2 * wP10;
/third_party/openssl/test/
H A Dmodes_internal_test.c760 static const u8 P20[288]; variable

Completed in 4 milliseconds