Home
last modified time | relevance | path

Searched refs:realDepth (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/
H A DnsGIFDecoder2.cpp855 uint16_t realDepth = depth; in FinishImageDescriptor() local
856 while (mGIFStruct.tpixel >= (1 << realDepth) && in FinishImageDescriptor()
857 realDepth < 8) { in FinishImageDescriptor()
858 realDepth++; in FinishImageDescriptor()
862 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
868 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
884 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/
H A DnsGIFDecoder2.cpp829 uint16_t realDepth = depth; in FinishImageDescriptor() local
830 while (mGIFStruct.tpixel >= (1 << realDepth) && realDepth < 8) { in FinishImageDescriptor()
831 realDepth++; in FinishImageDescriptor()
835 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
841 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
858 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()
/dports/www/firefox-esr/firefox-91.8.0/image/decoders/
H A DnsGIFDecoder2.cpp827 uint16_t realDepth = depth; in FinishImageDescriptor() local
828 while (mGIFStruct.tpixel >= (1 << realDepth) && realDepth < 8) { in FinishImageDescriptor()
829 realDepth++; in FinishImageDescriptor()
833 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
839 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
854 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/
H A DnsGIFDecoder2.cpp822 uint16_t realDepth = depth; in FinishImageDescriptor() local
823 while (mGIFStruct.tpixel >= (1 << realDepth) && realDepth < 8) { in FinishImageDescriptor()
824 realDepth++; in FinishImageDescriptor()
828 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
834 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
849 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()
/dports/www/firefox/firefox-99.0/image/decoders/
H A DnsGIFDecoder2.cpp828 uint16_t realDepth = depth; in FinishImageDescriptor() local
829 while (mGIFStruct.tpixel >= (1 << realDepth) && realDepth < 8) { in FinishImageDescriptor()
830 realDepth++; in FinishImageDescriptor()
834 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
840 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
855 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/
H A DnsGIFDecoder2.cpp827 uint16_t realDepth = depth; in FinishImageDescriptor() local
828 while (mGIFStruct.tpixel >= (1 << realDepth) && realDepth < 8) { in FinishImageDescriptor()
829 realDepth++; in FinishImageDescriptor()
833 mColorMask = 0xFF >> (8 - realDepth); in FinishImageDescriptor()
839 if (NS_FAILED(BeginImageFrame(frameRect, realDepth, isInterlaced))) { in FinishImageDescriptor()
854 mColormapSize = sizeof(uint32_t) << realDepth; in FinishImageDescriptor()