OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXFT_Get_Face_CharmapCount
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp
498
int nmaps =
FXFT_Get_Face_CharmapCount
(face);
526
int nmaps =
FXFT_Get_Face_CharmapCount
(face);
/external/pdfium/core/include/fxge/
fx_freetype.h
114
#define
FXFT_Get_Face_CharmapCount
(face) ((FT_Face)face)->num_charmaps
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
23
for (int i = 0; i <
FXFT_Get_Face_CharmapCount
(face); i++) {
984
if (
FXFT_Get_Face_CharmapCount
(face) == 0) {
987
if (
FXFT_Get_Face_CharmapCount
(face) == 1 &&
[
all
...]
fpdf_font_cid.cpp
[
all
...]
Completed in 57 milliseconds