OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLeft
(Results
1 - 20
of
20
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp
63
bool
isLeft
= true;
67
isLeft
= true;
71
isLeft
= false;
75
OS << "The " << (
isLeft
? "left" : "right")
/external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp
99
double left[3] = { line.
isLeft
(prev), line.
isLeft
(sect), line.
isLeft
(cubic[3]) };
PathOpsDLineTest.cpp
41
double result = line.
isLeft
(pt);
PathOpsQuadIntersectionTest.cpp
369
left[0] = ((const SkDLine&) q1[0]).
isLeft
(q2[index]);
370
left[1] = ((const SkDLine&) q1[1]).
isLeft
(q2[index]);
372
left[2] = diag.
isLeft
(q2[index]);
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h
32
double
isLeft
(const SkDPoint& pt) const;
SkPathOpsCubic.cpp
60
double leftStart1 = startEdge.
isLeft
(fPts[1]);
61
if (leftStart1 * startEdge.
isLeft
(fPts[2]) < 0) {
64
double leftEnd1 = endEdge.
isLeft
(fPts[1]);
65
if (leftEnd1 * endEdge.
isLeft
(fPts[2]) < 0) {
SkPathOpsLine.cpp
31
//
isLeft
(): tests if a point is Left|On|Right of an infinite line.
38
double SkDLine::
isLeft
(const SkDPoint& pt) const {
/external/skia/src/pathops/
SkPathOpsLine.h
32
double
isLeft
(const SkDPoint& pt) const;
SkPathOpsCubic.cpp
60
double leftStart1 = startEdge.
isLeft
(fPts[1]);
61
if (leftStart1 * startEdge.
isLeft
(fPts[2]) < 0) {
64
double leftEnd1 = endEdge.
isLeft
(fPts[1]);
65
if (leftEnd1 * endEdge.
isLeft
(fPts[2]) < 0) {
SkPathOpsLine.cpp
31
//
isLeft
(): tests if a point is Left|On|Right of an infinite line.
38
double SkDLine::
isLeft
(const SkDPoint& pt) const {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java
65
boolean
isLeft
() {
ResizeGesture.java
161
int newW = Math.abs(b.w + (direction.
isLeft
() ? -deltaX : deltaX));
170
if (direction.
isLeft
()) {
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java
160
boolean
isLeft
= ev.getX() <= mCardWidth;
161
return
isLeft
? LEFT_STACK : RIGHT_STACK;
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
602
boolean
isLeft
= mCurrentSlider == mLeftSlider;
603
dispatchTriggerEvent(
isLeft
?
606
startAnimating(
isLeft
? mHoldLeftOnTransition : mHoldRightOnTransition);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 1107 milliseconds