Searched refs:rowWidth (Results 1 – 4 of 4) sorted by relevance
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels; in clearColor() local314 …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() local356 …const int rowPitch = m_alignment * deCeilFloatToInt32((float)(pixelSize * rowWidth) / (floa… in iterate()
355 FT_UShort rowWidth; member429 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()
123 unsigned int rowWidth = pixelSize * width; in comparePixels() local129 const unsigned char* renderedData = textureData + y * rowWidth + x * m_texture_components; in comparePixels()
443 HBUINT rowWidth; /* The width, in bytes, of a row in the table. */ member