HomeSort by relevance Sort by last modified time
    Searched refs:y_step (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.h 35 float y_step() const { return m_YStep; } function in class:CPDF_TilingPattern
  /external/pdfium/core/fxge/dib/
cfx_bitmapcomposer.cpp 146 int y_step = dest_pitch; local
149 y_step = -y_step;
157 dest_scan += y_step;
191 dest_scan += y_step;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 623 unsigned x_step, y_step; local
654 y_step = MAX2(dst_format_desc->block.height, src_format_desc->block.height);
656 assert(y_step % dst_format_desc->block.height == 0);
657 assert(y_step % src_format_desc->block.height == 0);
659 dst_step = y_step / dst_format_desc->block.height * dst_stride;
660 src_step = y_step / src_format_desc->block.height * src_stride;
673 assert(y_step == 1);
718 tmp_row = MALLOC(y_step * tmp_stride);
722 while (height >= y_step) {
723 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
    [all...]
  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 49 float y_step = 1.0f / factors.y; local
101 lut_pos[6].y = lut_pos[7].y = first.y + y_step;
  /external/python/cpython2/Lib/test/
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))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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/opencv/cxcore/src/
cxdrawing.cpp 303 int x_step, y_step; local
347 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1));
351 pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
352 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f;
353 slope ^= (y_step < 0 ? 0x3f : 0);
371 y_step = XY_ONE;
442 pt1.y += y_step;
517 pt1.y += y_step;
567 int x_step, y_step; local
610 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1))
    [all...]
  /external/webp/src/enc/
picture_csp_enc.c 42 int x_step, int y_step) {
46 for (; height-- > 0; alpha += y_step) {
50 for (; height-- > 0; alpha += y_step) {
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1644 int y_step = y_scale * 8; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 1146 const glw::GLfloat y_step = 2.0f \/ 3.0f; local
1330 const glw::GLfloat y_step = 2.0f \/ y_range; local
1439 const glw::GLfloat y_step = 2.0f \/ y_range; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 2428 milliseconds