Searched defs:border (Results 1 – 6 of 6) sorted by relevance
/development/perftests/panorama/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()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 147 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()
|