Searched refs:m_rowSize (Results 1 – 8 of 8) sorted by relevance
35 m_rowSize = (width + 31) >> 5; in Init()36 m_bits = pdfium::Vector2D<int32_t>(m_rowSize, m_height); in Init()42 int32_t offset = y * m_rowSize + (x >> 5); in Get()43 if (offset >= m_rowSize * m_height || offset < 0) in Get()49 int32_t offset = y * m_rowSize + (x >> 5); in Set()51 ASSERT(offset < m_rowSize * m_height); in Set()
29 int32_t m_rowSize = 0; variable
107 m_rowSize(0), in Lib()132 m_rowSize(0), in Lib()
395 UINT_32 m_rowSize; ///< DRAM row size, in bytes variable
3779 if (tileSize > m_rowSize) in DegradeLargeThickTile()3784 if ((tileSize >> 1) <= m_rowSize) in DegradeLargeThickTile()3795 if ((tileSize >> 1) <= m_rowSize) in DegradeLargeThickTile()
544 m_rowSize) == pInfo->tileSplitBytes) in HwlPostCheckTileIndex()660 pInfo->tileSplitBytes = Min(m_rowSize, tileSplit); in HwlSetupTileCfg()1319 if (m_rowSize < tileSize) in HwlSetupTileInfo()1528 if (m_rowSize < tileSize) in HwlSetupTileInfo()1851 UINT_32 tileSplitC = Min(m_rowSize, tileSplit); in HwlComputeMacroModeIndex()2338 if (m_rowSize < colorTileSplit) in CheckTcCompatibility()
779 if (tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize) in HwlReduceBankWidthHeight()797 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()840 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()851 tileSize, pTileInfo->bankWidth, pTileInfo->bankHeight, m_rowSize)); in HwlReduceBankWidthHeight()1050 if (pTileInfo->tileSplitBytes > m_rowSize) in SanityCheckMacroTiled()
2300 m_rowSize = ADDR_ROWSIZE_1KB; in DecodeGbRegs()2303 m_rowSize = ADDR_ROWSIZE_2KB; in DecodeGbRegs()2306 m_rowSize = ADDR_ROWSIZE_4KB; in DecodeGbRegs()