Home
last modified time | relevance | path

Searched refs:cropSettings (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_CropNode.cpp31 NodeTwoXYs *cropSettings = (NodeTwoXYs *)node->storage; in convertToOperations() local
41 operation->setCropSettings(cropSettings); in convertToOperations()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4592 $cropSettings = isset($fileArray['crop.'])
4596 if (is_string($cropSettings)) {
4601 $jsonCropArea = $this->createCropAreaFromJsonString($cropSettings, $cropVariant);
4605 … if ($jsonCropArea->isEmpty() && preg_match('/^[0-9]+,[0-9]+,[0-9]+,[0-9]+$/', $cropSettings)) {
4606 $cropSettings = explode(',', $cropSettings);
4607 if (count($cropSettings) === 4) {
4610 ...$cropSettings
4624 * @param string $cropSettings
4628 protected function createCropAreaFromJsonString(string $cropSettings, string $cropVariant): Area argument
4630 return CropVariantCollection::create($cropSettings)->getCropArea($cropVariant);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4205 $cropSettings = isset($fileArray['crop.'])
4209 if (is_string($cropSettings)) {
4214 $jsonCropArea = $this->createCropAreaFromJsonString($cropSettings, $cropVariant);
4218 … if ($jsonCropArea->isEmpty() && preg_match('/^[0-9]+,[0-9]+,[0-9]+,[0-9]+$/', $cropSettings)) {
4219 $cropSettings = explode(',', $cropSettings);
4220 if (count($cropSettings) === 4) {
4223 ...$cropSettings
4237 * @param string $cropSettings
4241 protected function createCropAreaFromJsonString(string $cropSettings, string $cropVariant): Area argument
4243 return CropVariantCollection::create($cropSettings)->getCropArea($cropVariant);
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Encode/Factories/
H A DEncodeTaskFactory.cs459 …string cropSettings = string.Format("width={0}:height={1}:crop-top={2}:crop-bottom={3}:crop-left={… in CreateFilters()
460 …lpers.GenerateFilterSettingJson((int)hb_filter_ids.HB_FILTER_CROP_SCALE, null, null, cropSettings); in CreateFilters()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4873 $cropSettings = isset($fileArray['crop.'])
4877 if (is_string($cropSettings)) {
4882 $jsonCropArea = $this->createCropAreaFromJsonString($cropSettings, $cropVariant);
4886 … if ($jsonCropArea->isEmpty() && preg_match('/^[0-9]+,[0-9]+,[0-9]+,[0-9]+$/', $cropSettings)) {
4887 $cropSettings = explode(',', $cropSettings);
4888 if (count($cropSettings) === 4) {
4891 ...$cropSettings
4905 * @param string $cropSettings
4909 protected function createCropAreaFromJsonString(string $cropSettings, string $cropVariant): Area argument
4911 return CropVariantCollection::create($cropSettings)->getCropArea($cropVariant);