Searched refs:check_maxp_field (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset-glyf.c | 32 static void check_maxp_field (uint8_t *raw_maxp, unsigned int offset, uint16_t expected_value) in check_maxp_field() function 45 check_maxp_field (raw_maxp, 4, expected_num_glyphs); // numGlyphs in check_maxp_num_glyphs() 48 check_maxp_field (raw_maxp, 14, 1); // maxZones in check_maxp_num_glyphs() 49 check_maxp_field (raw_maxp, 16, 0); // maxTwilightPoints in check_maxp_num_glyphs() 50 check_maxp_field (raw_maxp, 18, 0); // maxStorage in check_maxp_num_glyphs() 51 check_maxp_field (raw_maxp, 20, 0); // maxFunctionDefs in check_maxp_num_glyphs() 52 check_maxp_field (raw_maxp, 22, 0); // maxInstructionDefs in check_maxp_num_glyphs() 53 check_maxp_field (raw_maxp, 24, 0); // maxStackElements in check_maxp_num_glyphs() 54 check_maxp_field (raw_maxp, 26, 0); // maxSizeOfInstructions in check_maxp_num_glyphs()
|