Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftglyph.c455 FT_BBox *acbox ) in FT_Glyph_Get_CBox() argument
460 if ( !acbox ) in FT_Glyph_Get_CBox()
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
475 clazz->glyph_bbox( glyph, acbox ); in FT_Glyph_Get_CBox()
481 acbox->xMin = FT_PIX_FLOOR( acbox->xMin ); in FT_Glyph_Get_CBox()
482 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); in FT_Glyph_Get_CBox()
483 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
484 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
491 acbox->xMin >>= 6; in FT_Glyph_Get_CBox()
492 acbox->yMin >>= 6; in FT_Glyph_Get_CBox()
[all …]
Dftoutln.c461 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
466 if ( outline && acbox ) in FT_Outline_Get_CBox()
499 acbox->xMin = xMin; in FT_Outline_Get_CBox()
500 acbox->xMax = xMax; in FT_Outline_Get_CBox()
501 acbox->yMin = yMin; in FT_Outline_Get_CBox()
502 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/freetype/include/freetype/
Dftglyph.h423 FT_BBox *acbox );
Dftoutln.h235 FT_BBox *acbox );