Home
last modified time | relevance | path

Searched refs:acbox (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/base/
Dftglyph.c491 FT_BBox *acbox ) in FT_Glyph_Get_CBox() argument
496 if ( !acbox ) in FT_Glyph_Get_CBox()
499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
509 clazz->glyph_bbox( glyph, acbox ); in FT_Glyph_Get_CBox()
515 acbox->xMin = FT_PIX_FLOOR( acbox->xMin ); in FT_Glyph_Get_CBox()
516 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); in FT_Glyph_Get_CBox()
517 acbox->xMax = FT_PIX_CEIL_LONG( acbox->xMax ); in FT_Glyph_Get_CBox()
518 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
525 acbox->xMin >>= 6; in FT_Glyph_Get_CBox()
526 acbox->yMin >>= 6; in FT_Glyph_Get_CBox()
[all …]
Dftoutln.c458 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
463 if ( outline && acbox ) in FT_Outline_Get_CBox()
496 acbox->xMin = xMin; in FT_Outline_Get_CBox()
497 acbox->xMax = xMax; in FT_Outline_Get_CBox()
498 acbox->yMin = yMin; in FT_Outline_Get_CBox()
499 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/freetype/include/freetype/
Dftoutln.h248 FT_BBox *acbox );
Dftglyph.h464 FT_BBox *acbox );
/external/freetype/src/raster/
Dftraster.c2978 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
2983 if ( outline && acbox ) in FT_Outline_Get_CBox()
3016 acbox->xMin = xMin; in FT_Outline_Get_CBox()
3017 acbox->xMax = xMax; in FT_Outline_Get_CBox()
3018 acbox->yMin = yMin; in FT_Outline_Get_CBox()
3019 acbox->yMax = yMax; in FT_Outline_Get_CBox()