Home
last modified time | relevance | path

Searched refs:crosses (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp217 double crosses[3]; in lineOnOneSide() local
225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide()
227 if (crosses[0] * crosses[1] < 0) { in lineOnOneSide()
231 if (crosses[0] * crosses[2] < 0 || crosses[1] * crosses[2] < 0) { in lineOnOneSide()
235 if (crosses[0]) { in lineOnOneSide()
236 return crosses[ in lineOnOneSide()
269 double crosses[2]; linesOnOriginalSide() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl229 ; upon unaligned access which crosses page boundary. "Better safe
232 ; block which crosses the boundary. Once found that block is aligned
H A Dsha512-ppc.pl261 ; upon unaligned access which crosses page boundary. "Better safe
264 ; block which crosses the boundary. Once found that block is aligned
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl229 ; upon unaligned access which crosses page boundary. "Better safe
232 ; block which crosses the boundary. Once found that block is aligned
H A Dsha512-ppc.pl261 ; upon unaligned access which crosses page boundary. "Better safe
264 ; block which crosses the boundary. Once found that block is aligned
/third_party/skia/src/core/
H A DSkGeometry.cpp1087 SkScalar crosses[2];
1090 crosses[index] = line.cross(testLine);
1092 return crosses[0] * crosses[1] >= 0;

Completed in 6 milliseconds