Searched defs:getX (Results 1 - 25 of 32) sorted by last modified time

12

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webkit/Source/JavaScriptGlue/
H A Dtestjsglue.cpp35 function getX() \n\
49 JSObjectRef getX = JSObjectCopyProperty(globalObject, CFSTR("getX")); local
50 JSObjectRef jsResult = JSObjectCallFunction(getX, globalObject, 0);
/external/v8/test/mjsunit/
H A Daccessors-on-global-object.js33 function getX() { return x; } function
36 assertEquals(i < 5 ? 0 : 42, getX());
/external/replicaisland/src/com/replica/replicaisland/
H A DInputTouchScreen.java63 public final float getX(int index) { method in class:InputTouchScreen
66 magnitude = mTouchPoints[index].getX();
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
H A DInputXY.java58 public final float getX() { method in class:InputXY
91 press(other.getLastPressedTime(), other.getX(), other.getY());
/external/skia/src/core/
H A DSkCanvas.cpp261 int getX() const { return fDevice->getOrigin().x(); } function in class:SkDrawIter
944 SkIPoint pos = { x - iter.getX(), y - iter.getY() };
1604 iter.fDevice->drawSprite(iter, bitmap, x - iter.getX(), y - iter.getY(),
1979 int SkCanvas::LayerIter::x() const { return fImpl->getX(); }
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java72 public int getX() { method in class:BitmapCharacter
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DMouseButtonEvent.java89 public int getX() { method in class:MouseButtonEvent
H A DMouseMotionEvent.java93 public int getX() { method in class:MouseMotionEvent
H A DTouchEvent.java143 public float getX() { method in class:TouchEvent
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java103 public float getX() { method in class:Quaternion
H A DVector2f.java597 public float getX() { method in class:Vector2f
H A DVector3f.java992 public float getX() { method in class:Vector3f
H A DVector4f.java920 public float getX() { method in class:Vector4f
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java244 drawImage(image, location.getX(), location.getY(), mapName);
267 drawImage(image, location.getX(), location.getY(), mapName);
604 child[0] = new Node(location.getX(), location.getY(), image.getWidth(), location.getHeight());
605 child[1] = new Node(location.getX() + image.getWidth(), location.getY(), location.getWidth() - image.getWidth(), location.getHeight());
607 child[0] = new Node(location.getX(), location.getY(), location.getWidth(), image.getHeight());
608 child[1] = new Node(location.getX(), location.getY() + image.getHeight(), location.getWidth(), location.getHeight() - image.getHeight());
636 float x = (float) getX() / (float) atlasWidth;
670 public int getX() { method in class:TextureAtlas.TextureAtlasTile
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DDSAPrivateKey.java53 public BigInteger getX() method in class:DSAPrivateKey
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java76 public int getX() { method in class:TimeLineGraphItem
/external/clang/test/Index/
H A Dget-cursor.cpp10 X getX(int value) { function
23 X getX();
26 X Y::getX() { function in class:Y
78 // CHECK-MEMFUNC-DECL: CXXMethod=getX:23:5
80 // CHECK-MEMFUNC-DEF: CXXMethod=getX:26:6
/external/clang/test/PCH/
H A Dstruct.c10 float getX(struct Point *p1) { function
/external/clang/test/Analysis/
H A Dderived-to-base.cpp37 int getX() { return x; } function in class:VirtualBaseClasses::B
52 clang_analyzer_eval(d.getX() == 42); // expected-warning{{TRUE}}
56 clang_analyzer_eval(dv.getX() == 42); // expected-warning{{TRUE}}
60 clang_analyzer_eval(dv2.getX() == 42); // expected-warning{{TRUE}}
72 int getX() { return x; } function in class:VirtualBaseClasses::BI
85 clang_analyzer_eval(d.getX() == 42); // expected-warning{{TRUE}}
H A Dinitializer.cpp21 int getX() { return x; } function in class:DirectMember
26 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}}
37 int getX() { return x; } function in class:IndirectMember
42 clang_analyzer_eval(obj.getX() == 3); // expected-warning{{TRUE}}
/external/clang/test/CXX/class.access/
H A Dp4.cpp275 static int getX() { return x; } // expected-error {{'x' is a private member of 'test9::A'}} function in class:test9::C
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHPrivateKeyParameters.java19 public BigInteger getX() method in class:DHPrivateKeyParameters
39 return other.getX().equals(this.x) && super.equals(obj);
H A DDSAPrivateKeyParameters.java19 public BigInteger getX() method in class:DSAPrivateKeyParameters

Completed in 597 milliseconds

12