Home
last modified time | relevance | path

Searched refs:bitcount (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx53 inline sal_Int32 bitcount( sal_uInt32 val ) in bitcount() function
100 pCounts[redPos] = bitcount(sal::static_int_cast<sal_uInt32>(redShift)); in setComponentInfo()
101 pCounts[greenPos] = bitcount(sal::static_int_cast<sal_uInt32>(greenShift)); in setComponentInfo()
102 pCounts[bluePos] = bitcount(sal::static_int_cast<sal_uInt32>(blueShift)); in setComponentInfo()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1804 sal_uInt16 bitcount = SVBT16ToShort(p); in WriteBmp() local
1805 (void) bitcount; in WriteBmp()
1813 DBG_ASSERT(bitcount==4, "Ww1Picture"); in WriteBmp()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx119 inline unsigned int bitcount( T c ) { in bitcount() function
/trunk/main/basebmp/inc/basebmp/
H A Dmetafunctions.hxx190 template< unsigned int val > struct bitcount struct
193 enum { value = bitcount<next>::value + (val & 1) }; argument
196 template<> struct bitcount<0> struct
H A Drgbmaskpixelformats.hxx85 red_bits = bitcount<RedMask>::value,
86 green_bits = bitcount<GreenMask>::value,
87 blue_bits = bitcount<BlueMask>::value
H A Dtruecolormaskaccessor.hxx102 red_bits = bitcount<RedMask>::value,
103 green_bits = bitcount<GreenMask>::value,
104 blue_bits = bitcount<BlueMask>::value

Completed in 43 milliseconds