Home
last modified time | relevance | path

Searched refs:bbox_mode (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dfxft_ftglyph.c456 FT_UInt bbox_mode, in FT_Glyph_Get_CBox() argument
480 if ( bbox_mode == FT_GLYPH_BBOX_GRIDFIT || in FT_Glyph_Get_CBox()
481 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
490 if ( bbox_mode == FT_GLYPH_BBOX_TRUNCATE || in FT_Glyph_Get_CBox()
491 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
/external/freetype/src/base/
Dftglyph.c457 FT_UInt bbox_mode, in FT_Glyph_Get_CBox() argument
479 if ( bbox_mode == FT_GLYPH_BBOX_GRIDFIT || in FT_Glyph_Get_CBox()
480 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
489 if ( bbox_mode == FT_GLYPH_BBOX_TRUNCATE || in FT_Glyph_Get_CBox()
490 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
/external/chromium_org/third_party/freetype/src/base/
Dftglyph.c456 FT_UInt bbox_mode, in FT_Glyph_Get_CBox() argument
480 if ( bbox_mode == FT_GLYPH_BBOX_GRIDFIT || in FT_Glyph_Get_CBox()
481 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
490 if ( bbox_mode == FT_GLYPH_BBOX_TRUNCATE || in FT_Glyph_Get_CBox()
491 bbox_mode == FT_GLYPH_BBOX_PIXELS ) in FT_Glyph_Get_CBox()
/external/freetype/include/
Dftglyph.h422 FT_UInt bbox_mode,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
Dftglyph.h422 FT_UInt bbox_mode,
/external/pdfium/core/include/thirdparties/freetype/freetype/
Dftglyph.h422 FT_UInt bbox_mode,
/external/chromium_org/third_party/freetype/include/freetype/
Dftglyph.h422 FT_UInt bbox_mode,
/external/pdfium/core/include/fxge/
Dfx_freetype.h137 #define FXFT_Glyph_Get_CBox(glyph, bbox_mode, acbox) FT_Glyph_Get_CBox(glyph, bbox_mode, acbox) argument