Home
last modified time | relevance | path

Searched refs:acbox (Results 1 – 14 of 14) 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.c479 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
484 if ( outline && acbox ) in FT_Outline_Get_CBox()
517 acbox->xMin = xMin; in FT_Outline_Get_CBox()
518 acbox->xMax = xMax; in FT_Outline_Get_CBox()
519 acbox->yMin = yMin; in FT_Outline_Get_CBox()
520 acbox->yMax = yMax; in FT_Outline_Get_CBox()
/external/pdfium/third_party/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dftglyph.h409 FT_BBox *acbox );
Dftoutln.h248 FT_BBox *acbox );
/external/freetype/include/freetype/
Dftglyph.h409 FT_BBox *acbox );
Dftoutln.h256 FT_BBox *acbox );
/external/pdfium/third_party/freetype/include/freetype/
Dftglyph.h409 FT_BBox *acbox );
Dftoutln.h248 FT_BBox *acbox );
/external/pdfium/core/include/fxge/
Dfx_freetype.h167 #define FXFT_Glyph_Get_CBox(glyph, bbox_mode, acbox) \ argument
168 FT_Glyph_Get_CBox(glyph, bbox_mode, acbox)
/external/freetype/src/smooth/
Dftgrays.c1661 FT_BBox *acbox ) in FT_Outline_Get_CBox() argument
1666 if ( outline && acbox ) in FT_Outline_Get_CBox()
1699 acbox->xMin = xMin; in FT_Outline_Get_CBox()
1700 acbox->xMax = xMax; in FT_Outline_Get_CBox()
1701 acbox->yMin = yMin; in FT_Outline_Get_CBox()
1702 acbox->yMax = yMax; in FT_Outline_Get_CBox()