Searched defs:offx (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c200 unsigned offx, unsigned offy, unsigned w,
212 offx, offy, w, h, &transfer);
226 printf("Probe color at (%i,%i), ", offx+x, offy+y);
250 unsigned offx, unsigned offy, unsigned w, unsigned h,
253 return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1);
199 util_probe_rect_rgba_multi(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected, unsigned num_expected_colors) argument
249 util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected) argument
/external/opencv/cv/src/
H A Dcvshapedescr.cpp790 double x0, y0, idet, scale, offx = 0, offy = 0; local
809 offx += ((CvPoint*)reader.ptr)->x;
814 offx += ((CvPoint2D32f*)reader.ptr)->x;
820 offx /= n;
831 x = ((CvPoint*)reader.ptr)->x - offx;
836 x = ((CvPoint2D32f*)reader.ptr)->x - offx;
915 box->center.x = (float)offx;
932 box->center.x = (float)(x0 + offx);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 379 milliseconds