Home
last modified time | relevance | path

Searched refs:mOwnedIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DSparseBitSet.cpp60 mOwnedIndices.reset(new uint16_t[mIndicesCount]); in initFromRanges()
61 mIndices = mOwnedIndices.get(); in initFromRanges()
81 mOwnedIndices[j] = mZeroPageIndex; in initFromRanges()
84 mOwnedIndices[startPage] = (currentPage++) << (kLogValuesPerPage - kLogBitsPerEl); in initFromRanges()
101 mOwnedIndices[j] = (currentPage++) << (kLogValuesPerPage - kLogBitsPerEl); in initFromRanges()
/frameworks/minikin/include/minikin/
DSparseBitSet.h97 std::unique_ptr<uint16_t[]> mOwnedIndices; variable