Home
last modified time | relevance | path

Searched refs:blueShift (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx64 … VclCanvasBitmap::setComponentInfo( sal_uLong redShift, sal_uLong greenShift, sal_uLong blueShift ) in setComponentInfo() argument
75 if( redShift > blueShift ) in setComponentInfo()
78 if( greenShift > blueShift ) in setComponentInfo()
84 if( greenShift > blueShift ) in setComponentInfo()
87 if( redShift > blueShift ) in setComponentInfo()
102 pCounts[bluePos] = bitcount(sal::static_int_cast<sal_uInt32>(blueShift)); in setComponentInfo()
/trunk/main/vcl/inc/
H A Dcanvasbitmap.hxx65 …_DLLPRIVATE void setComponentInfo( sal_uLong redShift, sal_uLong greenShift, sal_uLong blueShift );

Completed in 28 milliseconds