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

  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.h 35 FX_FLOAT y_step() const { return m_YStep; } function in class:CPDF_TilingPattern
  /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/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/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1644 int y_step = y_scale * 8; local
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 4983 int y_step = dest_pitch; local
    [all...]

Completed in 143 milliseconds