Searched defs:border (Results 1 – 9 of 9) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.h | 37 real border; // border size variable
|
D | Geometry.h | 51 inline void clipToSegment(int &x, int width, int border) in clipToSegment() 60 inline bool inSegment(int x, int width, int border) in inSegment()
|
D | ImageUtils.h | 145 unsigned short border; member
|
D | Pyramid.cpp | 28 real width, real height, real border) in allocatePyramidPacked() 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
|
D | ImageUtils.cpp | 333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
D | SelectionRenderer.java | 33 int stroke, Paint selectPaint, int border, Paint borderPaint) { in drawSelection()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterImageBorderRepresentation.java | 67 … FilterImageBorderRepresentation border = (FilterImageBorderRepresentation) representation; in equals() local
|
D | FilterColorBorderRepresentation.java | 108 … FilterColorBorderRepresentation border = (FilterColorBorderRepresentation) representation; in equals() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ImagePreset.java | 404 FilterRepresentation border = null; in addFilter() local 486 FilterRepresentation border = getFilterRepresentationForType( in applyBorder() local 536 FilterRepresentation border = getFilterRepresentationForType( in applyBorder() local
|