Searched refs:y_step (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.c | 544 unsigned x_step, y_step; in util_format_translate() local 575 y_step = MAX2(dst_format_desc->block.height, src_format_desc->block.height); in util_format_translate() 577 assert(y_step % dst_format_desc->block.height == 0); in util_format_translate() 578 assert(y_step % src_format_desc->block.height == 0); in util_format_translate() 580 dst_step = y_step / dst_format_desc->block.height * dst_stride; in util_format_translate() 581 src_step = y_step / src_format_desc->block.height * src_stride; in util_format_translate() 594 assert(y_step == 1); in util_format_translate() 638 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate() 642 while (height >= y_step) { in util_format_translate() 643 … src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate() [all …]
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_tilingpattern.h | 35 FX_FLOAT y_step() const { return m_YStep; } in y_step() function
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 303 int x_step, y_step; in icvLineAA() local 347 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1)); in icvLineAA() 351 pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1); in icvLineAA() 352 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f; in icvLineAA() 353 slope ^= (y_step < 0 ? 0x3f : 0); in icvLineAA() 371 y_step = XY_ONE; in icvLineAA() 442 pt1.y += y_step; in icvLineAA() 517 pt1.y += y_step; in icvLineAA() 567 int x_step, y_step; in icvLine2() local 610 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1)); in icvLine2() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 1644 int y_step = y_scale * 8; in WriteImage() local 1741 for( y = 0; y < height; y += y_step, data += y_step*step ) in WriteImage() 1746 int y_limit = y_step; in WriteImage()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 40 int x_step, int y_step) { in CheckNonOpaque() argument 47 alpha += y_step; in CheckNonOpaque()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 2202 pPattern->bbox().top == pPattern->y_step() && in DrawTilingPattern() 2228 pPattern->y_step()); in DrawTilingPattern() 2230 pPattern->y_step()); in DrawTilingPattern() 2245 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern() 2319 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_composite.cpp | 4983 int y_step = dest_pitch; in ComposeScanlineV() local 4986 y_step = -y_step; in ComposeScanlineV() 4995 dest_scan += y_step; in ComposeScanlineV() 5030 dest_scan += y_step; in ComposeScanlineV()
|