Home
last modified time | relevance | path

Searched refs:rowWidth (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels; in clearColor() local
314 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * rowWidth) / (float)m_align… in clearColor()
355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength); in iterate() local
356 …const int rowPitch = m_alignment * deCeilFloatToInt32((float)(pixelSize * rowWidth) / (floa… in iterate()
/external/freetype/src/gxvalid/
Dgxvkern.c355 FT_UShort rowWidth; member
429 GXV_KERN_FMT2_DATA( rowWidth ) = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt2_validate()
434 GXV_TRACE(( "rowWidth = %d\n", GXV_KERN_FMT2_DATA( rowWidth ) )); in gxv_kern_subtable_fmt2_validate()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp123 unsigned int rowWidth = pixelSize * width; in comparePixels() local
129 const unsigned char* renderedData = textureData + y * rowWidth + x * m_texture_components; in comparePixels()
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh443 HBUINT rowWidth; /* The width, in bytes, of a row in the table. */ member