Searched refs:isLeft (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp64 bool isLeft = true; local
68 isLeft = true;
72 isLeft = false;
76 OS << "The " << (isLeft ? "left" : "right")
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.h32 double isLeft(const SkDPoint& pt) const;
H A DSkPathOpsCubic.cpp109 double leftStart1 = startEdge.isLeft(fPts[1]);
110 if (leftStart1 * startEdge.isLeft(fPts[2]) < 0) {
113 double leftEnd1 = endEdge.isLeft(fPts[1]);
114 if (leftEnd1 * endEdge.isLeft(fPts[2]) < 0) {
H A DSkPathOpsLine.cpp31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
38 double SkDLine::isLeft(const SkDPoint& pt) const { function in class:SkDLine
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDLineTest.cpp41 double result = line.isLeft(pt);
H A DPathOpsCubicLineIntersectionTest.cpp154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
H A DPathOpsQuadIntersectionTest.cpp375 left[0] = ((const SkDLine&) q1[0]).isLeft(q2[index]);
376 left[1] = ((const SkDLine&) q1[1]).isLeft(q2[index]);
378 left[2] = diag.isLeft(q2[index]);
/external/skia/src/pathops/
H A DSkPathOpsLine.h32 double isLeft(const SkDPoint& pt) const;
H A DSkPathOpsCubic.cpp109 double leftStart1 = startEdge.isLeft(fPts[1]);
110 if (leftStart1 * startEdge.isLeft(fPts[2]) < 0) {
113 double leftEnd1 = endEdge.isLeft(fPts[1]);
114 if (leftEnd1 * endEdge.isLeft(fPts[2]) < 0) {
H A DSkPathOpsLine.cpp31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
38 double SkDLine::isLeft(const SkDPoint& pt) const { function in class:SkDLine
/external/skia/tests/
H A DPathOpsDLineTest.cpp41 double result = line.isLeft(pt);
H A DPathOpsCubicLineIntersectionTest.cpp154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
H A DPathOpsQuadIntersectionTest.cpp372 left[0] = ((const SkDLine&) q1[0]).isLeft(q2[index]);
373 left[1] = ((const SkDLine&) q1[1]).isLeft(q2[index]);
375 left[2] = diag.isLeft(q2[index]);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5315 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5341 isLeft = false;
5350 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5376 isLeft = true;
5385 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5391 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
5392 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
5553 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, argument
5558 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
9351 bool isLeft
5314 isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
5349 isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
5384 isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4888 isLeft: function(e){
4919 isLeft: function(e){ return e.button & 1; },
4930 isLeft: function(e){ return e.button == 0; },
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2865 milliseconds