Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 20 of 20) 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/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/Camera2/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/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/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/Camera2/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/apps/Camera/perftests/panorama/input/
Dtest_006.ppm4147 …BODC�ww���������������������oie������������������8'&0fOP7 gMP���������������sd^0),607
5618 …���������������������������������������������������푏�??6MMDWSD|xi��p`ZJvl]}sd��{�v�|u�}vzqpxpo���…
6580 …�}O��Y��t��~��������������������wZTCpm^����ķzwkuqb��{}zh��}�����v��t��}�{l�sdoI��u��l��^��p��s���…
6846 …��R��W��Y��]��������������Ĕ��SQF}{p��w}{qea[���������midqnholf[XRHD>IE?QB3�sd��h��T��L��F��J��I��_…
Dtest_003.ppm5143 …����������������׼�о����ؾ�ӽ�Ҽ�н����������ڮ��`��FxsF��H��?��A��B��M��L��?��H{sd���������������������…
5865 …�����������ŧ������v��x��{¥��͡�ڮ���ј�~�Д������֠ݹ���l�wI�{W��v����}izh[wfYsd^sd^ldbkbauok|vqwsk}xp�|…
6139 …vZpeFaV7bV7pdE�w`��q���������������������������vmbXI:A1";,;,I=#SH.YL7obM�sd��}����u�tfxgYxbSV?0…
Dtest_008.ppm4487 …#(��XHI�����������������ɡ��sd^sd^�����������ɆwsVFB���-M;4SA:���( ����uqif���zu-7…
6069 …nVobDdW8aO3eR6uhL�{_��z���������������������������~q_dWDOB(D7D8RF*`S>dWB�sd��s�����������������{…
Dtest_034.ppm184 …[Q,, --"//#00"611EACm]JtdDubFweEvdEvdEvdCtaCtaDubEsf>l_`}u���Q}sDpfCseCse?sd>qb:pgIvL��M��L��L��…
191 …VK**!..%11'44%845IDHpbLugCveBudCwdDxeDxeBvbEvdDubDqe=k^_~v���M{pCpfAteAte?sd=pa:pgF}tM��M��L��L��…
2958 …���������������������������������á| {��w��e�}d�|b�|d�|d�}g�|f�|h�{g�wh�sd�qb�o`ufZ_PDE<4-# …
Dtest_007.ppm6362 �����15/6FaIYtKn�Y|�W}�W}�p��}�ʊ�З�ݢ��������즺۟�Ԡ��������}sd{eOJ4iS&�~Q��YȲw��{��{��������������…
Dtest_011.ppm6716 …pEnEnCpM{X�"T�X� X� ^�&l�4`�'_�&_�(^�'X� X� ]�&_�(`�)b�,k�;In07ahL}sd]RC^OC`QERJ/VM3f�0a�,…
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1380519383, ...