Searched refs:at (Results 1 - 25 of 94) sorted by relevance

1234

/frameworks/base/awt/java/awt/
H A DShape.java7 * the License. You may obtain a copy of the License at
111 * @param at
115 public PathIterator getPathIterator(AffineTransform at); argument
125 * @param at
133 public PathIterator getPathIterator(AffineTransform at, double flatness); argument
/frameworks/base/tests/framework-tests/src/android/text/
H A DPackedIntVectorTest.java6 * You may obtain a copy of the License at
38 int at;
41 at = i;
43 at = p.size() - i;
51 p.insertAt(at, null);
53 p.insertAt(at, ins);
60 assertEquals(0, p.getValue(at, j));
62 assertEquals(p.getValue(at, j), i + j);
137 int at = (osize - del) / 2;
138 p.deleteAt(at, de
[all...]
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DFontMetricsImpl.java7 * the License. You may obtain a copy of the License at
91 AffineTransform at = fnt.getTransform();
92 if (!at.isIdentity()) {
93 scaleX = (float) at.getScaleX();
94 scaleY = (float) at.getScaleY();
H A DAndroidFont.java7 * the License. You may obtain a copy of the License at
98 public LineMetrics getLineMetrics(String str, FontRenderContext frc, AffineTransform at) { argument
106 if ((at != null) && (!at.isIdentity())){
107 lm.scale((float)at.getScaleX(), (float)at.getScaleY());
H A DCommonGlyphVector.java7 * the License. You may obtain a copy of the License at
211 * Returnes the pixel bounds of this GlyphVector rendered at the
354 AffineTransform at = getGlyphTransform(glyphIndex);
355 if ((at == null) || (at.isIdentity())){
359 pos.setLocation(pos.getX() + at.getTranslateX(), pos.getY() + at.getTranslateY());
464 AffineTransform at = AffineTransform.getTranslateInstance(xOffs, yOffs);
469 at.translate(visualPositions[idx], visualPositions[idx+1]);
470 return(at
[all...]
H A DCompositeFont.java7 * the License. You may obtain a copy of the License at
162 * @param at specified AffineTransform
165 public LineMetrics getLineMetrics(String str, FontRenderContext frc , AffineTransform at){ argument
169 if ((at != null) && (!at.isIdentity())){
170 lm.scale((float)at.getScaleX(), (float)at.getScaleY());
/frameworks/base/media/libdrm/mobile2/src/util/domcore/
H A DNodeListImpl.cpp6 * You may obtain a copy of the License at
35 return nodeList.at(index);
/frameworks/base/core/java/android/os/
H A DUEventObserver.java6 * You may obtain a copy of the License at
55 int at = message.indexOf(0, offset);
56 if (at < 0) break;
58 if (equals > offset && equals < at) {
61 message.substring(equals + 1, at));
64 offset = at + 1;
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaTextRenderer.java7 * the License. You may obtain a copy of the License at
46 AffineTransform at = g.getTransform();
48 if (at != null){
49 int atType = at.getType();
51 c.translate((int)Math.round(at.getTranslateX()), (int)Math.round(at.getTranslateY()));
62 drawClipGlyphVector(wr, color, glyphVector, (int)Math.round(x + at.getTranslateX()), (int)Math.round(y + at.getTranslateY()),
73 AffineTransform at = g.getTransform();
75 if (at !
[all...]
/frameworks/base/awt/java/awt/font/
H A DShapeGraphicAttribute.java7 * the License. You may obtain a copy of the License at
174 AffineTransform at = AffineTransform.getTranslateInstance(x, y);
178 g2.draw(at.createTransformedShape(fShape));
181 g2.fill(at.createTransformedShape(fShape));
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dumatrix.h43 inline const_iterator at (size_type i) const { return (matrix::begin() + i * NX); } function in class:ustl::matrix
44 inline iterator at (size_type i) { return (matrix::begin() + i * NX); } function in class:ustl::matrix
45 inline const_iterator operator[] (size_type i) const { return (at (i)); }
46 inline iterator operator[] (size_type i) { return (at (i)); }
47 inline row_type row (size_type r) const { return (row_type (at (r))); }
/frameworks/base/awt/java/awt/image/renderable/
H A DRenderableImageOp.java7 * the License. You may obtain a copy of the License at
131 AffineTransform at = AffineTransform.getScaleInstance(sx, sy);
132 RenderContext context = new RenderContext(at, hints);
166 AffineTransform at = new AffineTransform();
167 RenderContext context = new RenderContext(at);
/frameworks/base/awt/java/awt/image/
H A DAffineTransformOp.java7 * the License. You may obtain a copy of the License at
66 * The at.
68 private AffineTransform at; field in class:AffineTransformOp
131 this.at = (AffineTransform)xform.clone();
180 return (AffineTransform)at.clone();
184 return at.transform(srcPt, dstPt);
202 at.transform(corners, 0, corners, 0, 4);
468 double m00 = at.getScaleX();
469 double m01 = at.getShearX();
470 double m02 = at
[all...]
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 365 milliseconds

1234