Searched refs:dxStack (Results 1 – 2 of 2) sorted by relevance
110 return dxStack.isEmpty() ? false : dxStack.last().position() < dxStack.last().size(); in dxValueAvailable()142 ASSERT(!dxStack.isEmpty()); in dxValueNext()143 return dxStack.last().valueAtCurrentPosition(); in dxValueNext()201 ASSERT(!dxStack.isEmpty()); in processedChunk()202 dxStack.removeLast(); in processedChunk()273 dxStack.isEmpty() && dyStack.isEmpty() && in addLayoutInformation()312 dxStack.isEmpty() && dyStack.isEmpty() && in addLayoutInformation()387 dxStack.append(list); in addStackContent()455 while (!dxStack.isEmpty()) { in dxStackWalk()456 PositionedFloatVector& cur = dxStack.last(); in dxStackWalk()[all …]
171 Vector<PositionedFloatVector> dxStack; member