Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftglyph.c462 FT_BBox *acbox ) in FT_Glyph_Get_CBox() argument
467 if ( !acbox ) in FT_Glyph_Get_CBox()
470 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; in FT_Glyph_Get_CBox()
480 clazz->glyph_bbox( glyph, acbox ); in FT_Glyph_Get_CBox()
486 acbox->xMin = FT_PIX_FLOOR( acbox->xMin ); in FT_Glyph_Get_CBox()
487 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); in FT_Glyph_Get_CBox()
488 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
489 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
496 acbox->xMin >>= 6; in FT_Glyph_Get_CBox()
497 acbox->yMin >>= 6; in FT_Glyph_Get_CBox()
[all …]
Dftoutln.c476 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
481 if ( outline && acbox ) in FT_Outline_Get_CBox()
514 acbox->xMin = xMin; in FT_Outline_Get_CBox()
515 acbox->xMax = xMax; in FT_Outline_Get_CBox()
516 acbox->yMin = yMin; in FT_Outline_Get_CBox()
517 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/pdfium/third_party/freetype/src/base/
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()
476 clazz->glyph_bbox( glyph, acbox ); 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()
[all …]
Dftoutln.c475 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
480 if ( outline && acbox ) in FT_Outline_Get_CBox()
513 acbox->xMin = xMin; in FT_Outline_Get_CBox()
514 acbox->xMax = xMax; in FT_Outline_Get_CBox()
515 acbox->yMin = yMin; in FT_Outline_Get_CBox()
516 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/freetype/include/freetype/
Dftglyph.h409 FT_BBox *acbox );
Dftoutln.h248 FT_BBox *acbox );
/external/pdfium/third_party/freetype/include/
Dftglyph.h409 FT_BBox *acbox );
Dftoutln.h248 FT_BBox *acbox );
/external/pdfium/core/include/fxge/
Dfx_freetype.h139 #define FXFT_Glyph_Get_CBox(glyph, bbox_mode, acbox) FT_Glyph_Get_CBox(glyph, bbox_mode, acbox) argument