Home
last modified time | relevance | path

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

/development/perftests/panorama/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()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java147 int internalformat, int width, int height, int border, in glCompressedTexImage2D()
161 int x, int y, int width, int height, int border) { in glCopyTexImage2D()
623 int width, int height, int border, int format, int type, in glTexImage2D()