Searched defs:ArrayImpl (Results 1 – 2 of 2) sorted by relevance
68 struct ArrayImpl struct70 CellVec maCells;71 LongVec maWidths;72 LongVec maHeights;73 mutable LongVec maXCoords;74 mutable LongVec maYCoords;75 size_t mnWidth;76 size_t mnHeight;79 size_t mnLastClipCol;80 size_t mnLastClipRow;[all …]
121 ArrayImpl::ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ) : in ArrayImpl() function in svx::frame::ArrayImpl
Completed in 23 milliseconds