OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxp
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/utils/
SkSfntUtils.cpp
58
bool SkSfntUtils::ReadTable_maxp(SkFontID fontID, SkSfntTable_maxp*
maxp
) {
69
maxp
->fVersion = parse_be32(p);
70
maxp
->fNumGlyphs = parse_be16(p);
71
maxp
->fMaxPoints = parse_be16(p);
72
maxp
->fMaxContours = parse_be16(p);
73
maxp
->fMaxComponentPoints = parse_be16(p);
74
maxp
->fMaxComponentContours = parse_be16(p);
75
maxp
->fMaxZones = parse_be16(p);
76
maxp
->fMaxTwilightPoints = parse_be16(p);
77
maxp
->fMaxStorage = parse_be16(p)
[
all
...]
/external/freetype/src/truetype/
ttobjs.c
921
TT_MaxProfile*
maxp
= &face->max_profile;
local
927
size->max_function_defs =
maxp
->maxFunctionDefs;
928
size->max_instruction_defs =
maxp
->maxInstructionDefs;
937
size->storage_size =
maxp
->maxStorage;
960
n_twilight =
maxp
->maxTwilightPoints;
[
all
...]
ttinterp.c
566
TT_MaxProfile*
maxp
;
local
571
maxp
= &face->max_profile;
616
maxp
->maxStackElements + 32 );
626
maxp
->maxSizeOfInstructions );
[
all
...]
/external/iproute2/ip/
xfrm_state.c
536
char *
maxp
= NULL;
local
579
if (
maxp
)
581
maxp
= *argv;
612
if (!
maxp
) {
621
if (
maxp
) {
/external/freetype/src/sfnt/
sfobjs.c
621
LOAD_(
maxp
);
[
all
...]
/external/icu4c/i18n/
decNumber.c
2807
Int
maxp
; \/* largest working precision *\/
local
[
all
...]
/external/pcre/
pcre_compile.c
[
all
...]
Completed in 364 milliseconds