HomeSort by relevance Sort by last modified time
    Searched full:xmax (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/skia/src/sfnt/
SkOTTable_glyf.h 71 SK_OT_FWORD xMax;
SkOTTable_head.h 80 SK_OT_SHORT xMax;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
param_ctor_func.pass.cpp 16 // param_type(size_t nw, double xmin, double xmax,
  /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;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 570 int16_t width = bbox.xMax - bbox.xMin;
607 face->bbox.xMax, face->bbox.yMin);
1438 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /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 421 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
424 slot->metrics.width = bbox.xMax - bbox.xMin;
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 302 opus_val32 xmax, ymax; local
324 xmax = celt_maxabs16(x_lp4, len>>2);
326 shift = celt_ilog2(MAX32(1, MAX32(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/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 117 BigEndianUShort xMax;
  /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;

Completed in 2274 milliseconds

1 2 34 5 6 7 8