Home
last modified time | relevance | path

Searched refs:FT_Load_Glyph (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp154 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance()
168 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphPoint()
/external/freetype/
Dlibft2.map.txt7 FT_Load_Glyph; # vndk
DChangeLog68 (FT_Load_Glyph): ... here.
712 * src/base/ftobjs.c (FT_Load_Glyph): Set new fields.
1156 * src/base/ftobjs.c (FT_Load_Glyph): Fix signature of `pixel_modes'.
1166 * src/base/ftobjs.c (FT_Load_Glyph): Improve tracing.
2446 * src/base/ftobjs.c (FT_Load_Glyph): Relocate condition.
2506 [base] Improve tracing in FT_Load_Glyph, FT_*_Size.
2508 * src/base/ftobjs.c (FT_Load_Glyph): Tag tracing messages with
2541 * src/base/ftobjs.c (FT_Load_Glyph): Trace bitmap size.
2785 * src/base/ftobjs.c (FT_Load_Glyph): Preset the bitmap metrics when
DChangeLog.23134 * src/base/ftobjs.c (FT_Load_Glyph): Apply `standard' transformation
373 * src/base/ftobjs.c (FT_Load_Glyph), src/truetype/ttgload.c
2327 * src/base/ftobjs.c (FT_Load_Glyph): Alter check for permitted
3431 FT_Int32, to match with the flags for FT_Load_Glyph().
3637 * src/base/ftobjs.c (FT_Load_Glyph): Don't use autohinter for tricky
3654 * src/base/ftobjs.c (FT_Load_Glyph): Undo change 2008-12-05.
3674 * src/base/ftobjs.c (FT_Load_Glyph): Reject fonts with neither
4847 * src/base/ftobjs.c (FT_Load_Glyph): Call the auto-hinter without
4848 transformation since it recursively calls FT_Load_Glyph. This fixes
6985 Because FT_Load_Glyph expects CID values for CID-keyed fonts, the
[all …]
/external/harfbuzz_ng/src/
Dhb-ft.cc333 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_v_origin()
360 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_extents()
393 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_contour_point()
/external/freetype/src/base/
Dftadvanc.c161 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
Dftobjs.c766 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() function
1064 return FT_Load_Glyph( face, glyph_index, load_flags ); in FT_Load_Char()
4551 error = FT_Load_Glyph( face, glyph_index, load_flags ); in FT_Render_Glyph_Internal()
/external/freetype/src/tools/ftrandom/
Dftrandom.c185 if ( !FT_Load_Glyph( face, gid, load_flags ) ) in TestFace()
189 FT_Load_Glyph( face, gid, load_flags ); in TestFace()
/external/freetype/src/cache/
Dftcbasic.c141 error = FT_Load_Glyph( in ftc_basic_family_load_bitmap()
174 error = FT_Load_Glyph( face, in ftc_basic_family_load_glyph()
/external/freetype/src/gxvalid/
Dgxvprop.c90 error = FT_Load_Glyph( face, in gxv_prop_zero_advance_validate()
Dgxvcommn.c860 error = FT_Load_Glyph( face, in gxv_ctlPoint_validate()
/external/skia/docs/
Dundocumented.bmh49 FT_Load_Glyph
371 bit-field constant supplied to FT_Load_Glyph, which indicates that the vector
379 FT_LOAD_TARGET_LIGHT value supplied to FT_Load_Glyph. It chooses a
386 With FreeType, this supplies FT_LOAD_TARGET_NORMAL to FT_Load_Glyph,
/external/skqp/docs/
Dundocumented.bmh49 FT_Load_Glyph
371 bit-field constant supplied to FT_Load_Glyph, which indicates that the vector
379 FT_LOAD_TARGET_LIGHT value supplied to FT_Load_Glyph. It chooses a
386 With FreeType, this supplies FT_LOAD_TARGET_NORMAL to FT_Load_Glyph,
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp1113 if (FT_Load_Glyph(fFace, glyph_id, fLoadGlyphFlags) != 0) { in getCBoxForLetter()
1160 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), in generateMetrics()
1181 err = FT_Load_Glyph(fFace, layerGlyphIndex, in generateMetrics()
1313 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage()
1351 FT_Error err = FT_Load_Glyph(fFace, glyphID, flags); in generatePath()
1540 FT_Load_Glyph(fFace, gid, fLoadGlyphFlags); in emboldenIfNeeded()
DSkFontHost_FreeType_common.cpp752 FT_Error err = FT_Load_Glyph(face, glyphID, flags); in generateFacePath()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1113 if (FT_Load_Glyph(fFace, glyph_id, fLoadGlyphFlags) != 0) { in getCBoxForLetter()
1160 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), in generateMetrics()
1181 err = FT_Load_Glyph(fFace, layerGlyphIndex, in generateMetrics()
1313 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage()
1351 FT_Error err = FT_Load_Glyph(fFace, glyphID, flags); in generatePath()
1540 FT_Load_Glyph(fFace, gid, fLoadGlyphFlags); in emboldenIfNeeded()
DSkFontHost_FreeType_common.cpp752 FT_Error err = FT_Load_Glyph(face, glyphID, flags); in generateFacePath()
/external/pdfium/core/fxge/
Dfx_freetype.h87 FT_Load_Glyph(static_cast<FT_Face>(face), glyph_index, flags)
/external/freetype/include/freetype/
Dfreetype.h2917 FT_Load_Glyph( FT_Face face,
/external/freetype/src/autofit/
Dafloader.c351 error = FT_Load_Glyph( face, glyph_index, load_flags ); in af_loader_load_glyph()
Dafcjk.c164 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths()
411 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues()
Daflatin2.c93 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths()
240 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues()
Daflatin.c157 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths()
483 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues()
/external/freetype/docs/
DCHANGES778 Any calls to `FT_Load_Glyph' and similar API are safe and do not
2313 Also, using the FT_LOAD_TARGET_LIGHT flags within FT_Load_Glyph
3090 - The `load_flags' parameter of `FT_Load_Glyph' is now an FT_Int32
3132 `load_flag' parameter for FT_Load_Glyph.
3894 `FT_Load_Glyph' (thanks Ha Shao).
4131 FT_LOAD_MONOCHROME flag in FT_Load_Glyph/FT_Load_Char.
4275 FT_Load_Glyph or FT_Load_Char.
4295 * Support for transforms and direct rendering in FT_Load_Glyph:
4301 FT_Set_Transform. this transform is applied by FT_Load_Glyph
4314 - When using the new bit flag FT_LOAD_RENDER, the FT_Load_Glyph
[all …]
/external/ImageMagick/MagickCore/
Dannotate.c1194 ft_status=FT_Load_Glyph(face,(FT_UInt) (*grapheme)[i].index,flags); in ComplexTextLayout()
1583 ft_status=FT_Load_Glyph(face,glyph.id,flags); in RenderFreetype()

12