Searched defs:load_flags (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/cache/
H A Dftcbasic.c40 FT_UInt load_flags; member in struct:FTC_BasicAttrRec_
46 (a)->load_flags == (b)->load_flags )
49 ( FTC_SCALER_HASH( &(a)->scaler ) + 31 * (a)->load_flags )
144 (FT_Int)family->attrs.load_flags | FT_LOAD_RENDER );
176 (FT_Int)family->attrs.load_flags );
306 " higher bits in load_flags 0x%x are dropped\n",
312 query.attrs.load_flags = (FT_UInt)type->flags;
355 FT_ULong load_flags,
378 if ( load_flags > FT_UINT_MA
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ft.cc49 * - We don't handle any load_flags. That definitely has API implications. :(
50 * I believe hb_ft_font_create() should take load_flags input.
59 * load_flags API.
96 int load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING; local
99 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v)))
115 int load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING | FT_LOAD_VERTICAL_LAYOUT; local
118 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v)))
147 int load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING; local
149 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags)))
196 int load_flags local
218 int load_flags = FT_LOAD_DEFAULT; local
[all...]
/external/freetype/src/truetype/
H A Dttgload.c433 if ( IS_HINTED( load->load_flags ) )
913 if ( IS_HINTED( loader->load_flags ) )
946 if ( IS_HINTED( loader->load_flags ) )
953 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
976 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1000 if ( IS_HINTED( loader->load_flags ) )
1136 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1446 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1604 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1788 if ( ( loader->load_flags
2171 tt_loader_init( TT_Loader loader, TT_Size size, TT_GlyphSlot glyph, FT_Int32 load_flags, FT_Bool glyf_table_only ) argument
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c429 if ( IS_HINTED( load->load_flags ) )
810 debug = FT_BOOL( !( loader->load_flags & FT_LOAD_NO_SCALE ) &&
909 if ( IS_HINTED( loader->load_flags ) )
942 if ( IS_HINTED( loader->load_flags ) )
949 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
972 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
996 if ( IS_HINTED( loader->load_flags ) )
1132 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1441 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1577 if ( ( loader->load_flags
2083 tt_loader_init( TT_Loader loader, TT_Size size, TT_GlyphSlot glyph, FT_Int32 load_flags, FT_Bool glyf_table_only ) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1316 int load_flags = (m_Face->face_flags & FT_FACE_FLAG_SFNT) ? FXFT_LOAD_NO_BITMAP : (FXFT_LOAD_NO_BITMAP | FT_LOAD_NO_HINTING); local
1317 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
1320 if (load_flags & FT_LOAD_NO_HINTING || load_flags & FT_LOAD_NO_SCALE) {
1324 load_flags |= FT_LOAD_NO_HINTING;
1325 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
1625 int load_flags = (m_Face->face_flags & FT_FACE_FLAG_SFNT) ? FXFT_LOAD_NO_BITMAP : FXFT_LOAD_NO_BITMAP | FT_LOAD_NO_HINTING; local
1626 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
/external/freetype/include/internal/
H A Dtttypes.h1468 FT_ULong load_flags; member in struct:TT_LoaderRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1470 FT_ULong load_flags; member in struct:TT_LoaderRec_

Completed in 343 milliseconds