Searched refs:nPatt (Results 1 – 2 of 2) sorted by relevance
1875 sal_uInt8 nPatt; in ReadOrder() local1876 *pOS2MET >> nPatt; in ReadOrder()1877 aAttr.bFill = ( nPatt != 0x0f ); in ReadOrder()
1906 inline sal_Int32 lclGetMixedColorComp( sal_Int32 nPatt, sal_Int32 nFill, sal_Int32 nAlpha ) in lclGetMixedColorComp() argument1908 return ((nPatt - nFill) * nAlpha) / 0x80 + nFill; in lclGetMixedColorComp()
Completed in 33 milliseconds