Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java91 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, in paint() argument
109 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, in paint() argument
111 if (sd == null) { in paint()
114 if (sd.mPath == null) { in paint()
126 paint.setColor(sd.mColor); in paint()
127 paint.setStrokeWidth(toScrMatrix.mapRadius(sd.mRadius)); in paint()
131 mCacheTransPath.addPath(sd.mPath, toScrMatrix); in paint()
158 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, in paint() argument
161 if (sd == null || sd.mPath == null) { in paint()
168 mCacheTransPath.addPath(sd.mPath, toScrMatrix); in paint()
[all …]
DFilterDrawRepresentation.java114 StrokeData sd = (StrokeData) o; in equals() local
115 if (mType != sd.mType in equals()
116 || mRadius != sd.mRadius in equals()
117 || noPoints != sd.noPoints in equals()
118 || mColor != sd.mColor) { in equals()
121 return mPath.equals(sd.mPath); in equals()
271 public void fillStrokeParameters(StrokeData sd){ in fillStrokeParameters() argument
275 sd.mColor = color; in fillStrokeParameters()
276 sd.mRadius = size; in fillStrokeParameters()
277 sd.mType = type; in fillStrokeParameters()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DColorChooser.java71 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in setUp() local
72 sd.setColor(palette[i]); in setUp()
73 sd.setStroke(3, (mSelectedButton == i) ? mSelected : mTransparent); in setUp()
102 GradientDrawable sd = ((GradientDrawable) mButton[i].getBackground()); in setColorSet() local
103 sd.setColor(palette[i]); in setColorSet()
116 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
117 sd.setColor(palette[i]); in resetBorders()
118 sd.setStroke(3, (mSelectedButton == i) ? mSelected : mTransparent); in resetBorders()
152 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in changeSelectedColor() local
153 sd.setColor(c); in changeSelectedColor()
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_metrics.h122 double sd; in db_SquaredReprojectionErrorHomography() local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredReprojectionErrorHomography()
130 return(sd); in db_SquaredReprojectionErrorHomography()
136 double sd; in db_SquaredInhomogenousHomographyError() local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredInhomogenousHomographyError()
144 return(sd); in db_SquaredInhomogenousHomographyError()
156 double sd; in db_ExpCauchyInhomogenousHomographyError() local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x); in db_ExpCauchyInhomogenousHomographyError()
158 return(1.0+sd*one_over_scale2); in db_ExpCauchyInhomogenousHomographyError()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_metrics.h122 double sd; in db_SquaredReprojectionErrorHomography() local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredReprojectionErrorHomography()
130 return(sd); in db_SquaredReprojectionErrorHomography()
136 double sd; in db_SquaredInhomogenousHomographyError() local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredInhomogenousHomographyError()
144 return(sd); in db_SquaredInhomogenousHomographyError()
156 double sd; in db_ExpCauchyInhomogenousHomographyError() local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x); in db_ExpCauchyInhomogenousHomographyError()
158 return(1.0+sd*one_over_scale2); in db_ExpCauchyInhomogenousHomographyError()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorColorBorderTabletUI.java175 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); in setupColor() local
176 sd.setColor(mBasColors[i]); in setupColor()
177 sd.setStroke(3, (0 == i) ? mSelected : mTransparent); in setupColor()
229 GradientDrawable sd = ((GradientDrawable) b.getBackground()); in setupColor()
230 sd.setColor(color); in setupColor()
250 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
251 sd.setColor(mBasColors[i]); in resetBorders()
252 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent); in resetBorders()
DEditorDrawTabletUI.java181 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); in EditorDrawTabletUI() local
183 sd.setColor(mBasColors[i]); in EditorDrawTabletUI()
184 sd.setStroke(3, (0 == i) ? mSelected : mTransparent); in EditorDrawTabletUI()
240 GradientDrawable sd = ((GradientDrawable) b.getBackground()); in EditorDrawTabletUI()
241 sd.setColor(color); in EditorDrawTabletUI()
273 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
274 sd.setColor(mBasColors[i]); in resetBorders()
275 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent); in resetBorders()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h555 double sd; in SquaredInhomogenousHomographyError() local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult); in SquaredInhomogenousHomographyError()
563 return(sd); in SquaredInhomogenousHomographyError()
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Ddbreg.h555 double sd; in SquaredInhomogenousHomographyError() local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult); in SquaredInhomogenousHomographyError()
563 return(sd); in SquaredInhomogenousHomographyError()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorGridDialog.java51 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in ColorGridDialog() local
59 sd.setColor(c); in ColorGridDialog()
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...