Searched defs:nonzeroPageEnd (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp34 uint32_t nonzeroPageEnd = 0; local
41 if (startPage >= nonzeroPageEnd) {
42 if (startPage > nonzeroPageEnd) {
51 nonzeroPageEnd = endPage + 1;
70 uint32_t nonzeroPageEnd = 0; local
78 if (startPage >= nonzeroPageEnd) {
79 if (startPage > nonzeroPageEnd) {
83 for (uint32_t j = nonzeroPageEnd; j < startPage; j++) {
106 nonzeroPageEnd = endPage + 1;

Completed in 73 milliseconds