Home
last modified time | relevance | path

Searched defs:y_step (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h36 float y_step() const { return m_YStep; } in y_step() function
/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp141 int y_step = dest_pitch; in ComposeScanlineV() local
/external/mesa3d/src/util/format/
Du_format.c585 unsigned x_step, y_step; in util_format_translate() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1146 const glw::GLfloat y_step = 2.0f / 3.0f; in preparePositionForFace() local
1330 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace() local
1439 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace() local
/external/webp/src/enc/
Dpicture_csp_enc.c46 int x_step, int y_step) { in CheckNonOpaque()