Searched refs:num_locations (Results 1 – 5 of 5) sorted by relevance
98 face->num_locations = table_len >> shift; in tt_face_load_loca()110 face->num_locations = table_len >> shift; in tt_face_load_loca()113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca()116 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca()119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca()149 face->num_locations = face->root.num_glyphs + 1; in tt_face_load_loca()153 face->num_locations )); in tt_face_load_loca()184 if ( gindex < face->num_locations ) in tt_face_get_location()189 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()200 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()[all …]
425 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
1404 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member
646 ttface->num_locations && in FT_Load_Glyph()
1039 size_t num_locations = 6;1052 components, locations, num_locations);1061 size_t num_locations = 6;1073 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…