Lines Matching refs:dxStack
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()
463 dxStack.removeLast(); in dxStackWalk()