Home
last modified time | relevance | path

Searched refs:y_step (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c623 unsigned x_step, y_step; in util_format_translate() local
654 y_step = MAX2(dst_format_desc->block.height, src_format_desc->block.height); in util_format_translate()
656 assert(y_step % dst_format_desc->block.height == 0); in util_format_translate()
657 assert(y_step % src_format_desc->block.height == 0); in util_format_translate()
659 dst_step = y_step / dst_format_desc->block.height * dst_stride; in util_format_translate()
660 src_step = y_step / src_format_desc->block.height * src_stride; in util_format_translate()
673 assert(y_step == 1); in util_format_translate()
718 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate()
722 while (height >= y_step) { in util_format_translate()
723 … 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/fxge/dib/
Dcfx_bitmapcomposer.cpp146 int y_step = dest_pitch; in ComposeScanlineV() local
149 y_step = -y_step; in ComposeScanlineV()
157 dest_scan += y_step; in ComposeScanlineV()
191 dest_scan += y_step; in ComposeScanlineV()
/external/python/cpython2/Lib/test/
Dtest_xrange.py66 y_step = y[1] - y[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
/external/libxcam/modules/soft/
Dsoft_geo_tasks_priv.cpp49 float y_step = 1.0f / factors.y; in work_range() local
101 lut_pos[6].y = lut_pos[7].y = first.y + y_step; in work_range()
/external/opencv/cxcore/src/
Dcxdrawing.cpp303 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/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h35 float y_step() const { return m_YStep; } in y_step() function
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1644 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/
Dpicture_csp_enc.c42 int x_step, int y_step) { in CheckNonOpaque() argument
46 for (; height-- > 0; alpha += y_step) { in CheckNonOpaque()
50 for (; height-- > 0; alpha += y_step) { in CheckNonOpaque()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1146 const glw::GLfloat y_step = 2.0f / 3.0f; in preparePositionForFace() local
1147 const glw::GLfloat y_mid_step = y_step / 2.0f; in preparePositionForFace()
1154 const glw::GLfloat y_middle = y_top - y_step; in preparePositionForFace()
1155 const glw::GLfloat y_bottom = y_middle - y_step; in preparePositionForFace()
1330 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace() local
1333 const glw::GLfloat y_mid_step = y_step / 2.0f; in prepareTextureCoordinatesForFace()
1439 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace() local
1442 const glw::GLfloat y_mid_step = y_step / 2.0f; in prepareTextureCoordinatesForGatherForFace()
1446 const glw::GLfloat top = 1.0f - y_mid_step - y_step; in prepareTextureCoordinatesForGatherForFace()
1447 const glw::GLfloat bottom = -1.0f + y_mid_step + y_step; in prepareTextureCoordinatesForGatherForFace()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2241 pPattern->bbox().top == pPattern->y_step() && in DrawTilingPattern()
2269 pPattern->y_step()); in DrawTilingPattern()
2271 pPattern->y_step()); in DrawTilingPattern()
2289 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()
2359 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()