/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 28 real width, real height, real border) in allocatePyramidPacked() argument 30 real border2 = (real) (border << 1); in allocatePyramidPacked() 44 curr->border = border; in allocatePyramidPacked() 46 curr->ptr = y + border; in allocatePyramidPacked() 50 *y = position + border; in allocatePyramidPacked() 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage() argument 64 real border2 = (real) (border << 1); in allocateImage() 74 img->border = border; in allocateImage() 76 img->ptr = y + border; in allocateImage() 77 position += border; // Move position down to origin of real image in allocateImage() [all …]
|
D | Geometry.h | 51 inline void clipToSegment(int &x, int width, int border) in clipToSegment() argument 53 if(x < -border) in clipToSegment() 54 x = -border; in clipToSegment() 55 else if(x >= width+border) in clipToSegment() 56 x = width + border - 1; in clipToSegment() 60 inline bool inSegment(int x, int width, int border) in inSegment() argument 62 return (x >= -border && x < width + border - 1); in inSegment()
|
D | Pyramid.h | 37 real border; // border size variable 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border);
|
D | ImageUtils.cpp | 333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage() argument 374 yuv->Y.border = yuv->U.border = yuv->V.border = (unsigned short) 0; in allocateImage()
|
D | ImageUtils.h | 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0); 145 unsigned short border; member
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/ |
D | doxygenextra.css | 3 border: 1px solid #ddd; 5 border-radius: 3px; 35 border: 0px; 46 border-color: #ddd; 70 border-bottom: 1px solid #ddd; 92 border-bottom: 1px solid #eee; 121 border: 1px solid #ddd; 152 border: 1px solid #ddd; 157 border-radius: 3px; 190 border-top: 60px solid #2980b9;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
D | SelectionRenderer.java | 33 int stroke, Paint selectPaint, int border, Paint borderPaint) { in drawSelection() argument 39 top + stroke + border, borderPaint); in drawSelection() 40 canvas.drawRect(left + stroke, bottom - stroke - border, right - stroke, in drawSelection() 42 canvas.drawRect(left + stroke, top + stroke, left + stroke + border, in drawSelection() 44 canvas.drawRect(right - stroke - border, top + stroke, right - stroke, in drawSelection()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ImagePreset.java | 404 FilterRepresentation border = null; in addFilter() local 408 border = rep; in addFilter() 414 if (border != null) { in addFilter() 415 mFilters.add(border); in addFilter() 486 FilterRepresentation border = getFilterRepresentationForType( in applyBorder() local 488 if (border != null && mDoApplyGeometry) { in applyBorder() 489 bitmap = environment.applyRepresentation(border, bitmap); in applyBorder() 536 FilterRepresentation border = getFilterRepresentationForType( in applyBorder() local 538 if (border != null && mDoApplyGeometry) { in applyBorder() 546 environment.applyRepresentation(border, bitmapIn, out); in applyBorder()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterColorBorderRepresentation.java | 108 … FilterColorBorderRepresentation border = (FilterColorBorderRepresentation) representation; in equals() local 109 if (border.mParamColor.getValue() == mParamColor.getValue() in equals() 110 && border.mParamRadius.getValue() == mParamRadius.getValue() in equals() 111 && border.mParamSize.getValue() == mParamSize.getValue()) { in equals()
|
D | FilterImageBorderRepresentation.java | 67 … FilterImageBorderRepresentation border = (FilterImageBorderRepresentation) representation; in equals() local 68 if (border.mDrawableResource == mDrawableResource) { in equals()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |