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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/
H A Dftfuzzer.cc183 FT_Int32 load_flags = FT_LOAD_DEFAULT; local
255 FT_Int32 flags = load_flags;
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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.cc58 * pass NO_HINTING as load_flags. Would be much better to use NO_SCALE, and scale
72 int load_flags; member in struct:hb_ft_font_t
87 ft_font->load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING;
104 * @load_flags:
111 hb_ft_font_set_load_flags (hb_font_t *font, int load_flags) argument
121 ft_font->load_flags = load_flags;
141 return ft_font->load_flags;
201 if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags, &v)))
219 if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags | FT_LOAD_VERTICAL_LAYOU
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
H A Dftrandom.c151 int load_flags = FT_LOAD_DEFAULT; local
156 load_flags = FT_LOAD_NO_BITMAP;
159 load_flags |= FT_LOAD_NO_HINTING;
168 if ( !FT_Load_Glyph( face, gid, load_flags ) )
172 FT_Load_Glyph( face, gid, load_flags );
/external/freetype/src/truetype/
H A Dttgload.c411 if ( IS_HINTED( load->load_flags ) )
902 if ( IS_HINTED( loader->load_flags ) )
935 if ( IS_HINTED( loader->load_flags ) )
942 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
965 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
989 if ( IS_HINTED( loader->load_flags ) )
1124 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1458 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1616 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1840 if ( ( loader->load_flags
2233 tt_loader_init( TT_Loader loader, TT_Size size, TT_GlyphSlot glyph, FT_Int32 load_flags, FT_Bool glyf_table_only ) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
H A Dttgload.c411 if ( IS_HINTED( load->load_flags ) )
890 if ( IS_HINTED( loader->load_flags ) )
923 if ( IS_HINTED( loader->load_flags ) )
930 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
953 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
977 if ( IS_HINTED( loader->load_flags ) )
1112 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1425 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1583 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1794 if ( ( loader->load_flags
2179 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.c410 if ( IS_HINTED( load->load_flags ) )
888 if ( IS_HINTED( loader->load_flags ) )
921 if ( IS_HINTED( loader->load_flags ) )
928 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 ||
951 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
975 if ( IS_HINTED( loader->load_flags ) )
1110 if ( !( loader->load_flags & FT_LOAD_NO_SCALE ) )
1418 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1576 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
1760 if ( ( loader->load_flags
2145 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.cpp1546 int load_flags = (m_Face->face_flags & FT_FACE_FLAG_SFNT) local
1549 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
1552 if (load_flags & FT_LOAD_NO_HINTING || load_flags & FT_LOAD_NO_SCALE) {
1556 load_flags |= FT_LOAD_NO_HINTING;
1557 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
1810 int load_flags = FXFT_LOAD_NO_BITMAP; local
1812 load_flags |= FT_LOAD_NO_HINTING;
1814 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
/external/freetype/include/freetype/internal/
H A Dtttypes.h1480 FT_ULong load_flags; member in struct:TT_LoaderRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
H A Dtttypes.h1480 FT_ULong load_flags; member in struct:TT_LoaderRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1480 FT_ULong load_flags; member in struct:TT_LoaderRec_

Completed in 493 milliseconds