Searched refs:m_Blocks (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 300 m_Blocks.clear(); in StartLayout() 338 if (m_Blocks.empty() && m_pLoader->fHeight > 0) { in DoSplitLayout() 352 if (!m_Blocks.empty()) { in DoSplitLayout() 353 if (szBlockIndex < m_Blocks.size()) in DoSplitLayout() 354 szLineIndex = m_Blocks[szBlockIndex].szIndex; in DoSplitLayout() 376 if (szBlockIndex < m_Blocks.size()) in DoSplitLayout() 377 m_Blocks[szBlockIndex] = {szLineIndex, i - szLineIndex}; in DoSplitLayout() 379 m_Blocks.push_back({szLineIndex, i - szLineIndex}); in DoSplitLayout() 399 size_t szCount = m_Blocks.size(); in CountBlocks() 404 return m_Blocks.back().szIndex + m_Blocks.back().szLength; in GetNextIndexFromLastBlockData() [all …]
|
D | cxfa_textlayout.h | 61 void ClearBlocks() { m_Blocks.clear(); } in ClearBlocks() 127 std::vector<BlockData> m_Blocks; variable
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4166 bool IsEmpty() const { return m_Blocks.empty(); } in IsEmpty() 4214 VmaVector< VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> > m_Blocks; member 4351 BlockInfoVector m_Blocks; variable 6475 m_Blocks(VmaStlAllocator<VmaDeviceMemoryBlock*>(hAllocator->GetAllocationCallbacks())), in VmaBlockVector() 6485 for(size_t i = m_Blocks.size(); i--; ) in ~VmaBlockVector() 6487 m_Blocks[i]->Destroy(m_hAllocator); in ~VmaBlockVector() 6488 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector() 6515 for(uint32_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex) in GetPoolStats() 6517 const VmaDeviceMemoryBlock* const pBlock = m_Blocks[blockIndex]; in GetPoolStats() 6541 for(size_t blockIndex = 0; blockIndex < m_Blocks.size(); ++blockIndex ) in Allocate() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5842 bool IsEmpty() const { return m_Blocks.empty(); } in IsEmpty() 5884 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() 5885 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } in GetBlock() 5908 VmaVector< VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> > m_Blocks; member 6155 BlockInfoVector m_Blocks; variable 11285 m_Blocks(VmaStlAllocator<VmaDeviceMemoryBlock*>(hAllocator->GetAllocationCallbacks())), in VmaBlockVector() 11292 for(size_t i = m_Blocks.size(); i--; ) in ~VmaBlockVector() 11294 m_Blocks[i]->Destroy(m_hAllocator); in ~VmaBlockVector() 11295 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector() 11316 const size_t blockCount = m_Blocks.size(); in GetPoolStats() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 6930 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() 6931 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } in GetBlock() 6954 VmaVector< VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> > m_Blocks; member 7207 BlockInfoVector m_Blocks; variable 12448 m_Blocks(VmaStlAllocator<VmaDeviceMemoryBlock*>(hAllocator->GetAllocationCallbacks())), in VmaBlockVector() 12455 for(size_t i = m_Blocks.size(); i--; ) in ~VmaBlockVector() 12457 m_Blocks[i]->Destroy(m_hAllocator); in ~VmaBlockVector() 12458 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector() 12479 const size_t blockCount = m_Blocks.size(); in GetPoolStats() 12490 const VmaDeviceMemoryBlock* const pBlock = m_Blocks[blockIndex]; in GetPoolStats() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6911 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() 6912 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } in GetBlock() 6935 VmaVector< VmaDeviceMemoryBlock*, VmaStlAllocator<VmaDeviceMemoryBlock*> > m_Blocks; member 7188 BlockInfoVector m_Blocks; variable 12430 m_Blocks(VmaStlAllocator<VmaDeviceMemoryBlock*>(hAllocator->GetAllocationCallbacks())), in VmaBlockVector() 12437 for(size_t i = m_Blocks.size(); i--; ) in ~VmaBlockVector() 12439 m_Blocks[i]->Destroy(m_hAllocator); in ~VmaBlockVector() 12440 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector() 12461 const size_t blockCount = m_Blocks.size(); in GetPoolStats() 12472 const VmaDeviceMemoryBlock* const pBlock = m_Blocks[blockIndex]; in GetPoolStats() [all …]
|