Lines Matching refs:ImplPointArray
159 class ImplPointArray class
167 ImplPointArray();
168 ~ImplPointArray();
183 ImplPointArray::ImplPointArray() : in ImplPointArray() function in ImplPointArray
193 ImplPointArray::~ImplPointArray() in ~ImplPointArray()
201 void ImplPointArray::ImplSetSize( sal_uLong nSize ) in ImplSetSize()
217 inline Point& ImplPointArray::operator[]( sal_uLong nPos ) in operator []()
225 inline const Point& ImplPointArray::operator[]( sal_uLong nPos ) const in operator []()
233 void ImplPointArray::ImplCreatePoly( Polygon& rPoly ) const in ImplCreatePoly()
352 void ImplPostProcess( const ImplPointArray& rArr );
423 ImplPointArray aArr; in ImplEndAdd()
663 void ImplChain::ImplPostProcess( const ImplPointArray& rArr ) in ImplPostProcess()
665 ImplPointArray aNewArr1; in ImplPostProcess()
666 ImplPointArray aNewArr2; in ImplPostProcess()