Searched refs:nMix (Results 1 – 2 of 2) sorted by relevance
794 switch (nMix) { in OS2MixToRasterOp()1645 sal_uInt8 nA, nP, nFlags, nMix; in ReadOrder() local1695 *pOS2MET >> nMix; in ReadOrder()1696 if (nMix==0) { in ReadOrder()1713 eROP=OS2MixToRasterOp(nMix); in ReadOrder()1837 sal_uInt8 nMix; in ReadOrder() local1838 *pOS2MET >> nMix; in ReadOrder()1839 if (nMix==0) { in ReadOrder()1854 sal_uInt8 nMix; in ReadOrder() local1855 *pOS2MET >> nMix; in ReadOrder()[all …]
1414 sal_uInt8 nMix; in METSetMix() local1423 case ROP_INVERT: nMix=0x0c; break; in METSetMix()1424 case ROP_XOR: nMix=0x04; break; in METSetMix()1425 default: nMix=0x02; in METSetMix()1429 *pMET << (sal_uInt8)0x0c << nMix; in METSetMix()
Completed in 74 milliseconds