HomeSort by relevance Sort by last modified time
    Searched defs:x_step (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.h 34 float x_step() const { return m_XStep; } function in class:CPDF_TilingPattern
  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 48 float x_step = 1.0f / factors.x; local
72 first, Float2(first.x + x_step, first.y),
73 Float2(first.x + x_step * 2, first.y), Float2(first.x + x_step * 3, first.y),
74 Float2(first.x + x_step * 4, first.y), Float2(first.x + x_step * 5, first.y),
75 Float2(first.x + x_step * 6, first.y), Float2(first.x + x_step * 7, first.y)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 623 unsigned x_step, y_step; local
655 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width);
672 assert(x_step == 1);
717 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
747 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
  /external/opencv/cxcore/src/
cxdrawing.cpp 303 int x_step, y_step; local
346 x_step = XY_ONE;
370 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1));
375 pt1.x += (int) ((((int64) x_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
376 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f;
377 slope ^= (x_step < 0 ? 0x3f : 0);
474 pt1.x += x_step;
549 pt1.x += x_step;
567 int x_step, y_step; local
609 x_step = XY_ONE
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1643 int x_step = x_scale * 8; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 1144 const glw::GLfloat x_step = 2.0f \/ ((glw::GLfloat)(n_layers * 3)); local
1329 const glw::GLfloat x_step = 2.0f \/ x_range; local
1438 const glw::GLfloat x_step = 2.0f \/ x_range; local
    [all...]

Completed in 313 milliseconds