Home
last modified time | relevance | path

Searched refs:maskType (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/
H A DMlibMedianFilterOpImage.java34 protected int maskType; field in MlibMedianFilterOpImage
55 MedianFilterShape maskType, in MlibMedianFilterOpImage() argument
66 this.maskType = mapToMlibMaskType(maskType); in MlibMedianFilterOpImage()
70 private static int mapToMlibMaskType(MedianFilterShape maskType) { in mapToMlibMaskType() argument
71 if(maskType.equals(MedianFilterDescriptor.MEDIAN_MASK_SQUARE)) { in mapToMlibMaskType()
120 maskType, in computeRect()
127 maskType, in computeRect()
134 maskType, in computeRect()
143 maskType, in computeRect()
154 maskType, in computeRect()
[all …]
H A DMlibMaxFilterOpImage.java35 protected int maskType; //XXX using media lib's type for MEDIAN operator!! field in MlibMaxFilterOpImage
56 MaxFilterShape maskType, in MlibMaxFilterOpImage() argument
67 this.maskType = mapToMlibMaskType(maskType); in MlibMaxFilterOpImage()
71 private static int mapToMlibMaskType(MaxFilterShape maskType) { in mapToMlibMaskType() argument
72 if(maskType.equals(MaxFilterDescriptor.MAX_MASK_SQUARE)) { in mapToMlibMaskType()
74 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_PLUS)) { in mapToMlibMaskType()
76 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_X)) { in mapToMlibMaskType()
78 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_SQUARE_SEPARABLE)) { in mapToMlibMaskType()
H A DMlibMinFilterOpImage.java34 protected int maskType; //XXX using mediaLib's type for MEDIAN operator!! field in MlibMinFilterOpImage
55 MinFilterShape maskType, in MlibMinFilterOpImage() argument
70 private static int mapToMlibMaskType(MinFilterShape maskType) { in mapToMlibMaskType() argument
71 if(maskType.equals(MinFilterDescriptor.MIN_MASK_SQUARE)) { in mapToMlibMaskType()
73 } else if(maskType.equals(MinFilterDescriptor.MIN_MASK_PLUS)) { in mapToMlibMaskType()
75 } else if(maskType.equals(MinFilterDescriptor.MIN_MASK_X)) { in mapToMlibMaskType()
77 } else if(maskType.equals( in mapToMlibMaskType()
H A DMlibMinFilterRIF.java53 MinFilterShape maskType = in create() local
58 if(maskType.equals(MinFilterDescriptor.MIN_MASK_SQUARE) && in create()
65 maskType, in create()
H A DMlibMaxFilterRIF.java53 MaxFilterShape maskType = in create() local
58 if(maskType.equals(MaxFilterDescriptor.MAX_MASK_SQUARE) && in create()
65 maskType, in create()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_symbol.cpp94 if ((maskType() == 1) || (maskType() == 2) || (maskType() == 4) || (maskType() == 5)) in DrawObj_Item()
96 if ((maskType() == 1) || (maskType() == 2)) in DrawObj_Item()
105 if ((maskType() == 1) || (maskType() == 4)) in DrawObj_Item()
110 else if ((maskType() == 3) || (maskType() == 6) || (maskType() == 7) || (maskType() == 8)) in DrawObj_Item()
119 if (maskType() == 3) in DrawObj_Item()
121 else if (maskType() == 6) in DrawObj_Item()
123 else if (maskType() == 7) in DrawObj_Item()
H A Dpageitem_group.cpp209 if ((maskType() == 1) || (maskType() == 2) || (maskType() == 4) || (maskType() == 5)) in DrawObj_Item()
211 if ((maskType() == 1) || (maskType() == 2)) in DrawObj_Item()
220 if ((maskType() == 1) || (maskType() == 4)) in DrawObj_Item()
225 else if ((maskType() == 3) || (maskType() == 6) || (maskType() == 7) || (maskType() == 8)) in DrawObj_Item()
234 if (maskType() == 3) in DrawObj_Item()
236 else if (maskType() == 6) in DrawObj_Item()
238 else if (maskType() == 7) in DrawObj_Item()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DIcon.c366 var-> maskType = type; in Icon_maskType()
502 var-> maskType = maskType; in Icon_create_empty_icon()
536 i-> maskType = var-> maskType; in Icon_dup()
581 int maskType; in Icon_combine() local
588 if ( maskType != imbpp1 && maskType != imbpp8) { in Icon_combine()
592 maskType = imbpp1; in Icon_combine()
621 int maskType = pget_i(maskType); in Icon_set() local
622 if ( maskType == var-> maskType ) pdelete( maskType ); in Icon_set()
631 pdelete( maskType); in Icon_set()
760 int autoMasking = var->autoMasking, maskType = var->maskType; in Icon_rotate() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrAtlasTextOp.h81 GrAtlasTextOp(MaskType maskType,
88 GrAtlasTextOp(MaskType maskType,
140 switch (this->maskType()) { in maskFormat()
157 return MaskType::kAliasedDistanceField == this->maskType() || in usesDistanceFields()
158 MaskType::kGrayscaleDistanceField == this->maskType() || in usesDistanceFields()
159 MaskType::kLCDDistanceField == this->maskType() || in usesDistanceFields()
160 MaskType::kLCDBGRDistanceField == this->maskType(); in usesDistanceFields()
164 return MaskType::kLCDCoverage == this->maskType() || in isLCD()
165 MaskType::kLCDDistanceField == this->maskType() || in isLCD()
166 MaskType::kLCDBGRDistanceField == this->maskType(); in isLCD()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMaxFilterRIF.java47 MaxFilterShape maskType = in create() local
52 if(maskType.equals(MaxFilterDescriptor.MAX_MASK_SQUARE)) { in create()
58 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_PLUS)) { in create()
64 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_X)) { in create()
70 } else if(maskType.equals(MaxFilterDescriptor.MAX_MASK_SQUARE_SEPARABLE)) { in create()
H A DMedianFilterRIF.java47 MedianFilterShape maskType = in create() local
52 if(maskType.equals(MedianFilterDescriptor.MEDIAN_MASK_SQUARE)) { in create()
58 } else if(maskType.equals(MedianFilterDescriptor.MEDIAN_MASK_PLUS)) { in create()
64 } else if(maskType.equals(MedianFilterDescriptor.MEDIAN_MASK_X)) { in create()
70 } else if(maskType.equals(MedianFilterDescriptor.MEDIAN_MASK_SQUARE_SEPARABLE)) { in create()
H A DMinFilterRIF.java47 MinFilterShape maskType = in create() local
52 if(maskType.equals(MinFilterDescriptor.MIN_MASK_SQUARE)) { in create()
58 } else if(maskType.equals(MinFilterDescriptor.MIN_MASK_PLUS)) { in create()
64 } else if(maskType.equals(MinFilterDescriptor.MIN_MASK_X)) { in create()
70 } else if(maskType.equals(MinFilterDescriptor.MIN_MASK_SQUARE_SEPARABLE)) { in create()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/SVProgressHUD/
H A DSVProgressHUD.h42 + (void)showWithMaskType:(SVProgressHUDMaskType)maskType;
44 + (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType;
48 …oid)showProgress:(float)progress status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType;
H A DSVProgressHUD.m59 maskType:(SVProgressHUDMaskType)hudMaskType;
133 [[self sharedView] showProgress:-1 status:nil maskType:maskType];
136 + (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType {
137 [[self sharedView] showProgress:-1 status:status maskType:maskType];
148 …d)showProgress:(float)progress status:(NSString *)status maskType:(SVProgressHUDMaskType)maskType {
149 [[self sharedView] showProgress:progress status:status maskType:maskType];
232 switch (self.maskType) {
525 self.maskType = hudMaskType;
547 if(self.maskType != SVProgressHUDMaskTypeNone) {
632 if(self.maskType != SVProgressHUDMaskTypeNone) {
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimMaskFilter.cpp723 ossimString maskType = type; in setMaskType() local
724 maskType.downcase(); in setMaskType()
726 if(maskType == "select") in setMaskType()
730 else if(maskType == "invert") in setMaskType()
738 else if(maskType == "binary") in setMaskType()
760 ossimString maskType; in getMaskTypeString() local
766 maskType = "select"; in getMaskTypeString()
771 maskType = "invert"; in getMaskTypeString()
776 maskType = "weighted"; in getMaskTypeString()
781 maskType = "binary"; in getMaskTypeString()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tgl/
H A Dtstencilcontrol.cpp93 void enableMask(MaskType maskType);
249 void TStencilControl::Imp::enableMask(MaskType maskType) { in enableMask() argument
256 assert(maskType == SHOW_INSIDE || maskType == SHOW_OUTSIDE); in enableMask()
258 if (maskType == SHOW_INSIDE) in enableMask()
336 void TStencilControl::enableMask(MaskType maskType) { in enableMask() argument
342 m_imp->enableMask(maskType); in enableMask()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGMaskFrame.cpp77 uint8_t maskType; in NS_IMPL_FRAMEARENA_HELPERS() local
79 maskType = StyleSVGReset()->mMaskType; in NS_IMPL_FRAMEARENA_HELPERS()
81 maskType = aParams.maskMode == NS_STYLE_MASK_MODE_LUMINANCE in NS_IMPL_FRAMEARENA_HELPERS()
87 if (maskType == NS_STYLE_MASK_TYPE_LUMINANCE) { in NS_IMPL_FRAMEARENA_HELPERS()
125 if (maskType == NS_STYLE_MASK_TYPE_LUMINANCE) { in NS_IMPL_FRAMEARENA_HELPERS()
128 maskType = NS_STYLE_COLOR_INTERPOLATION_LINEARRGB; in NS_IMPL_FRAMEARENA_HELPERS()
132 GetLuminanceType(maskType), aParams.opacity); in NS_IMPL_FRAMEARENA_HELPERS()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dtransparencypalette.cpp113 if (currentItem->maskType() == 0) in setCurrentItem()
115 …se if ((currentItem->maskType() == 1) || (currentItem->maskType() == 2) || (currentItem->maskType(… in setCurrentItem()
126 if ((currentItem->maskType() == 4) || (currentItem->maskType() == 5)) in setCurrentItem()
128 if ((currentItem->maskType() == 6) || (currentItem->maskType() == 7)) in setCurrentItem()
130 if ((currentItem->maskType() == 7) || (currentItem->maskType() == 8)) in setCurrentItem()
132 if ((currentItem->maskType() == 1) || (currentItem->maskType() == 4)) in setCurrentItem()
134 else if ((currentItem->maskType() == 2) || (currentItem->maskType() == 5)) in setCurrentItem()
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGLNew/
H A DvtkVolumeShaderComposer.h520 vtkVolumeMask* mask, int maskType) in ShadingIncrement() argument
554 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType) in ShadingIncrement()
974 int vtkNotUsed(maskType)) in BinaryMaskGlobalsFrag() argument
992 int maskType) in BinaryMaskIncrement() argument
995 maskType == vtkGPUVolumeRayCastMapper::LabelMapMaskType) in BinaryMaskIncrement()
1016 int maskType) in CompositeMaskGlobalsFrag() argument
1019 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType) in CompositeMaskGlobalsFrag()
1038 int maskType) in CompositeMaskIncrement() argument
1041 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType) in CompositeMaskIncrement()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGMaskFrame.cpp60 StyleMaskType maskType; in NS_IMPL_FRAMEARENA_HELPERS() local
62 maskType = StyleSVGReset()->mMaskType; in NS_IMPL_FRAMEARENA_HELPERS()
64 maskType = aParams.maskMode == StyleMaskMode::Luminance in NS_IMPL_FRAMEARENA_HELPERS()
70 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
103 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGMaskFrame.cpp59 StyleMaskType maskType; in NS_IMPL_FRAMEARENA_HELPERS() local
61 maskType = StyleSVGReset()->mMaskType; in NS_IMPL_FRAMEARENA_HELPERS()
63 maskType = aParams.maskMode == StyleMaskMode::Luminance in NS_IMPL_FRAMEARENA_HELPERS()
69 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
102 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGMaskFrame.cpp60 StyleMaskType maskType; in NS_IMPL_FRAMEARENA_HELPERS() local
62 maskType = StyleSVGReset()->mMaskType; in NS_IMPL_FRAMEARENA_HELPERS()
64 maskType = aParams.maskMode == StyleMaskMode::Luminance in NS_IMPL_FRAMEARENA_HELPERS()
70 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
103 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGMaskFrame.cpp56 StyleMaskType maskType; in NS_IMPL_FRAMEARENA_HELPERS() local
58 maskType = StyleSVGReset()->mMaskType; in NS_IMPL_FRAMEARENA_HELPERS()
60 maskType = aParams.maskMode == StyleMaskMode::Luminance in NS_IMPL_FRAMEARENA_HELPERS()
66 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
99 if (maskType == StyleMaskType::Luminance) { in NS_IMPL_FRAMEARENA_HELPERS()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/utils/
H A DMaskUtil.as54 mask:DisplayObject, maskType:String,
57 if (!mask || maskType != MaskType.LUMINOSITY || mask.filters.length == 0)
127 maskType:String,
135 if (maskType == MaskType.CLIP)
141 else if (maskType == MaskType.ALPHA)
146 else if (maskType == MaskType.LUMINOSITY)
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeShaderComposer.h862 vtkVolumeMask* mask, int maskType,
957 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType)
981 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType)
1458 int vtkNotUsed(maskType)) in BinaryMaskGlobalsFrag() argument
1476 int maskType) in BinaryMaskIncrement() argument
1479 maskType == vtkGPUVolumeRayCastMapper::LabelMapMaskType) in BinaryMaskIncrement()
1501 int maskType) in CompositeMaskGlobalsFrag() argument
1504 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType) in CompositeMaskGlobalsFrag()
1524 int maskType) in CompositeMaskIncrement() argument
1527 maskType != vtkGPUVolumeRayCastMapper::LabelMapMaskType) in CompositeMaskIncrement()

12345678910>>...16