Searched refs:fTotalLength (Results 1 – 3 of 3) sorted by relevance
22 fTotalLength = 0; in SkScrollBarView()58 if (fTotalLength != total) in setTotal()60 fTotalLength = total; in setTotal()122 int total = fTotalLength; in adjust()
110 int fTotalLength; // The length of an entry including header, item, and data in TAligns. member176 fTailBlock->fBack -= header->fTotalLength; in pop_back()206 prevLength = lastHeader->fTotalLength; in alloc_back()227 header->fTotalLength = totalLength; in alloc_back()270 fPosition += header->fTotalLength; in next()305 fPosition = fBlock->fBack - lastHeader->fTotalLength; in ReverseIter()
23 unsigned getTotal() const { return fTotalLength; } in getTotal()38 unsigned fTotalLength, fStartPoint, fShownLength; variable