Searched refs:start_y (Results 26 - 42 of 42) sorted by relevance

12

/external/pdfium/public/
H A Dfpdf_formfill.h1595 * start_y - Top pixel position of the display area in the device
1622 int start_y,
1633 int start_y,
/external/autotest/client/site_tests/firmware_TouchMTB/
H A DtouchbotII_robot_wrapper.py485 start_x, start_y, end_x, end_y = line
489 start_x, start_y, end_x, end_y, speed, num_taps)
515 start_x, start_y, end_x, end_y = line
536 start_x, start_y, finger_angle, finger_spacing,
/external/libxcam/cl_kernel/
H A Dkernel_3d_denoise.cl137 int start_y = mad24(group_id_y, WORKGROUP_HEIGHT, -REF_BLOCK_Y_OFFSET);
143 int corrd_y = start_y + (j / REF_BLOCK_WIDTH);
H A Dkernel_3d_denoise_slm.cl52 int start_y = mad24(group_id_y, WORK_BLOCK_HEIGHT, -REF_BLOCK_Y_OFFSET);
55 int corrd_y = start_y + (j / REF_BLOCK_WIDTH);
H A Dkernel_wavelet_coeff.cl55 int start_y = mad24(group_id_y, WG_CELL_Y_SIZE, -SLM_CELL_Y_OFFSET);
60 int y = start_y + (j / SLM_CELL_X_SIZE);
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c795 uint32_t start_x, uint32_t start_y,
801 for (int y = start_y; y < start_y + h; y++) {
807 if (x == start_x && y == start_y)
794 vc4_dump_surface_msaa_char(struct pipe_surface *psurf, uint32_t start_x, uint32_t start_y, uint32_t w, uint32_t h) argument
/external/pdfium/core/fxcodec/codec/
H A Dccodec_progressivedecoder.h63 int start_y,
H A Dfx_codec_progress.cpp1851 int start_y,
1867 FX_RECT(start_x, start_y, start_x + size_x, start_y + size_y);
1889 if (start_y < 0 || out_range_y > 0) {
1891 if (start_y < 0) {
1892 m_clipBox.top -= (int32_t)ceil((float)start_y * scaleY);
1848 StartDecode( const RetainPtr<CFX_DIBitmap>& pDIBitmap, int start_x, int start_y, int size_x, int size_y) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c721 int y, start_y, finish_y; local
728 start_y = sy;
729 if (start_y < miny)
730 start_y = miny;
736 start_y -= sy;
740 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
743 for (y = start_y; y < finish_y; y++) {
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dimage-inl.h466 const int start_y = local
469 const T* p = original[start_y] + start_x;
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1166 int start_x = 0, start_y = 0; local
1205 start_y = cvRound(scan_roi_rect.y / ystep);
1219 for( int _iy = start_y; _iy < end_y; _iy++ )
H A Dcvhaar.cpp1134 int start_x = 0, start_y = 0; local
1173 start_y = cvRound(scan_roi_rect.y / ystep);
1187 for( int _iy = start_y; _iy < end_y; _iy++ )
/external/ImageMagick/MagickCore/
H A Ddraw.c3995 start_y,
4056 start_y=(ssize_t) ceil(bounds.y1-0.5);
4062 for (y=start_y; y <= stop_y; y++)
4098 GetFillColor(draw_info,x-start_x,y-start_y,&pixel,exception);
4119 start_y=(ssize_t) ceil(bounds.y1-0.5);
4125 for (y=start_y; y <= stop_y; y++)
4171 GetFillColor(draw_info,x-start_x,y-start_y,&fill_color,exception);
4175 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception);
3976 start_y, local
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2043 float start_y = pCoords->GetNumberAt(1); local
2046 SkPoint pts[] = {{start_x, start_y}, {end_x, end_y}};
2083 float start_y = pCoords->GetNumberAt(1); local
2088 SkPoint pts[] = {{start_x, start_y}, {end_x, end_y}};
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1343 uint8* start_y = dst_y + y * dst_stride_y + x; local
1355 SetPlane(start_y, dst_stride_y, width, height, value_y);
/external/libyuv/files/source/
H A Dplanar_functions.cc1602 uint8* start_y = dst_y + y * dst_stride_y + x; local
1611 SetPlane(start_y, dst_stride_y, width, height, value_y);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 607 milliseconds

12