| /external/chromium_org/third_party/skia/src/ports/ |
| SkFontHost_FreeType.cpp | 550 int16_t width = bbox.xMax - bbox.xMin; 587 face->bbox.xMax, face->bbox.yMin); 1267 SkScalar xmax = SkIntToScalar(face->bbox.xMax) \/ upem; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_cb_bitmap.c | 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache 566 cache->xmax = -1000000; 644 assert(cache->xmin <= cache->xmax); 647 cache->xmax - cache->xmin, 737 if (x + width > cache->xmax) 738 cache->xmax = x + width;
|
| /external/mesa3d/src/mesa/state_tracker/ |
| st_cb_bitmap.c | 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache 566 cache->xmax = -1000000; 644 assert(cache->xmin <= cache->xmax); 647 cache->xmax - cache->xmin, 737 if (x + width > cache->xmax) 738 cache->xmax = x + width;
|
| /external/neven/FaceRecEm/common/src/b_FDSDK/ |
| DCR.c | 221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin ) 232 pRectA->xMax >> 16, 340 pRectA->xMax = ( rxL + doffL ) << 16; 342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) ); 346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; 356 pRectA->xMax += ( int32 )hdcrA->dcrE.offsE.xE << 16;
|
| DCR.h | 56 s16p16 xMax; /* x max coordinate */
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| image.c | 736 * specified by [xmin, xmax) and [ymin, ymax). 741 GLint xmax, GLint ymax, 752 if (*x + *width > xmax) 753 *width -= (*x + *width - xmax); 776 * Clip dst coords against Xmax (or Ymax).
|
| /external/mesa3d/src/mesa/main/ |
| image.c | 736 * specified by [xmin, xmax) and [ymin, ymax). 741 GLint xmax, GLint ymax, 752 if (*x + *width > xmax) 753 *width -= (*x + *width - xmax); 776 * Clip dst coords against Xmax (or Ymax).
|
| /external/chromium_org/third_party/freetype/include/freetype/ |
| ftglyph.h | 399 /* width = bbox.xMax - bbox.xMin; */ 410 /* bbox.xMax = CEILING(bbox.xMax); */ [all...] |
| /external/chromium_org/third_party/freetype/src/autofit/ |
| afloader.c | 415 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); 418 slot->metrics.width = bbox.xMax - bbox.xMin;
|
| /external/chromium_org/third_party/opus/src/celt/ |
| pitch.c | 183 opus_val16 xmax, ymax; local 205 xmax = celt_maxabs16(x_lp4, len>>2); 207 shift = celt_ilog2(MAX16(1, MAX16(xmax, ymax)))-11;
|
| /external/freetype/include/freetype/ |
| ftglyph.h | 399 /* width = bbox.xMax - bbox.xMin; */ 410 /* bbox.xMax = CEILING(bbox.xMax); */ [all...] |
| /external/freetype/src/autofit/ |
| afloader.c | 421 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); 424 slot->metrics.width = bbox.xMax - bbox.xMin;
|
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| s_span.c | 704 const GLint xmax = ctx->DrawBuffer->_Xmax; local 721 mask[i] &= (x[i] >= xmin) & (x[i] < xmax) 729 mask[i] = (x[i] >= xmin) & (x[i] < xmax) 743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) { 749 if (x + n > xmax) { 750 ASSERT(x < xmax); 751 n = span->end = xmax - x; 816 ASSERT(span->x + span->end <= xmax); [all...] |
| /external/jpeg/ |
| rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; 118 source->header.xmax = width-1;
|
| /external/mesa3d/src/mesa/swrast/ |
| s_span.c | 704 const GLint xmax = ctx->DrawBuffer->_Xmax; local 721 mask[i] &= (x[i] >= xmin) & (x[i] < xmax) 729 mask[i] = (x[i] >= xmin) & (x[i] < xmax) 743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) { 749 if (x + n > xmax) { 750 ASSERT(x < xmax); 751 n = span->end = xmax - x; 816 ASSERT(span->x + span->end <= xmax); [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; 118 source->header.xmax = width-1;
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-head-table.hh | 122 SHORT xMax; /* For all glyph bounding boxes. */
|
| /external/chromium_org/third_party/icu/source/test/letest/ |
| sfnt.h | 287 le_int16 xMax;
|
| /external/chromium_org/third_party/sqlite/src/ext/rtree/ |
| README | 37 CREATE VIRTUAL TABLE boxes USING rtree(boxno, xmin, xmax, ymin, ymax);
|
| /external/harfbuzz_ng/src/hb-icu-le/ |
| sfnt.h | 290 le_int16 xMax;
|
| /external/harfbuzz_ng/src/ |
| hb-ot-head-table.hh | 122 SHORT xMax; /* For all glyph bounding boxes. */
|
| /external/icu4c/test/letest/ |
| sfnt.h | 287 le_int16 xMax;
|
| /external/qemu/android/skin/ |
| argb.h | 267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local 272 if (xmax > sx2) xmax = sx2; 276 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/ |
| SimpleFontDataMac.mm | 282 SInt16 xMax = static_cast<SInt16>(uxMax); 283 float diff = static_cast<float>(xMax - xMin);
|