Home
last modified time | relevance | path

Searched refs:transIndex (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoxpm.c384 unsigned int const transIndex = ncolors; in genCmap() local
385 cmap[transIndex].rgbname = strdup("None"); in genCmap()
386 cmap[transIndex].cixel = genNumstr(transIndex, charsPerPixel); in genCmap()
387 *transIndexP = transIndex; in genCmap()
423 unsigned int const transIndex) { in writeXpmFile() argument
459 fprintf(outfile, "%s", cmap[transIndex].cixel); in writeXpmFile()
615 unsigned int transIndex; in main() local
648 &cmap, &transIndex, &cmapSize, &charsPerPixel); in main()
652 charsPerPixel, cmap, cht, transIndex); in main()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/timezone-olson-0.2.0/Data/Time/LocalTime/TimeZone/Olson/
H A DTypes.hs82 shiftBy n trans = trans {transIndex = n + transIndex trans}
93 shiftBy n trans = trans {transIndex = n + transIndex trans}
105 transIndex :: Int -- ^ 0-based index in the list of @TtInfo@ function
H A DRender.hs134 uniq . sort . (0 :) $ map transIndex transs1')
136 transs1 = [t {transIndex = i} |
137 t <- transs1', i <- maybeToList $ lookup (transIndex t) assoc1]
154 mapM_ (put8bitIntegral . transIndex) transs
H A DParse.hs69 drop (transIndex ttime) ttinfos
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Gd/Commands/
H A DResizeCommand.php53 $transIndex = imagecolortransparent($resource);
55 if ($transIndex != -1) {
56 $rgba = imagecolorsforindex($modified, $transIndex);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp179 uint32_t transIndex; in ReadHeader() local
180 SkCodec::Result result = ReadUpToFirstImage(gif, &transIndex); in ReadHeader()
209 SkEncodedInfo::Alpha alpha = (transIndex < 256) ? SkEncodedInfo::kBinary_Alpha : in ReadHeader()
218 gif.release(), transIndex, frameRect, frameIsSubset); in ReadHeader()
241 GifFileType* gif, uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset) in SkGifCodec() argument
249 , fTransIndex(transIndex) in SkGifCodec()
269 SkCodec::Result SkGifCodec::ReadUpToFirstImage(GifFileType* gif, uint32_t* transIndex) { argument
290 *transIndex = find_trans_index(saveExt);
H A DSkGifCodec.h85 static Result ReadUpToFirstImage(GifFileType* gif, uint32_t* transIndex);
193 GifFileType* gif, uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset);
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Devents.cpp96 byte transIndex = cursor->getTransparencyIndex(); in changeCursor() local
103 if (cursorData[(cursor->h - 1) * cursor->w + idx] != transIndex) in changeCursor()
106 if (cursorData[(idx + 1) * cursor->w - 1] != transIndex) in changeCursor()
124 hotspotX, hotspotY, transIndex); in changeCursor()
H A Dsprites.cpp80 byte transIndex = getTransparencyIndex(); in loadSprite() local
81 Common::fill(outp, outp + spriteSize, transIndex); in loadSprite()
130 if (*outp != transIndex) in loadSprite()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Devents.cpp96 byte transIndex = cursor->getTransparencyIndex(); in changeCursor() local
103 if (cursorData[(cursor->h - 1) * cursor->w + idx] != transIndex) in changeCursor()
106 if (cursorData[(idx + 1) * cursor->w - 1] != transIndex) in changeCursor()
124 hotspotX, hotspotY, transIndex); in changeCursor()
H A Dsprites.cpp80 byte transIndex = getTransparencyIndex(); in loadSprite() local
81 Common::fill(outp, outp + spriteSize, transIndex); in loadSprite()
130 if (*outp != transIndex) in loadSprite()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.BmpGifJpegPngTiff/GIF/
H A DGifDecoder.cs69 protected int transIndex; // transparent color index field in Plugin.GifDecoder
573 transIndex = Read(); // transparent color index in ReadGraphicControlExt()
617 if (bgIndex == transIndex) in ReadNextFrame()
624 save = activeColorTable[transIndex]; in ReadNextFrame()
625 activeColorTable[transIndex] = 0; // set transparent color if specified in ReadNextFrame()
651 activeColorTable[transIndex] = save; in ReadNextFrame()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DGifImage.java96 protected int transIndex; // transparent color index field in GifImage
359 if (transparency && transIndex >= m_curr_table.length / 3) in readImage()
384 img.setTransparency(new int[]{transIndex, transIndex}); in readImage()
587 transIndex = in.read(); // transparent color index in readGraphicControlExt()
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Resource/XObject/Image/
H A DGIF.pm218 my ($cFlags, $delay, $transIndex) = unpack('CvC', $stream);
220 $self->{'Mask'} = PDFArray(PDFNum($transIndex),
221 PDFNum($transIndex));
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/XObject/Image/
H A DGIF.pm239 my ($cFlags,$delay,$transIndex)=unpack('CvC',$stream);
241 $self->{Mask}=PDFArray(PDFNum($transIndex),PDFNum($transIndex));
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/XObject/Image/
H A DGIF.pm282 my ($cFlags, $delay, $transIndex) = unpack('CvC', $stream);
284 $self->{'Mask'} = PDFArray(PDFNum($transIndex), PDFNum($transIndex));
/dports/cad/ldview/ldview-4.4/Translations/ResourceTrans/ResourceTrans/
H A DMainForm.cs374 int transIndex = 0; in writeTransFile()
381 while (origIndex < origStrings.Count && transIndex < transStrings.Count) in writeTransFile()
391 while (transIndex < transStrings.Count && transStrings[transIndex].StartsWith("A")) in writeTransFile()
393 transIndex++; in writeTransFile()
395 if (transIndex >= transStrings.Count) in writeTransFile()
467 transIndex += transDialogCount; in writeTransFile()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DConnectionEntry.cpp851 int32_t transIndex = in RemoveTransFromPendingQ() local
853 if (transIndex >= 0) { in RemoveTransFromPendingQ()
854 pendingTransInfo = (*infoArray)[transIndex]; in RemoveTransFromPendingQ()
855 infoArray->RemoveElementAt(transIndex); in RemoveTransFromPendingQ()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DConnectionEntry.cpp852 int32_t transIndex = in RemoveTransFromPendingQ() local
854 if (transIndex >= 0) { in RemoveTransFromPendingQ()
855 pendingTransInfo = (*infoArray)[transIndex]; in RemoveTransFromPendingQ()
856 infoArray->RemoveElementAt(transIndex); in RemoveTransFromPendingQ()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DConnectionEntry.cpp851 int32_t transIndex = in RemoveTransFromPendingQ() local
853 if (transIndex >= 0) { in RemoveTransFromPendingQ()
854 pendingTransInfo = (*infoArray)[transIndex]; in RemoveTransFromPendingQ()
855 infoArray->RemoveElementAt(transIndex); in RemoveTransFromPendingQ()
/dports/devel/ragel/ragel-6.10/test/
H A Dstrings2.rl316 " void *transIndex;\n" |
412 "*)cs->transIndex)[c - cs->lowIndex];\n" |
450 " void *transIndex;\n" |
549 " void *transIndex;\n" |
642 "*)cs->transIndex)[c - cs->lowIndex];\n" |
684 " void *transIndex;\n" |
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/com/keypoint/
H A DPngEncoderIndexed.java343 int paletteIndex = 0, transIndex = -1, transRGBA = 0; in writeImageData() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dgraphics.cpp429 static GfxSurface ResizeSurface(GfxSurface &src, int xSize, int ySize, int transIndex) { in ResizeSurface() argument
444 Common::fill(destP, destP + xSize, transIndex); in ResizeSurface()
454 *destP++ = transIndex; in ResizeSurface()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dgraphics.cpp429 static GfxSurface ResizeSurface(GfxSurface &src, int xSize, int ySize, int transIndex) { in ResizeSurface() argument
444 Common::fill(destP, destP + xSize, transIndex); in ResizeSurface()
454 *destP++ = transIndex; in ResizeSurface()
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DLoadScene.cpp1057 const std::string& transIndex = in parsePara() local
1059 const Attribute* pTransAttr = pScene->findAttribute(transIndex); in parsePara()

12