Searched refs:FT_Get_Char_Index (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
H A Dharfbuzz-freetype.c27 glyphs[j++] = FT_Get_Char_Index(face, cp);
59 if (FT_Get_Char_Index(face, cp) == 0)
/external/freetype/src/autofit/
H A Dhbshim.c272 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch );
436 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode );
535 *codepoint = FT_Get_Char_Index( face, charcode );
H A Dafglobal.c191 gindex = FT_Get_Char_Index( face, charcode );
234 FT_UInt gindex = FT_Get_Char_Index( face, i );
H A Daflatin2.c79 glyph_index = FT_Get_Char_Index(
228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
445 glyph_index = FT_Get_Char_Index( face, i );
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.c102 gindex = FT_Get_Char_Index( face, charcode );
126 FT_UInt gindex = FT_Get_Char_Index( face, i );
H A Dafcjk.c89 glyph_index = FT_Get_Char_Index( face,
340 glyph_index = FT_Get_Char_Index( face, *p );
520 glyph_index = FT_Get_Char_Index( face, i );
H A Daflatin.c79 glyph_index = FT_Get_Char_Index( face,
260 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
515 glyph_index = FT_Get_Char_Index( face, i );
H A Daflatin2.c79 glyph_index = FT_Get_Char_Index( face,
227 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
444 glyph_index = FT_Get_Char_Index( face, i );
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttsubpix.c839 FT_Get_Char_Index( (FT_Face)face,
870 FT_Get_Char_Index( (FT_Face)face,
/external/freetype/src/truetype/
H A Dttsubpix.c839 FT_Get_Char_Index( (FT_Face)face,
870 FT_Get_Char_Index( (FT_Face)face,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttsubpix.c839 FT_Get_Char_Index( (FT_Face)face,
870 FT_Get_Char_Index( (FT_Face)face,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] );
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccmap.c321 gindex = FT_Get_Char_Index( face, char_code );
/external/freetype/src/cache/
H A Dftccmap.c321 gindex = FT_Get_Char_Index( face, char_code );
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h66 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
/external/pdfium/core/include/thirdparties/freetype/
H A Dfoxitnames.h19 #define FT_Get_Char_Index FPDFAPI_FT_Get_Char_Index macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/
H A Dfoxitnames.h24 #define FT_Get_Char_Index FPDFAPI_FT_Get_Char_Index macro
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp458 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter);
1085 return SkToU16(FT_Get_Char_Index( fFace, uni ));
1176 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter);
1603 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) {
1611 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars));
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp458 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter);
1089 return SkToU16(FT_Get_Char_Index( fFace, uni ));
1180 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter);
1621 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) {
1629 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.cc80 *glyph = FT_Get_Char_Index (ft_face, unicode);
/external/harfbuzz_ng/src/
H A Dhb-ft.cc80 *glyph = FT_Get_Char_Index (ft_face, unicode);
/external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
H A Dmain.cpp73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
93 if (!FT_Get_Char_Index(face, getChar(string, length, i)))
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h141 /* FT_Get_Char_Index */
469 /* can be `active' and used by @FT_Get_Char_Index or @FT_Load_Char. */
548 /* @FT_Get_Char_Index. */
2392 /* This function simply calls @FT_Get_Char_Index and @FT_Load_Glyph. */
3115 /* FT_Get_Char_Index */
3143 FT_Get_Char_Index( FT_Face face,
/external/freetype/include/
H A Dfreetype.h176 /* FT_Get_Char_Index */
507 /* can be `active' and used by @FT_Get_Char_Index or @FT_Load_Char. */
586 /* @FT_Get_Char_Index. */
2460 /* This function simply calls @FT_Get_Char_Index and @FT_Load_Glyph. */
3183 /* FT_Get_Char_Index */
3211 FT_Get_Char_Index( FT_Face face,
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h141 /* FT_Get_Char_Index */
471 /* can be `active' and used by @FT_Get_Char_Index or @FT_Load_Char. */
550 /* @FT_Get_Char_Index. */
2405 /* This function simply calls @FT_Get_Char_Index and @FT_Load_Glyph. */
3128 /* FT_Get_Char_Index */
3156 FT_Get_Char_Index( FT_Face face,

Completed in 1478 milliseconds

12