View | Details | Raw Unified | Return to issue 96585
Collapse All | Expand All

(-)basegfx/inc/basegfx/tools/rectcliptools.hxx~ (-1 / +1 lines)
Lines 74-80 Link Here
74
            the number of clip planes hit within the
74
            the number of clip planes hit within the
75
            getCohenSutherlandClipFlags() method.
75
            getCohenSutherlandClipFlags() method.
76
         */
76
         */
77
        sal_uInt32 getNumberOfClipPlanes( sal_uInt32 nFlags )
77
        inline sal_uInt32 getNumberOfClipPlanes( sal_uInt32 nFlags )
78
        {
78
        {
79
            // classic bit count algo, see e.g. Reingold, Nievergelt,
79
            // classic bit count algo, see e.g. Reingold, Nievergelt,
80
            // Deo: Combinatorial Algorithms, Theory and Practice,
80
            // Deo: Combinatorial Algorithms, Theory and Practice,

Return to issue 96585