Home | History | Annotate | Download | only in filters

Lines Matching defs:rep

73         FilterVignetteRepresentation rep = (FilterVignetteRepresentation) a;
74 mCenterX = rep.mCenterX;
75 mCenterY = rep.mCenterY;
76 mRadiusX = rep.mRadiusX;
77 mRadiusY = rep.mRadiusY;
78 mParamVignette.setValue(rep.mParamVignette.getValue());
79 mParamExposure.setValue(rep.mParamExposure.getValue());
80 mParamSaturation.setValue(rep.mParamSaturation.getValue());
81 mParamContrast.setValue(rep.mParamContrast.getValue());
82 mParamFalloff.setValue(rep.mParamFalloff.getValue());
168 FilterVignetteRepresentation rep = (FilterVignetteRepresentation) representation;
170 if (mAllParam[i].getValue() != rep.mAllParam[i].getValue())
173 if (rep.getCenterX() == getCenterX()
174 && rep.getCenterY() == getCenterY()
175 && rep.getRadiusX() == getRadiusX()
176 && rep.getRadiusY() == getRadiusY()) {