Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h35 float y_step() const { return m_YStep; } in y_step() function
/external/libxcam/modules/soft/
Dsoft_geo_tasks_priv.cpp49 float y_step = 1.0f / factors.y; in work_range() local
/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp146 int y_step = dest_pitch; in ComposeScanlineV() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c625 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.c42 int x_step, int y_step) { in CheckNonOpaque()