Searched defs:left (Results 101 - 125 of 135) sorted by relevance

123456

/frameworks/base/core/java/android/webkit/
H A DWebTextView.java235 mInsetRect.left = getBounds().left + mBorderWidth;
265 public void setPadding(int left, int top, int right, int bottom) { argument
266 super.setPadding(left + mRingInset, top + mRingInset,
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java714 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DStackView.java1091 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1264 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1268 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1297 int left = Math.min(mView.getLeft() + horizontalOffsetDelta, mView.getLeft());
1302 invalidateRectf.set(left, top, right, bottom);
1304 float xoffset = -invalidateRectf.left;
1310 invalidateRect.set((int) Math.floor(invalidateRectf.left),
H A DGridLayout.java178 * {@link android.view.View#getLeft() left},
957 This method is then left with the simpler task of applying margins, gravity
961 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
962 int targetWidth = right - left;
1756 int left, int top, int right, int bottom,
1759 setMargins(left, top, right, bottom);
2358 * For horizontal alignments measurement is made from the left edge of the component.
2427 * Indicates that a view should be aligned with the <em>left</em>
1754 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp217 static jboolean clipRect_FFFF(JNIEnv* env, jobject jcanvas, jfloat left, argument
221 r.set(SkFloatToScalar(left), SkFloatToScalar(top),
227 static jboolean clipRect_IIII(JNIEnv* env, jobject jcanvas, jint left, argument
231 r.set(SkIntToScalar(left), SkIntToScalar(top),
253 float left, float top, float right, float bottom,
256 rect.set(SkFloatToScalar(left), SkFloatToScalar(top),
289 jfloat left, jfloat top, jfloat right,
292 r.set(SkFloatToScalar(left), SkFloatToScalar(top),
390 jfloat left, jfloat top, jfloat right,
392 SkScalar left_ = SkFloatToScalar(left);
252 clipRect(JNIEnv* env, jobject, SkCanvas* canvas, float left, float top, float right, float bottom, int op) argument
288 quickReject__FFFFI(JNIEnv* env, jobject, SkCanvas* canvas, jfloat left, jfloat top, jfloat right, jfloat bottom, int edgetype) argument
389 drawRect__FFFFPaint(JNIEnv* env, jobject, SkCanvas* canvas, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPaint* paint) argument
449 drawBitmap__BitmapFFPaint(JNIEnv* env, jobject jcanvas, SkCanvas* canvas, SkBitmap* bitmap, jfloat left, jfloat top, SkPaint* paint, jint canvasDensity, jint screenDensity, jint bitmapDensity) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp840 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
843 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
845 (GLfloat)left,
854 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
857 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
859 (GLfixed)left,
2779 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2782 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2784 (GLfloat)left,
2793 /* void glOrthox ( GLfixed left, GLfixe
842 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
856 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2781 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2795 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp648 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
651 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
653 (GLfixed)left,
1332 /* void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1335 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1337 (GLfixed)left,
2165 /* void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2168 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2170 (GLfloat)left,
2179 /* void glOrthofOES ( GLfloat left, GLfloa
650 android_glFrustumxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1334 android_glOrthoxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2167 android_glFrustumfOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2181 android_glOrthofOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
[all...]
H A Dandroid_view_GLES20Canvas.cpp180 OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom,
182 renderer->prepareDirty(left, top, right, bottom, opaque);
233 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom,
235 return renderer->saveLayer(left, top, right, bottom, paint, saveFlags);
241 return renderer->saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom,
246 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom,
248 return renderer->saveLayerAlpha(left, top, right, bottom, alpha, saveFlags);
254 return renderer->saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom,
263 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom,
265 return renderer->quickReject(left, to
179 android_view_GLES20Canvas_prepareDirty(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom, jboolean opaque) argument
232 android_view_GLES20Canvas_saveLayer(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPaint* paint, jint saveFlags) argument
245 android_view_GLES20Canvas_saveLayerAlpha(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, jint alpha, jint saveFlags) argument
262 android_view_GLES20Canvas_quickReject(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkCanvas::EdgeType edge) argument
268 android_view_GLES20Canvas_clipRectF(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkRegion::Op op) argument
274 android_view_GLES20Canvas_clipRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom, SkRegion::Op op) argument
333 android_view_GLES20Canvas_drawBitmap(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, SkBitmap* bitmap, jbyteArray buffer, float left, float top, SkPaint* paint) argument
378 android_view_GLES20Canvas_drawPatch(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, SkBitmap* bitmap, jbyteArray buffer, jbyteArray chunks, float left, float top, float right, float bottom, SkPaint* paint) argument
400 android_view_GLES20Canvas_drawRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPaint* paint) argument
406 android_view_GLES20Canvas_drawRoundRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, SkPaint* paint) argument
417 android_view_GLES20Canvas_drawOval(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPaint* paint) argument
423 android_view_GLES20Canvas_drawArc(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle, jboolean useCenter, SkPaint* paint) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java72 * Flag for drawTextRun indicating left-to-right run direction.
78 * Flag for drawTextRun indicating right-to-left run direction.
364 public int saveLayer(float left, float top, float right, float bottom, argument
366 return native_saveLayer(mNativeCanvas, left, top, right, bottom,
395 public int saveLayerAlpha(float left, float top, float right, float bottom, argument
397 return native_saveLayerAlpha(mNativeCanvas, left, top, right, bottom,
535 rect.left, rect.top, rect.right, rect.bottom,
549 rect.left, rect.top, rect.right, rect.bottom,
575 * @param left The left sid
586 clipRect(float left, float top, float right, float bottom, Region.Op op) argument
605 clipRect(float left, float top, float right, float bottom) argument
621 clipRect(int left, int top, int right, int bottom) argument
756 quickReject(float left, float top, float right, float bottom, EdgeType type) argument
942 drawRect(float left, float top, float right, float bottom, Paint paint) argument
1077 drawBitmap(Bitmap bitmap, float left, float top, Paint paint) argument
1659 native_clipRect(int nCanvas, float left, float top, float right, float bottom, int regionOp) argument
1680 native_quickReject(int nativeCanvas, float left, float top, float right, float bottom, int native_edgeType) argument
1697 native_drawRect(int nativeCanvas, float left, float top, float right, float bottom, int paint) argument
1713 native_drawBitmap(int nativeCanvas, int bitmap, float left, float top, int nativePaintOrZero, int canvasDensity, int screenDensity, int bitmapDensity) argument
[all...]
/frameworks/base/libs/rs/driver/
H A DrsdRuntimeStubs.cpp277 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
279 rsrMeasureTextAlloc(rsc, sc, a, left, right, top, bottom);
283 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
285 rsrMeasureText(rsc, sc, text, left, right, top, bottom);
276 SC_MeasureTextAlloc(Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
282 SC_MeasureText(const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp319 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n",
1462 void MediaPlayerService::AudioOutput::setVolume(float left, float right) argument
1464 LOGV("setVolume(%f, %f)", left, right);
1465 mLeftVolume = left;
1468 mTrack->setVolume(left, right);
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp54 /* left neighbor */
217 uint8 *pred, *top, *left; local
276 left = curL - 1 - pitch;
282 word1 = *(left += pitch);
744 availability.left = TRUE;
750 if (!(blkidx&0x3)) /* left column block (!block_x)*/
751 { /* check availability left */
752 availability.left = video->intraAvailA ;
791 if (availability.left == TRUE)
806 /* check if top-left pixe
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
350 int left,
578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
581 int left,
946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
949 float left,
957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
960 float left,
349 glFrustumxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
580 glOrthoxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
948 glFrustumfOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
959 glOrthofOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
H A DGLErrorWrapper.java333 public void glFrustumf(float left, float right, float bottom, float top, argument
336 mgl.glFrustumf(left, right, bottom, top, near, far);
340 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
343 mgl.glFrustumx(left, right, bottom, top, near, far);
607 public void glOrthof(float left, float right, float bottom, float top, argument
610 mgl.glOrthof(left, right, bottom, top, near, far);
614 public void glOrthox(int left, int right, int bottom, int top, int near, argument
617 mgl.glOrthox(left, right, bottom, top, near, far);
H A DGLES10.java615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
618 float left,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
629 int left,
990 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
993 float left,
1001 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
1004 int left,
617 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
628 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
992 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
1003 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/opengl/libagl/
H A Degl.cpp54 EGLint left, EGLint top, EGLint width, EGLint height);
252 : left(0), top(0), right(w), bottom(h) { }
254 : left(l), top(t), right(r), bottom(b) { }
256 left = max(left, r.left);
263 return (left>=right || top>=bottom);
267 what, left, top, right-left, bottom-top);
270 int32_t left; member in struct:android::egl_window_surface_v2_t::Rect
2063 eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java196 return clipRect(thisCanvas, rect.left, rect.top, rect.right, rect.bottom);
201 return clipRect(thisCanvas, (float) rect.left, (float) rect.top,
206 /*package*/ static boolean clipRect(Canvas thisCanvas, float left, float top, float right, argument
214 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
218 /*package*/ static boolean clipRect(Canvas thisCanvas, int left, int top, int right, argument
221 return clipRect(thisCanvas, (float) left, (float) top, (float) right, (float) bottom);
466 float left, float top,
476 return canvasDelegate.clipRect(left, top, right, bottom, regionOp);
540 bounds.left = rect.x;
585 float left, floa
465 native_clipRect(int nCanvas, float left, float top, float right, float bottom, int regionOp) argument
584 native_quickReject(int nativeCanvas, float left, float top, float right, float bottom, int native_edgeType) argument
667 native_drawRect(int nativeCanvas, final float left, final float top, final float right, final float bottom, int paint) argument
810 native_drawBitmap(Canvas thisCanvas, int nativeCanvas, int bitmap, float left, float top, int nativePaintOrZero, int canvasDensity, int screenDensity, int bitmapDensity) argument
1253 clipRect(float left, float top, float right, float bottom, int regionOp) argument
[all...]
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java251 nPrepareDirty(mRenderer, dirty.left, dirty.top, dirty.right, dirty.bottom, mOpaque);
258 private static native void nPrepareDirty(int renderer, int left, int top, int right, int bottom, argument
417 public boolean clipRect(float left, float top, float right, float bottom) { argument
418 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
421 private static native boolean nClipRect(int renderer, float left, float top, argument
425 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { argument
426 return nClipRect(mRenderer, left, top, right, bottom, op.nativeInt);
430 public boolean clipRect(int left, int top, int right, int bottom) { argument
431 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
434 private static native boolean nClipRect(int renderer, int left, in argument
477 quickReject(float left, float top, float right, float bottom, EdgeType type) argument
481 nQuickReject(int renderer, float left, float top, float right, float bottom, int edge) argument
579 saveLayer(float left, float top, float right, float bottom, Paint paint, int saveFlags) argument
591 nSaveLayer(int renderer, float left, float top, float right, float bottom, int paint, int saveFlags) argument
606 saveLayerAlpha(float left, float top, float right, float bottom, int alpha, int saveFlags) argument
614 nSaveLayerAlpha(int renderer, float left, float top, float right, float bottom, int alpha, int saveFlags) argument
665 nDrawArc(int renderer, float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean useCenter, int paint) argument
684 nDrawPatch(int renderer, int bitmap, byte[] buffer, byte[] chunks, float left, float top, float right, float bottom, int paint) argument
688 drawBitmap(Bitmap bitmap, float left, float top, Paint paint) argument
696 nDrawBitmap( int renderer, int bitmap, byte[] buffer, float left, float top, int paint) argument
758 nDrawBitmap(int renderer, int bitmap, byte[] buffer, float srcLeft, float srcTop, float srcRight, float srcBottom, float left, float top, float right, float bottom, int paint) argument
867 nDrawOval(int renderer, float left, float top, float right, float bottom, int paint) argument
941 drawRect(float left, float top, float right, float bottom, Paint paint) argument
947 nDrawRect(int renderer, float left, float top, float right, float bottom, int paint) argument
973 nDrawRoundRect(int renderer, float left, float top, float right, float bottom, float rx, float y, int paint) argument
[all...]
H A DMotionEvent.java415 * Flag indicating the motion event intersected the left edge of the screen.
436 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
438 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
619 * indicates that the major axis of contact is oriented to the left.
620 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
625 * -PI/2 radians is pointing left, -PI or PI radians is pointing down, and PI/2 radians
660 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
746 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
777 * <li>For a joystick, reports the absolute position of the left trigger control.
826 * The value is normalized to a range from -1.0 (turn left) t
2726 isWithinBoundsNoHistory(float left, float top, float right, float bottom) argument
2752 clampNoHistory(float left, float top, float right, float bottom) argument
[all...]
H A DKeyEvent.java75 * feature key for selecting a software defined function shown on the bottom left
316 * or the top left trigger button. */
324 * or the bottom left trigger button. */
331 * On a game controller, the left thumb button indicates that the left (or only)
933 * <p>This mask is used to check whether the left ALT meta key is pressed.</p>
961 * <p>This mask is used to check whether the left SHIFT meta key is pressed.</p>
1005 * <p>This mask is used to check whether the left CTRL meta key is pressed.</p>
1033 * <p>This mask is used to check whether the left META meta key is pressed.</p>
1946 * The meta state is normalized such that if either the left o
2063 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
[all...]
H A DViewGroup.java337 // Index of the child's left position in the mLocation array
1119 * drag has left this ViewGroup, we know by definition that every contained subview
2275 public void setPadding(int left, int top, int right, int bottom) { argument
2276 super.setPadding(left, top, right, bottom);
2694 final int left = cl + (int) region.left;
2696 invalidate(left, top, left + (int) (region.width() + .5f),
3967 dirty.set((int) (boundingRect.left - 0.5f),
4013 dirty.set((int) boundingRect.left, (in
5514 setMargins(int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp151 void OpenGLRenderer::prepareDirty(float left, float top, float right, float bottom, bool opaque) { argument
163 glScissor(left, mSnapshot->height - bottom, right - left, bottom - top);
164 mSnapshot->setClip(left, top, right, bottom);
240 info.clipLeft = clip.left;
299 glViewport(r.left, r.top, r.right, r.bottom);
321 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, argument
345 createLayer(mSnapshot, left, top, right, bottom, alpha, mode, flags, previousFbo);
351 int OpenGLRenderer::saveLayerAlpha(float left, float top, float right, float bottom, argument
354 return saveLayer(left, to
413 createLayer(sp<Snapshot> snapshot, float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags, GLuint previousFbo) argument
838 dirtyLayer(const float left, const float top, const float right, const float bottom, const mat4 transform) argument
849 dirtyLayer(const float left, const float top, const float right, const float bottom) argument
973 quickReject(float left, float top, float right, float bottom) argument
988 clipRect(float left, float top, float right, float bottom, SkRegion::Op op) argument
1122 setupDrawModelViewTranslate(float left, float top, float right, float bottom, bool ignoreTransform) argument
1138 setupDrawModelView(float left, float top, float right, float bottom, bool ignoreTransform, bool ignoreModelView) argument
1304 drawAlphaBitmap(Texture* texture, float left, float top, SkPaint* paint) argument
1346 drawBitmap(SkBitmap* bitmap, float left, float top, SkPaint* paint) argument
1409 float left = FLT_MAX; local
1527 drawPatch(SkBitmap* bitmap, const int32_t* xDivs, const int32_t* yDivs, const uint32_t* colors, uint32_t width, uint32_t height, int8_t numColors, float left, float top, float right, float bottom, SkPaint* paint) argument
1593 drawAARect(float left, float top, float right, float bottom, int color, SkXfermode::Mode mode) argument
1836 const float left = fmin(p1.x, fmin(p2.x, fmin(p3.x, p4.x))); local
1948 float left = points[i] - halfWidth; local
1968 drawShape(float left, float top, const PathTexture* texture, SkPaint* paint) argument
1978 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, SkPaint* paint) argument
1996 drawOval(float left, float top, float right, float bottom, SkPaint* paint) argument
2004 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, SkPaint* paint) argument
2019 drawRectAsShape(float left, float top, float right, float bottom, SkPaint* paint) argument
2028 drawRect(float left, float top, float right, float bottom, SkPaint* p) argument
2381 const float left = x - offsetX; local
2415 drawColorRect(float left, float top, float right, float bottom, int color, SkXfermode::Mode mode, bool ignoreTransform) argument
2437 drawTextureRect(float left, float top, float right, float bottom, Texture* texture, SkPaint* paint) argument
2461 drawTextureRect(float left, float top, float right, float bottom, GLuint texture, float alpha, SkXfermode::Mode mode, bool blend) argument
2467 drawTextureMesh(float left, float top, float right, float bottom, GLuint texture, float alpha, SkXfermode::Mode mode, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) argument
[all...]
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp2563 int32_t left, top, right, bottom; local
2565 &left, &top,
2576 ((right - left + 1) * scale.xWidth) >> 16);
4398 int32_t left, top, right, bottom; local
4402 &left, &top, &right, &bottom));
4405 crop.left = left;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java428 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
431 float left,
439 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
442 int left,
798 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
801 float left,
809 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
812 int left,
430 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
441 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
800 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
811 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h471 int left; member in struct:tagNeighborAvailability
634 uint8 *pintra_pred_left; /* pointer to the left intra prediction value */

Completed in 3248 milliseconds

123456