Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftglyph.c490 FT_BBox *acbox ) in FT_Glyph_Get_CBox() argument
495 if ( !acbox ) in FT_Glyph_Get_CBox()
498 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
508 clazz->glyph_bbox( glyph, acbox ); in FT_Glyph_Get_CBox()
514 acbox->xMin = FT_PIX_FLOOR( acbox->xMin ); in FT_Glyph_Get_CBox()
515 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); in FT_Glyph_Get_CBox()
516 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
517 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
524 acbox->xMin >>= 6; in FT_Glyph_Get_CBox()
525 acbox->yMin >>= 6; in FT_Glyph_Get_CBox()
[all …]
Dftoutln.c480 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
485 if ( outline && acbox ) in FT_Outline_Get_CBox()
518 acbox->xMin = xMin; in FT_Outline_Get_CBox()
519 acbox->xMax = xMax; in FT_Outline_Get_CBox()
520 acbox->yMin = yMin; in FT_Outline_Get_CBox()
521 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/freetype/include/freetype/
Dftglyph.h467 FT_BBox *acbox );
Dftoutln.h265 FT_BBox *acbox );
/external/pdfium/core/fxge/
Dfx_freetype.h187 #define FXFT_Glyph_Get_CBox(glyph, bbox_mode, acbox) \ argument
188 FT_Glyph_Get_CBox(glyph, bbox_mode, acbox)
/external/freetype/src/raster/
Dftraster.c2946 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
2951 if ( outline && acbox ) in FT_Outline_Get_CBox()
2984 acbox->xMin = xMin; in FT_Outline_Get_CBox()
2985 acbox->xMax = xMax; in FT_Outline_Get_CBox()
2986 acbox->yMin = yMin; in FT_Outline_Get_CBox()
2987 acbox->yMax = yMax; in FT_Outline_Get_CBox()