Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftglyph.c458 FT_BBox *acbox ) in FT_Glyph_Get_CBox() argument
463 if ( !acbox ) in FT_Glyph_Get_CBox()
466 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
482 acbox->xMin = FT_PIX_FLOOR( acbox->xMin ); in FT_Glyph_Get_CBox()
483 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); in FT_Glyph_Get_CBox()
484 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
485 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
492 acbox->xMin >>= 6; in FT_Glyph_Get_CBox()
493 acbox->yMin >>= 6; in FT_Glyph_Get_CBox()
494 acbox->xMax >>= 6; in FT_Glyph_Get_CBox()
[all …]
A Dftoutln.c469 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
474 if ( outline && acbox ) in FT_Outline_Get_CBox()
507 acbox->xMin = xMin; in FT_Outline_Get_CBox()
508 acbox->xMax = xMax; in FT_Outline_Get_CBox()
509 acbox->yMin = yMin; in FT_Outline_Get_CBox()
510 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/AliOS-Things-master/components/freetype/include/
A Dftglyph.h423 FT_BBox *acbox );
A Dftoutln.h245 FT_BBox *acbox );

Completed in 13 milliseconds