Home
last modified time | relevance | path

Searched refs:GetRealWidth (Results 1 – 21 of 21) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_terrain.cpp359 for(x = 0; x < GetRealWidth(); x++) in CalculateRealCoords()
364 offset = (y * GetRealWidth()) + x; in CalculateRealCoords()
383 offset = (y * GetRealWidth()) + x; in CalculateNormals()
395 offset = GetHeight() * GetRealWidth(); in CalculateNormals()
396 for(x = 0; x < GetRealWidth(); x++) in CalculateNormals()
416 offset = (y * GetRealWidth()) + x; in CalculateLighting()
463 for(x = 0; x < GetRealWidth(); x++) in CalculateLighting()
478 for(x = 0; x < GetRealWidth(); x++) in CalculateTextureCoords()
647 offset += GetRealWidth ( ); in CalculateShaders()
674 offset -= GetRealWidth(); in CalculateShaders()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/
H A DnsICODecoder.h46 static uint32_t GetRealWidth(const IconDirEntry& aEntry)
52 uint32_t GetRealWidth() const { return GetRealWidth(mDirEntry); }
66 return gfx::IntSize(GetRealWidth(), GetRealHeight());
H A DnsICODecoder.cpp134 if (width != int32_t(GetRealWidth())) { in CheckAndFixBitmapSize()
230 IntSize entrySize(GetRealWidth(e), GetRealHeight(e)); in ReadDirEntry()
457 GetRealWidth() == 0 || GetRealHeight() == 0) { in PrepareForMask()
464 mMaskRowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in PrepareForMask()
512 memset(mDownscaler->RowBuffer(), 0xFF, GetRealWidth() * sizeof(uint32_t)); in ReadMaskRow()
523 decoded = imageData + mCurrMaskLine * GetRealWidth(); in ReadMaskRow()
527 uint32_t* decodedRowEnd = decoded + GetRealWidth(); in ReadMaskRow()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DBitmapOut.h104 double GetRealWidth() const;
H A DEMFout.h90 double GetRealWidth();
H A DSVGout.h78 double GetRealWidth() const;
H A DBitmapOut.cpp139 double BitmapOut::GetRealWidth() const in GetRealWidth() function in BitmapOut
320 retval.x = GetRealWidth(); in ToFile()
H A DEMFout.cpp161 double Emfout::GetRealWidth() in GetRealWidth() function in Emfout
H A DSVGout.cpp159 double Svgout::GetRealWidth() const in GetRealWidth() function in Svgout
/dports/www/firefox-esr/firefox-91.8.0/image/encoders/ico/
H A DnsICOEncoder.h38 uint32_t GetRealWidth() const { in GetRealWidth() function
H A DnsICOEncoder.cpp137 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
174 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/image/encoders/ico/
H A DnsICOEncoder.h38 uint32_t GetRealWidth() const { in GetRealWidth() function
H A DnsICOEncoder.cpp137 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
174 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()
/dports/www/firefox/firefox-99.0/image/encoders/ico/
H A DnsICOEncoder.h38 uint32_t GetRealWidth() const { in GetRealWidth() function
H A DnsICOEncoder.cpp137 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
174 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/image/encoders/ico/
H A DnsICOEncoder.h38 uint32_t GetRealWidth() const { in GetRealWidth() function
H A DnsICOEncoder.cpp137 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
174 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/encoders/ico/
H A DnsICOEncoder.h39 uint32_t GetRealWidth() const in GetRealWidth() function
H A DnsICOEncoder.cpp150 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
187 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/image/encoders/ico/
H A DnsICOEncoder.h38 uint32_t GetRealWidth() const { in GetRealWidth() function
H A DnsICOEncoder.cpp134 uint32_t andMaskSize = ((GetRealWidth() + 31) / 32) * 4 * // row AND mask in AddImageFrame()
171 uint32_t rowSize = ((GetRealWidth() + 31) / 32) * 4; // + 31 to round up in AddImageFrame()