Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx385 RasterOp OS2MixToRasterOp(sal_uInt8 nMix);
792 RasterOp OS2METReader::OS2MixToRasterOp(sal_uInt8 nMix) in OS2MixToRasterOp() argument
794 switch (nMix) { in OS2MixToRasterOp()
1645 sal_uInt8 nA, nP, nFlags, nMix; in ReadOrder() local
1695 *pOS2MET >> nMix; in ReadOrder()
1696 if (nMix==0) { in ReadOrder()
1713 eROP=OS2MixToRasterOp(nMix); in ReadOrder()
1837 sal_uInt8 nMix; in ReadOrder() local
1838 *pOS2MET >> nMix; in ReadOrder()
1839 if (nMix==0) { in ReadOrder()
[all …]
/AOO42X/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1414 sal_uInt8 nMix; in METSetMix() local
1423 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()