Searched refs:y_step (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.c | 623 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/ |
D | cfx_bitmapcomposer.cpp | 146 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/ |
D | test_xrange.py | 66 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/ |
D | soft_geo_tasks_priv.cpp | 49 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/pdfium/core/fpdfapi/page/ |
D | cpdf_tilingpattern.h | 35 float y_step() const { return m_YStep; } in y_step() function
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 42 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/ |
D | esextcTextureCubeMapArraySampling.cpp | 1146 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/ |
D | cpdf_renderstatus.cpp | 2241 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()
|