OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXFT_Get_Face_Charmaps
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
24
if (FXFT_Get_Charmap_PlatformID(
FXFT_Get_Face_Charmaps
(face)[i]) ==
26
FXFT_Get_Charmap_EncodingID(
FXFT_Get_Face_Charmaps
(face)[i]) ==
28
FXFT_Set_Charmap(face,
FXFT_Get_Face_Charmaps
(face)[i]);
988
FXFT_Get_Charmap_Encoding(
FXFT_Get_Face_Charmaps
(face)[0]) ==
992
if (FXFT_Get_Charmap_Encoding(
FXFT_Get_Face_Charmaps
(face)[0]) ==
994
FXFT_Set_Charmap(face,
FXFT_Get_Face_Charmaps
(face)[1]);
996
FXFT_Set_Charmap(face,
FXFT_Get_Face_Charmaps
(face)[0]);
[
all
...]
fpdf_font_cid.cpp
356
if (err &&
FXFT_Get_Face_Charmaps
(face)) {
357
FXFT_Set_Charmap(face, *
FXFT_Get_Face_Charmaps
(face));
[
all
...]
/external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp
502
FXFT_Get_Charmap_Encoding(
FXFT_Get_Face_Charmaps
(face)[m++]);
529
FXFT_Get_Charmap_Encoding(
FXFT_Get_Face_Charmaps
(face)[i]);
/external/pdfium/core/include/fxge/
fx_freetype.h
107
#define
FXFT_Get_Face_Charmaps
(face) ((FT_Face)face)->charmaps
Completed in 42 milliseconds