OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcs
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/fontconfig/dist/fc-validate/
fc-validate.c
182
FcCharSet *
fcs
, *fcs_sub;
local
195
fcs
= FcFreeTypeCharSet (face, NULL);
196
fcs_sub = FcCharSetSubtract (fcs_lang,
fcs
);
237
FcCharSetDestroy (
fcs
);
/xsrc/external/mit/fontconfig/dist/src/
fccharset.c
33
FcCharSet *
fcs
;
local
35
fcs
= (FcCharSet *) malloc (sizeof (FcCharSet));
36
if (!
fcs
)
38
FcRefInit (&
fcs
->ref, 1);
39
fcs
->num = 0;
40
fcs
->leaves_offset = 0;
41
fcs
->numbers_offset = 0;
42
return
fcs
;
48
FcCharSet *
fcs
= (FcCharSet *) vbuf;
local
52
FcRefSetConst (&
fcs
->ref)
418
FcCharSet *
fcs
;
local
[
all
...]
fcfreetype.c
2599
FcCharSet *
fcs
;
local
2602
fcs
= FcCharSetCreate ();
2603
if (!
fcs
)
2637
FcCharSetAddChar (
fcs
, ucs4);
2641
leaf = FcCharSetFindLeafCreate (
fcs
, ucs4);
2664
if (FcCharSetHasChar (
fcs
, ucs4))
2665
FcCharSetAddChar (
fcs
, ucs4 - 0xF000);
2674
FC_Has = FcCharSetHasChar (
fcs
, ucs4);
2684
return
fcs
;
2686
FcCharSetDestroy (
fcs
);
[
all
...]
Completed in 9 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026