/external/jpeg/ |
rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; 118 source->header.xmax = width-1;
|
wrrle.c | 189 header.xmax = cinfo->output_width - 1;
|
/external/icu4c/test/letest/ |
sfnt.h | 287 le_int16 xMax;
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
DCR.h | 56 s16p16 xMax; /* x max coordinate */
|
/external/qemu/android/skin/ |
argb.h | 265 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local 270 if (xmax > sx2) xmax = sx2; 274 ww = (unsigned)(xmax-xmin);
|
/external/opencv/cv/src/ |
cvimgwarp.cpp | 210 int cn, int xmax, \ 221 xmax *= cn; \ 250 for( dx = 0; dx < xmax; dx++ ) \ 420 int cn, int xmin, int xmax, \ 427 xmin *= cn; xmax *= cn; \ 486 for( ; dx < xmax; dx++ ) \ 806 int xmax = dsize.width, width = dsize.width*cn, buf_size; local 890 int xmin = dsize.width, xmax = -1; local [all...] |
/external/quake/quake/src/WinQuake/ |
gl_rmain.cpp | 1011 float xmin, xmax, ymin, ymax; local 1017 xmax = ymax * aspect; 1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); 1027 GLdouble xmin, xmax, ymin, ymax; local 1033 xmax = ymax * aspect; 1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); [all...] |
gl_warp.cpp | 410 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon10775 448 || pcx->xmax >= 320 461 count = (pcx->xmax+1) * (pcx->ymax+1); 466 pix = pcx_rgb + 4*y*(pcx->xmax+1);
|
screen.cpp | 531 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon10907 567 pcx->xmax = LittleShort((short)(width-1));
|
/external/libvpx/vp8/encoder/ |
ssim.c | 45 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local 57 for (x = xmin; x <= xmax; ++x)
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
SimpleFontDataMac.mm | 341 SInt16 xMax = static_cast<SInt16>(uxMax); 342 float diff = static_cast<float>(xMax - xMin);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 110 // clip with xmax
|
/external/quake/quake/src/QW/client/ |
gl_warp.c | 361 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon10414 399 || pcx->xmax >= 320 412 count = (pcx->xmax+1) * (pcx->ymax+1); 417 pix = pcx_rgb + 4*y*(pcx->xmax+1);
|
client.h | 496 unsigned short xmin,ymin,xmax,ymax; member in struct:__anon10371
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 505 GLfloat xmin, xmax, ymin, ymax; local 510 xmax = ymax * aspect; 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
|
/external/bison/src/ |
vcg.c | 72 g->xmax = G_XMAX; /* Not output. */ 683 if (g->xmax != G_XMAX) 684 fprintf (fout, "\txmax:\t%d\n", g->xmax);
|
/external/freetype/include/freetype/ |
tttables.h | 79 FT_Short xMax; 191 FT_Short xMax_Extent; /* xmax extents */ 317 FT_Short yMax_Extent; /* xmax or ymax extents */ [all...] |
/frameworks/base/opengl/tests/angeles/ |
demo.c | 505 GLfloat xmin, xmax, ymin, ymax; local 510 xmax = ymax * aspect; 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
|
/external/freetype/src/smooth/ |
ftgrays.c | [all...] |
/external/freetype/src/cff/ |
cffobjs.c | 733 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16; [all...] |
cffparse.c | 528 bbox->xMax = FT_RoundFix( cff_parse_fixed( data++ ) ); 535 bbox->xMax / 65536,
|
/external/freetype/src/sfnt/ |
sfobjs.c | [all...] |
/external/webp/src/enc/ |
filter.c | 247 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; local 252 for (x = xmin; x <= xmax; ++x) {
|
/external/freetype/src/truetype/ |
ttgload.c | 317 loader->bbox.xMax = FT_NEXT_SHORT( p ); 321 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin, 322 loader->bbox.xMax )); [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 1000 int xmin, xmax, ymin, ymax [all...] |