Home
last modified time | relevance | path

Searched defs:border (Results 1 – 22 of 22) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.h37 real border; // border size variable
DGeometry.h51 inline void clipToSegment(int &x, int width, int border) in clipToSegment()
60 inline bool inSegment(int x, int width, int border) in inSegment()
DPyramid.cpp28 real width, real height, real border) in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
DImageUtils.h145 unsigned short border; member
DImageUtils.cpp333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
DPyramid.h37 real border; // border size variable
DGeometry.h51 inline void clipToSegment(int &x, int width, int border) in clipToSegment()
60 inline bool inSegment(int x, int width, int border) in inSegment()
DImageUtils.h145 unsigned short border; member
DPyramid.cpp28 real width, real height, real border) in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
DImageUtils.cpp333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DPyramid.h37 real border; // border size variable
DGeometry.h51 inline void clipToSegment(int &x, int width, int border) in clipToSegment()
60 inline bool inSegment(int x, int width, int border) in inSegment()
DImageUtils.h145 unsigned short border; member
DPyramid.cpp28 real width, real height, real border) in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
DImageUtils.cpp333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterImageBorderRepresentation.java63 … FilterImageBorderRepresentation border = (FilterImageBorderRepresentation) representation; in equals() local
DImageFilterParametricBorder.java45 Path border = new Path(); in applyHelper() local
DFilterColorBorderRepresentation.java71 … FilterColorBorderRepresentation border = (FilterColorBorderRepresentation) representation; in equals() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DSelectionRenderer.java33 int stroke, Paint selectPaint, int border, Paint borderPaint) { in drawSelection()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java121 int border = 0; in drawCenteredImage() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
DImagePreset.java570 State border = new State(mBorder.getName()); in fillImageStateAdapter() local
/packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
DGLStub.java121 int border, in glCompressedTexImage2D()
146 int border in glCopyTexImage2D()
684 int border, in glTexImage2D()