Searched defs:rx (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DUidTraffic.java34 public UidTraffic(int appUid, long rx, long tx) { argument
36 mRxBytes = rx;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp24 int AVCSAD_MB_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
25 int AVCSAD_MB_HP_HTFM_Collect(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
26 int AVCSAD_MB_HP_HTFM(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
27 int AVCSAD_Blk_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
77 int rx = dmin_rx & 0xFFFF; local
83 p3 = ref + rx;
84 p4 = ref + rx + 1;
101 p1 += rx;
102 p3 += rx;
103 p2 += rx;
118 int rx = dmin_rx & 0xFFFF; local
153 int rx = dmin_rx & 0xFFFF; local
186 int rx = dmin_rx & 0xFFFF; local
268 int rx = dmin_rx & 0xFFFF; local
349 int rx = dmin_rx & 0xFFFF; local
429 int rx = dmin_rx & 0xFFFF; local
497 int rx = dmin_rx & 0xFFFF; local
563 int rx = dmin_rx & 0xFFFF; local
[all...]
H A Dmotion_est.cpp608 int rx = video->currPic->pitch; local
609 int rx2 = rx << 1;
610 int rx3 = rx2 + rx;
671 offset2[4] = rx + 1;
673 offset2[6] = rx + 3;
675 offset2[8] = rx;
678 offset2[11] = rx + 2 ;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
228 Int rx = dmin_rx & 0xFFFF; local
236 p3 = ref + rx;
237 p4 = ref + rx + 1;
254 p1 += rx;
255 p3 += rx;
256 p2 += rx;
269 Int rx = dmin_rx & 0xFFFF; local
305 Int rx = dmin_rx & 0xFFFF; local
340 Int rx = dmin_rx & 0xFFFF; local
419 Int rx = dmin_rx & 0xFFFF; local
497 Int rx = dmin_rx & 0xFFFF; local
574 Int rx = dmin_rx & 0xFFFF; local
642 Int rx = dmin_rx & 0xFFFF; local
708 Int rx = dmin_rx & 0xFFFF; local
780 SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *extra_info) argument
[all...]
H A Dmotion_est.cpp540 Int rx = video->currVop->pitch; local
541 Int rx2 = rx << 1;
542 Int rx3 = rx2 + rx;
603 offset2[4] = rx + 1;
605 offset2[6] = rx + 3;
607 offset2[8] = rx;
610 offset2[11] = rx + 2 ;
/frameworks/base/libs/hwui/
H A DTessellationCache.h72 float rx; member in struct:android::uirenderer::TessellationCache::Description::Shape::RoundRect
158 float width, float height, float rx, float ry) {
159 getRoundRectBuffer(transform, paint, width, height, rx, ry);
162 float width, float height, float rx, float ry);
190 float width, float height, float rx, float ry);
157 precacheRoundRect(const Matrix4& transform, const SkPaint& paint, float width, float height, float rx, float ry) argument
H A DPathCache.cpp462 float rx, float ry, const SkPaint* paint) {
466 entry.shape.roundRect.mRx = rx;
475 path.addRoundRect(r, rx, ry, SkPath::kCW_Direction);
461 getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint) argument
H A DRecordedOp.h324 RoundRectOp(BASE_PARAMS, float rx, float ry) argument
326 , rx(rx)
328 const float rx; member in struct:android::uirenderer::RoundRectOp
334 float* left, float* top, float* right, float* bottom, float *rx, float *ry)
340 , rx(rx)
346 const float* rx; member in struct:android::uirenderer::RoundRectPropsOp
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, float* left, float* top, float* right, float* bottom, float *rx, float *ry) argument
H A DTessellationCache.cpp74 if (lRect.rx != rRect.rx) return false;
441 float rx = description.shape.roundRect.rx; local
446 rx += outset;
450 path.addRoundRect(rect, rx, ry);
456 float width, float height, float rx, float ry) {
460 entry.shape.roundRect.rx = rx;
465 float width, float height, float rx, floa
454 getRoundRectBuffer( const Matrix4& transform, const SkPaint& paint, float width, float height, float rx, float ry) argument
464 getRoundRect(const Matrix4& transform, const SkPaint& paint, float width, float height, float rx, float ry) argument
[all...]
H A DDisplayListCanvas.cpp351 float rx, float ry, const SkPaint& paint) {
352 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint)));
358 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
364 mDisplayList->ref(rx);
369 &right->value, &bottom->value, &rx->value, &ry->value, &paint->value));
350 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint& paint) argument
355 drawRoundRect( CanvasPropertyPrimitive* left, CanvasPropertyPrimitive* top, CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, CanvasPropertyPaint* paint) argument
H A DRecordingCanvas.cpp358 float rx, float ry, const SkPaint& paint) {
359 if (CC_LIKELY(MathUtils::isPositive(rx) || MathUtils::isPositive(ry))) {
364 refPaint(&paint), rx, ry)); local
373 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
379 mDisplayList->ref(rx);
388 &rx->value, &ry->value));
357 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint& paint) argument
370 drawRoundRect( CanvasPropertyPrimitive* left, CanvasPropertyPrimitive* top, CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, CanvasPropertyPaint* paint) argument
H A DDisplayListOp.h1012 float rx, float ry, const SkPaint* paint)
1013 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1021 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1043 float *rx, float *ry, const SkPaint* paint)
1045 mRx(rx), mRy(ry) {}
1053 OP_LOG("Draw RoundRect Props " RECT_STRING ", rx %f, ry %f",
1011 DrawRoundRectOp(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* paint) argument
1042 DrawRoundRectPropsOp(float* left, float* top, float* right, float* bottom, float *rx, float *ry, const SkPaint* paint) argument
H A DSkiaCanvas.cpp126 float rx, float ry, const SkPaint& paint) override;
155 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx,
590 float rx, float ry, const SkPaint& paint) {
592 mCanvas->drawRoundRect(rect, rx, ry, paint);
780 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx,
782 mLeft(left), mTop(top), mRight(right), mBottom(bottom), mRx(rx), mRy(ry), mPaint(p) {}
829 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx,
832 new AnimatedRoundRect(left, top, right, bottom, rx, ry, paint));
589 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint& paint) argument
778 AnimatedRoundRect(uirenderer::CanvasPropertyPrimitive* left, uirenderer::CanvasPropertyPrimitive* top, uirenderer::CanvasPropertyPrimitive* right, uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* p) argument
827 drawRoundRect(uirenderer::CanvasPropertyPrimitive* left, uirenderer::CanvasPropertyPrimitive* top, uirenderer::CanvasPropertyPrimitive* right, uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* paint) argument
H A DOpenGLRenderer.cpp1802 float rx, float ry, const SkPaint* p) {
1812 right - left, bottom - top, rx, ry, p);
1816 *currentTransform(), *p, right - left, bottom - top, rx, ry);
1801 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* p) argument
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java244 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx,
248 rx.getNativeContainer(), ry.getNativeContainer(),
243 drawRoundRect(CanvasProperty<Float> left, CanvasProperty<Float> top, CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, CanvasProperty<Float> ry, CanvasProperty<Paint> paint) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java188 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { argument
192 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp195 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) {
199 obj->addRoundRect(rect, rx, ry, dir);
194 addRoundRectXY(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) argument
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp299 jobject clazz, jlong renderNodePtr, float rx) {
300 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X);
298 android_view_RenderNode_setRotationX(JNIEnv* env, jobject clazz, jlong renderNodePtr, float rx) argument
H A Dandroid_graphics_Canvas.cpp277 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) {
279 get_canvas(canvasHandle)->drawRoundRect(left, top, right, bottom, rx, ry, *paint);
276 drawRoundRect(JNIEnv* env, jobject, jlong canvasHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) argument
/frameworks/base/graphics/java/android/graphics/
H A DPath.java610 * @param rx The x-radius of the rounded corners on the round-rectangle
614 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { argument
615 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, dir);
621 * @param rx The x-radius of the rounded corners on the round-rectangle
625 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, argument
628 native_addRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt);
842 float rx, float ry, int dir);
840 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
H A DCanvas.java1230 * @param rx The x-radius of the oval used to round the corners
1234 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { argument
1235 drawRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, paint);
1242 * @param rx The x-radius of the oval used to round the corners
1246 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, argument
1248 native_drawRoundRect(mNativeCanvasWrapper, left, top, right, bottom, rx, ry, paint.getNativeInstance());
2079 float rx, float ry, long nativePaint);
2077 native_drawRoundRect(long nativeCanvas, float left, float top, float right, float bottom, float rx, float ry, long nativePaint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java377 float bottom, float rx, float ry, int dir) {
385 left, top, right - left, bottom - top, rx * 2, ry * 2), false);
376 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
H A DCanvas_Delegate.java679 final float rx, final float ry, long paint) {
692 2 * (int)rx, 2 * (int)ry);
700 2 * (int)rx, 2 * (int)ry);
677 native_drawRoundRect(long nativeCanvas, final float left, final float top, final float right, final float bottom, final float rx, final float ry, long paint) argument
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp726 const GLfixed rx = rhs->x; local
728 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]);
729 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]);
730 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]);
731 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]);
736 const GLfixed rx = rhs->x; local
739 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]);
740 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]);
741 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]);
742 lhs->w = mla3a(rx,
747 const GLfixed rx = rhs->x; local
762 const GLfixed rx = rhs->x; local
776 const GLfixed rx = rhs->x; local
[all...]

Completed in 617 milliseconds