Home
last modified time | relevance | path

Searched refs:cropRight (Results 1 – 25 of 80) sorted by relevance

1234

/dports/misc/usd/USD-21.11/pxr/imaging/hio/
H A DstbImage.cpp102 int const cropRight,
116 bool _IsValidCrop(int cropTop, int cropBottom, int cropLeft, int cropRight);
121 int const cropRight,
148 const int cropImageWidth = _width - (cropLeft + cropRight); in _IsValidCrop()
153 cropRight >= 0 && in _IsValidCrop()
195 int const cropRight, in _CropAndResize() argument
199 if (!TF_VERIFY(_IsValidCrop(cropTop, cropBottom, cropLeft, cropRight), in _CropAndResize()
205 const int cropWidth = _width - cropRight - cropLeft; in _CropAndResize()
424 int const cropRight, 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.mm47 float cropRight = (cropX + cropWidth) / (float)frameWidth;
56 1.0, -1.0, cropRight, cropBottom,
58 1.0, 1.0, cropRight, cropTop};
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
63 1.0, -1.0, cropRight, cropTop,
69 float values[16] = {-1.0, -1.0, cropRight, cropTop,
71 -1.0, 1.0, cropRight, cropBottom,
78 -1.0, 1.0, cropRight, cropTop,
79 1.0, 1.0, cropRight, cropBottom};
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/renderer/metal/
H A DRTCMTLRenderer.mm47 float cropRight = (cropX + cropWidth) / (float)frameWidth;
56 1.0, -1.0, cropRight, cropBottom,
58 1.0, 1.0, cropRight, cropTop};
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
63 1.0, -1.0, cropRight, cropTop,
69 float values[16] = {-1.0, -1.0, cropRight, cropTop,
71 -1.0, 1.0, cropRight, cropBottom,
78 -1.0, 1.0, cropRight, cropTop,
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.mm47 float cropRight = (cropX + cropWidth) / (float)frameWidth;
56 1.0, -1.0, cropRight, cropBottom,
58 1.0, 1.0, cropRight, cropTop};
62 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
63 1.0, -1.0, cropRight, cropTop,
69 float values[16] = {-1.0, -1.0, cropRight, cropTop,
71 -1.0, 1.0, cropRight, cropBottom,
78 -1.0, 1.0, cropRight, cropTop,
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.hs34 , cropRight
287 crop w h i = cropBottom h (cropRight w i)
309 cropRight :: Int -> Image -> Image
310 cropRight 0 _ = EmptyImage function
311 cropRight w inI function
371 LT -> cropRight w i
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs34 , cropRight
287 crop w h i = cropBottom h (cropRight w i)
309 cropRight :: Int -> Image -> Image
310 cropRight 0 _ = EmptyImage function
311 cropRight w inI function
371 LT -> cropRight w i
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/
H A DImage.hs35 , cropRight
288 crop w h i = cropBottom h (cropRight w i)
310 cropRight :: Int -> Image -> Image
311 cropRight 0 _ = EmptyImage function
312 cropRight w inI function
372 LT -> cropRight w i
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/
H A DImage.hs35 , cropRight
288 crop w h i = cropBottom h (cropRight w i)
310 cropRight :: Int -> Image -> Image
311 cropRight 0 _ = EmptyImage function
312 cropRight w inI function
372 LT -> cropRight w i
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/macOS/
H A DTGRTCMTLRenderer.mm77 float cropRight = 1;
86 1.0, -1.0, cropRight, cropBottom,
88 1.0, 1.0, cropRight, cropTop};
92 float values[16] = {-1.0, -1.0, cropRight, cropBottom,
93 1.0, -1.0, cropRight, cropTop,
99 float values[16] = {-1.0, -1.0, cropRight, cropTop,
101 -1.0, 1.0, cropRight, cropBottom,
108 -1.0, 1.0, cropRight, cropTop,
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.hs43 cropRightOutputColumns = widthCropOutputColumns cropRight
61 iL = cropRight (imageWidth i `div` 2) i
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/test/
H A DVerifyCropSpanGeneration.hs43 cropRightOutputColumns = widthCropOutputColumns cropRight
61 iL = cropRight (imageWidth i `div` 2) i
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/test/
H A DVerifyCropSpanGeneration.hs43 cropRightOutputColumns = widthCropOutputColumns cropRight
61 iL = cropRight (imageWidth i `div` 2) i
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/test/
H A DVerifyCropSpanGeneration.hs43 cropRightOutputColumns = widthCropOutputColumns cropRight
61 iL = cropRight (imageWidth 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 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
240 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
262 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)
/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 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
240 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
262 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPicture+UIAdditions.m69 … @"width", @"height",@"anamorphicMode", @"cropTop", @"cropBottom", @"cropLeft", @"cropRight", nil];
187 …e != HBPictureCropModeNone && (self.cropTop && self.cropBottom && self.cropLeft && self.cropRight))
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.java163 private Integer cropRight = new Integer(0); field in RtfDestinationShppict
478 this.cropRight = ctrlWordData.toInteger(); in handleControlWord()
607 this.cropRight = ctrlWordData.toInteger(); in handleControlWord()
676 this.cropRight = 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 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
246 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
268 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
282 if cropRight != nil {
283 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
235 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
258 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
235 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
258 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
235 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
258 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)
/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 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
246 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
268 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
282 if cropRight != nil {
283 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
246 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
268 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
282 if cropRight != nil {
283 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go235 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
246 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
269 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
283 if cropRight != nil {
284 queryParameters["car"] = autorest.Encode("query", *cropRight)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch/
H A Dimages.go224 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
235 …entType, userAgent, clientID, clientIP, location, cropBottom, cropLeft, cropRight, cropTop, cropTy…
258 …ientIP string, location string, cropBottom *float64, cropLeft *float64, cropRight *float64, cropTo…
272 if cropRight != nil {
273 queryParameters["car"] = autorest.Encode("query", *cropRight)

1234