HomeSort by relevance Sort by last modified time
    Searched refs:xMax (Results 1 - 25 of 29) sorted by null

1 2

  /external/freetype/src/base/
ftbbox.c 74 ( p->x < bbox.xMin || p->x > bbox.xMax )
175 &user->bbox.xMax );
547 &user->bbox.xMax );
592 abbox->xMin = abbox->xMax = 0;
602 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
614 if ( x > cbox.xMax ) cbox.xMax = x;
623 if ( x > bbox.xMax ) bbox.xMax = x
    [all...]
ftglyph.c 127 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
483 acbox->xMax = FT_PIX_CEIL( acbox->xMax );
493 acbox->xMax >>= 6;
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
472 xMax = 0;
481 xMin = xMax = vec->x;
492 if ( x > xMax ) xMax = x;
500 acbox->xMax = xMax;
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 56 s16p16 xMax; /* x max coordinate */
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/freetype/src/raster/
ftrend1.c 166 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
169 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
  /external/freetype/src/smooth/
ftsmooth.c 140 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
143 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
ftgrays.c     [all...]
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/freetype/include/freetype/
ftimage.h 98 /* xMax :: The horizontal maximum (right-most). */
119 FT_Pos xMax, yMax;
    [all...]
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 158 le_int16 xMax;
  /external/icu4c/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 604 bbox.xMax += dx;
610 bbox.xMax = (bbox.xMax + 63) & ~63;
613 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
918 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; local
970 mx->fXMax = xmax;
981 my->fXMax = xmax;
    [all...]
  /external/freetype/src/autofit/
afloader.c 405 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
408 slot->metrics.width = bbox.xMax - bbox.xMin;
  /external/freetype/src/truetype/
ttgload.c 334 loader->bbox.xMax = FT_NEXT_SHORT( p );
338 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin,
339 loader->bbox.xMax ));
    [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 137 BigEndianUShort xMax;
  /external/freetype/src/cff/
cffobjs.c 688 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16;
cffparse.c 518 bbox->xMax = FT_RoundFix( cff_parse_fixed( data++ ) );
  /external/freetype/src/sfnt/
sfobjs.c 961 root->bbox.xMax = face->header.xMax;
    [all...]
ttload.c 551 FT_FRAME_SHORT ( xMax ),
    [all...]
  /external/freetype/src/psaux/
afmparse.c 902 fi->FontBBox.xMax = shared_vals[2].u.f;
psobjs.c     [all...]

Completed in 423 milliseconds

1 2