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;77 size_t mnFirstClipCol;78 size_t mnFirstClipRow;[all …]
121 ArrayImpl::ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ) : in ArrayImpl() function in svx::frame::ArrayImpl