Home
last modified time | relevance | path

Searched refs:cropBottom (Results 1 – 25 of 79) sorted by relevance

1234

/dports/misc/usd/USD-21.11/pxr/imaging/hio/
H A DstbImage.cpp100 int const cropBottom,
116 bool _IsValidCrop(int cropTop, int cropBottom, int cropLeft, int cropRight);
119 int const cropBottom,
149 const int cropImageHeight = _height - (cropTop + cropBottom); in _IsValidCrop()
151 cropBottom >= 0 && in _IsValidCrop()
193 int const cropBottom, in _CropAndResize() argument
199 if (!TF_VERIFY(_IsValidCrop(cropTop, cropBottom, cropLeft, cropRight), in _CropAndResize()
206 const int cropHeight = _height - cropTop - cropBottom; in _CropAndResize()
422 int const cropBottom, in ReadCropped() argument
483 if (cropTop || cropBottom || cropLeft || cropRight) in ReadCropped()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/renderer/metal/
H A DRTCMTLRenderer.mm49 float cropBottom = (cropY + cropHeight) / (float)frameHeight;
55 float values[16] = {-1.0, -1.0, cropLeft, cropBottom,
56 1.0, -1.0, cropRight, cropBottom,
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
64 -1.0, 1.0, cropLeft, cropBottom,
71 -1.0, 1.0, cropRight, cropBottom,
72 1.0, 1.0, cropLeft, cropBottom};
77 1.0, -1.0, cropLeft, cropBottom,
79 1.0, 1.0, cropRight, cropBottom};
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/renderer/metal/
H A DRTCMTLRenderer.mm49 float cropBottom = (cropY + cropHeight) / (float)frameHeight;
55 float values[16] = {-1.0, -1.0, cropLeft, cropBottom,
56 1.0, -1.0, cropRight, cropBottom,
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
64 -1.0, 1.0, cropLeft, cropBottom,
71 -1.0, 1.0, cropRight, cropBottom,
72 1.0, 1.0, cropLeft, cropBottom};
77 1.0, -1.0, cropLeft, cropBottom,
79 1.0, 1.0, cropRight, cropBottom};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/renderer/metal/
H A DRTCMTLRenderer.mm49 float cropBottom = (cropY + cropHeight) / (float)frameHeight;
55 float values[16] = {-1.0, -1.0, cropLeft, cropBottom,
56 1.0, -1.0, cropRight, cropBottom,
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
64 -1.0, 1.0, cropLeft, cropBottom,
71 -1.0, 1.0, cropRight, cropBottom,
72 1.0, 1.0, cropLeft, cropBottom};
77 1.0, -1.0, cropLeft, cropBottom,
79 1.0, 1.0, cropRight, cropBottom};
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs36 , cropBottom
287 crop w h i = cropBottom h (cropRight w i)
292 cropBottom :: Int -> Image -> Image
293 cropBottom 0 _ = EmptyImage function
294 cropBottom h inI function
379 LT -> cropBottom h i
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs36 , cropBottom
287 crop w h i = cropBottom h (cropRight w i)
292 cropBottom :: Int -> Image -> Image
293 cropBottom 0 _ = EmptyImage function
294 cropBottom h inI function
379 LT -> cropBottom h i
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/
H A DImage.hs37 , cropBottom
288 crop w h i = cropBottom h (cropRight w i)
293 cropBottom :: Int -> Image -> Image
294 cropBottom 0 _ = EmptyImage function
295 cropBottom h inI function
380 LT -> cropBottom h i
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/
H A DImage.hs37 , cropBottom
288 crop w h i = cropBottom h (cropRight w i)
293 cropBottom :: Int -> Image -> Image
294 cropBottom 0 _ = EmptyImage function
295 cropBottom h inI function
380 LT -> cropBottom h i
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/macOS/
H A DTGRTCMTLRenderer.mm79 float cropBottom = 1;
85 float values[16] = {-1.0, -1.0, cropLeft, cropBottom,
86 1.0, -1.0, cropRight, cropBottom,
92 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
94 -1.0, 1.0, cropLeft, cropBottom,
101 -1.0, 1.0, cropRight, cropBottom,
102 1.0, 1.0, cropLeft, cropBottom};
107 1.0, -1.0, cropLeft, cropBottom,
109 1.0, 1.0, cropRight, cropBottom};
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/test/
H A DVerifyCropSpanGeneration.hs52 cropBottomOutputRows = heightCropOutputColumns cropBottom
71 iT = cropBottom (imageHeight i `div` 2) i
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/test/
H A DVerifyCropSpanGeneration.hs52 cropBottomOutputRows = heightCropOutputColumns cropBottom
71 iT = cropBottom (imageHeight i `div` 2) i
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/test/
H A DVerifyCropSpanGeneration.hs52 cropBottomOutputRows = heightCropOutputColumns cropBottom
71 iT = cropBottom (imageHeight i `div` 2) i
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/test/
H A DVerifyCropSpanGeneration.hs52 cropBottomOutputRows = heightCropOutputColumns cropBottom
71 iT = cropBottom (imageHeight i `div` 2) i
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go239 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
240 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
262 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go239 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
240 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
262 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPicture+UIAdditions.m69 … @"displayWidth", @"width", @"height",@"anamorphicMode", @"cropTop", @"cropBottom", @"cropLeft", @…
187 …if (self.cropMode != HBPictureCropModeNone && (self.cropTop && self.cropBottom && self.cropLeft &&…
191 self.cropTop, self.cropBottom, self.cropLeft, self.cropRight];
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationShppict.java157 private Integer cropBottom = new Integer(0); field in RtfDestinationShppict
472 this.cropBottom = ctrlWordData.toInteger(); in handleControlWord()
599 this.cropBottom = ctrlWordData.toInteger(); in handleControlWord()
674 this.cropBottom = new Integer(0); in setToDefaults()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
246 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
268 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
276 if cropBottom != nil {
277 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
235 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
258 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
235 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
258 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
235 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
258 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
246 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
268 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
276 if cropBottom != nil {
277 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
246 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
268 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
276 if cropBottom != nil {
277 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
246 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
269 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
277 if cropBottom != nil {
278 queryParameters["cab"] = autorest.Encode("query", *cropBottom)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
235 … acceptLanguage, contentType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropR…
258 …, userAgent string, clientID string, clientIP string, location string, cropBottom *float64, cropLe…
266 if cropBottom != nil {
267 queryParameters["cab"] = autorest.Encode("query", *cropBottom)

1234