Searched refs:m_Blocks (Results 1 – 4 of 4) sorted by relevance
113 m_Blocks.Add(pBuffer); in CFX_MemoryStream()119 for (int32_t i = 0; i < m_Blocks.GetSize(); i++) { in ~CFX_MemoryStream()120 FX_Free(m_Blocks[i]); in ~CFX_MemoryStream()123 m_Blocks.RemoveAll(); in ~CFX_MemoryStream()155 FXSYS_memcpy(buffer, m_Blocks[0] + (size_t)offset, size); in ReadBlock()165 FXSYS_memcpy(buffer, m_Blocks[(int)nStartBlock] + (size_t)offset, nRead); in ReadBlock()199 if (m_Blocks.GetSize() < 1) { in WriteBlock()201 m_Blocks.Add(block); in WriteBlock()203 m_Blocks[0] = FX_Realloc(uint8_t, m_Blocks[0], m_nTotalSize); in WriteBlock()205 if (!m_Blocks[0]) { in WriteBlock()[all …]
936 m_Blocks.RemoveAll(); in StartLayout()960 int32_t iBlockCount = m_Blocks.GetSize(); in DoLayout()986 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2); in DoLayout()988 iLineIndex = m_Blocks.ElementAt(iBlockCount - 1) + in DoLayout()989 m_Blocks.ElementAt(iBlockCount - 2); in DoLayout()1007 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex); in DoLayout()1008 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex); in DoLayout()1010 m_Blocks.Add(iLineIndex); in DoLayout()1011 m_Blocks.Add(i - iLineIndex); in DoLayout()1034 int32_t iCount = m_Blocks.GetSize() / 2; in CountBlocks()[all …]
76 pTextLayout->m_Blocks.RemoveAll(); in PerformLayout()
333 CFX_Int32Array m_Blocks; variable