/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfInputFile.cpp | 203 int yStart, yEnd, yStep; in bufferedReadPixels() local 209 yStep = -1; in bufferedReadPixels() 215 yStep = 1; in bufferedReadPixels() 229 for (int j = yStart; j != yEnd; j += yStep) in bufferedReadPixels()
|
/external/opencv3/modules/rsobjdetect/src/ |
D | innerloop.cpp | 53 …nt height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData) { in innerloops() argument 78 sc->set_yStep(yStep); in innerloops()
|
D | rsobjdetect.hpp | 4 …int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData);
|
/external/opencv3/modules/rsobjdetect/src/rs/ |
D | detectAt.rs | 50 int yStep; 89 if (!(x_check % yStep == 0 && y_check % yStep == 0 ))
|
/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 190 double yStep = ((double) (endY - startY)) / steps; in perform() local 199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i)); in perform()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 381 const VGint yStep = 1; in image_sub_data() local 428 y += yStep; in image_sub_data() 446 VGint y = 0, yStep = 1; in image_get_sub_data() local 464 y += yStep; in image_get_sub_data()
|
D | api_images.c | 443 VGint y = (stfb->height - sy) - 1, yStep = -1; in vegaReadPixels() local 456 y += yStep; in vegaReadPixels()
|
D | mask.c | 109 VGint y = (stfb->height - sy) - 1, yStep = -1; in read_alpha_mask() local 140 y += yStep; in read_alpha_mask()
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_WhiteRectangleDetector.cpp | 194 float yStep = (bY - aY) / dist; in GetBlackPointOnSegment() local 197 int32_t y = Round(aY + i * yStep); in GetBlackPointOnSegment()
|
/external/opencv3/modules/video/src/opencl/ |
D | optical_flow_farneback.cl | 257 __global const float * flowy, int yStep, 269 float dy = flowy[mad24(y, yStep, x)]; 410 __global float * flowy, int yStep, 427 flowy[mad24(y, yStep, x)] = (g22*h1 - g12*h2) * detInv;
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 758 GLint row, yStep; in fallback_copy_texsubimage() local 764 yStep = -1; in fallback_copy_texsubimage() 768 yStep = 1; in fallback_copy_texsubimage() 775 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 909 int32_t yStep = FXSYS_round(pattern->_y1Step); in FillPathWithPattern() local 911 int32_t yCount = height / yStep + 1; in FillPathWithPattern() 914 bmp.TransferBitmap(j * xStep, i * yStep, xStep, yStep, in FillPathWithPattern() 1350 const FX_FLOAT yStep, in Create() argument 1359 _y1Step = yStep; in Create()
|
/external/pdfium/xfa/include/fxgraphics/ |
D | fx_graphics.h | 429 const FX_FLOAT yStep,
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 1033 int yStep = s.ystep; in operator ()() local 1041 for( int y = y0; y < y1; y += yStep ) in operator ()() 1043 for( int x = 0; x < szw.width; x += yStep ) in operator ()() 1070 x += yStep; in operator ()()
|
D | cascadedetect.hpp | 132 int yStep, double factor, std::vector<Rect>& candidates,
|
/external/opencv/cv/src/ |
D | _cvipp.h | 664 (float *pxMap, int xStep, float *pyMap, int yStep, CvSize roiSize,
|
/external/libpng/ |
D | libpng-manual.txt | 2287 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass); 2308 output_y += yStep;
|