Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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_alignment); 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) / (float)m_alignment); in iterate()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A 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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp123 unsigned int rowWidth = pixelSize * width; in comparePixels() local
129 const unsigned char* renderedData = textureData + y * rowWidth + x * m_texture_components; in comparePixels()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh437 HBUINT rowWidth; /* The width, in bytes, of a row in the table. */ member

Completed in 5 milliseconds