Home
last modified time | relevance | path

Searched refs:maskTop (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSBitmapImageRep_PPUtilities_MaskBitmaps.m84 int bytesPerRow, maskLeft, maskTop, maskBottom, maskRight,
118 maskTop = checkBottom;
141 if (maskTop < row)
143 maskTop = row;
160 return NSMakeRect(maskLeft, maskBottom, maskRight - maskLeft + 1, maskTop - maskBottom + 1);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dakos.h122 …int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf);
H A Dakos.cpp1149 …int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf)… in akos16Decompress() argument
1168 maskptr = _vm->getMaskBuffer(maskLeft, maskTop, zBuf); in akos16Decompress()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dakos.h122 …int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf);
H A Dakos.cpp1170 …int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf)… in akos16Decompress() argument
1189 maskptr = _vm->getMaskBuffer(maskLeft, maskTop, zBuf); in akos16Decompress()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_export.cpp248 QString maskTop, maskBottom; in exportEtchable() local
296 …massageOutput(svg, doMask, doSilk, doPaste, maskTop, maskBottom, fileName, board, GraphicsUtils::I… in exportEtchable()
321 …massageOutput(svg, doMask, doSilk, doPaste, maskTop, maskBottom, fileName, board, res, viewLayerID… in exportEtchable()
1699 …eOutput(QString & svg, bool doMask, bool doSilk, bool doPaste, QString & maskTop, QString & maskBo… in massageOutput() argument
1706 QString use = (fileName.contains("bottom")) ? maskBottom : maskTop; in massageOutput()
1711 if (fileName.contains("bottom")) maskBottom = svg; else maskTop = svg; in massageOutput()
H A Dmainwindow.h598 …void massageOutput(QString & svg, bool doMask, bool doSilk, bool doPaste, QString & maskTop, QStri…
/dports/cad/fritzing/fritzing-app-0.9.2b/src/svg/
H A Dgerbergenerator.cpp111 QString maskBottom, maskTop; in exportToGerber() local
116 …IDs, "Mask1", MaskTopSuffix, board, sketchWidget, prefix, exportDir, displayMessageBoxes, maskTop); in exportToGerber()
128 …IDs, "Silk1", SilkTopSuffix, board, sketchWidget, prefix, exportDir, displayMessageBoxes, maskTop); in exportToGerber()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/
H A Dpanelizer.cpp1492 QString maskTop; in makeSVGs() local
1568 maskTop = one; in makeSVGs()
1577 clipString = maskTop; in makeSVGs()