Home
last modified time | relevance | path

Searched refs:oddHeight (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3129 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3130 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3182 if (oddWidth && oddHeight) { in createMipmapProgram()
3194 } else if (oddHeight) { in createMipmapProgram()
3225 if (oddWidth && oddHeight) { in createMipmapProgram()
3232 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3106 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3107 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3159 if (oddWidth && oddHeight) { in createMipmapProgram()
3171 } else if (oddHeight) { in createMipmapProgram()
3202 if (oddWidth && oddHeight) { in createMipmapProgram()
3209 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3129 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3130 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3182 if (oddWidth && oddHeight) { in createMipmapProgram()
3194 } else if (oddHeight) { in createMipmapProgram()
3225 if (oddWidth && oddHeight) { in createMipmapProgram()
3232 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3129 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3130 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3182 if (oddWidth && oddHeight) { in createMipmapProgram()
3194 } else if (oddHeight) { in createMipmapProgram()
3225 if (oddWidth && oddHeight) { in createMipmapProgram()
3232 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3088 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3089 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3141 if (oddWidth && oddHeight) { in createMipmapProgram()
3153 } else if (oddHeight) { in createMipmapProgram()
3184 if (oddWidth && oddHeight) { in createMipmapProgram()
3191 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3129 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3130 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3182 if (oddWidth && oddHeight) { in createMipmapProgram()
3194 } else if (oddHeight) { in createMipmapProgram()
3225 if (oddWidth && oddHeight) { in createMipmapProgram()
3232 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3844 const bool oddHeight = SkToBool(progIdx & 0x1);
3845 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1);
3899 if (oddWidth && oddHeight) {
3911 } else if (oddHeight) {
3955 if (oddWidth && oddHeight) {
3961 } else if (oddWidth || oddHeight) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3619 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3620 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3673 if (oddWidth && oddHeight) { in createMipmapProgram()
3685 } else if (oddHeight) { in createMipmapProgram()
3716 if (oddWidth && oddHeight) { in createMipmapProgram()
3723 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/dports/audio/carla/Carla-2.4.1/source/theme/
H A DCarlaStyle.cpp2426 const bool oddHeight = (1+upRect.bottom() != downRect.top()); in drawComplexControl() local
2466 …const int y = oddHeight ? (downRect.top() - 1) : (upIsActive ? (1+upRect.bottom() - 1) : downRect.… in drawComplexControl()
2487 const int cy_fix = oddHeight ? 0 : -1; in drawComplexControl()
2508 const int cy_fix = oddHeight ? 0 : 1; in drawComplexControl()
2544 const int bottom = oddHeight ? (1+upRect.bottom()) : (1+upRect.bottom() - 1); in drawComplexControl()
2553 const int top = oddHeight ? (downRect.top() - 1) : downRect.top(); in drawComplexControl()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Drawimagesource.cc160 …mage, const int tran, const int imwidth, const int imheight, const bool oddHeight, const bool clip) in transLineD1x() argument
193 if(i == 2 && oddHeight) { in transLineD1x()
263 if(oddHeight && i == 2) { in transLineD1x()
353 if (oddHeight) { in transLineD1x()
405 if (oddHeight) { in transLineD1x()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Drawimagesource.cc167 …mage, const int tran, const int imwidth, const int imheight, const bool oddHeight, const bool clip) in transLineD1x() argument
200 if(i == 2 && oddHeight) { in transLineD1x()
270 if(oddHeight && i == 2) { in transLineD1x()
360 if (oddHeight) { in transLineD1x()
412 if (oddHeight) { in transLineD1x()