Home
last modified time | relevance | path

Searched refs:num_locations (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/freetype/src/truetype/
Dttpload.c98 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 = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca()
153 face->num_locations )); in tt_face_load_loca()
157 face->root.num_glyphs = face->num_locations in tt_face_load_loca()
158 ? (FT_Long)face->num_locations - 1 : 0; in tt_face_load_loca()
192 if ( gindex < face->num_locations ) in tt_face_get_location()
[all …]
Dttobjs.c447 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
/external/freetype/src/truetype/
Dttpload.c98 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 = (FT_ULong)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 …]
Dttobjs.c447 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h1368 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member
/external/freetype/include/internal/
Dtttypes.h1368 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1070 size_t num_locations = 6;
1083 components, locations, num_locations);
1092 size_t num_locations = 6;
1104 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…
Dobjcmt-arc-cf-annotations.m.result1112 size_t num_locations = 6;
1125 components, locations, num_locations);
1134 size_t num_locations = 6;
1146 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c681 ttface->num_locations && in FT_Load_Glyph()
/external/freetype/src/base/
Dftobjs.c681 ttface->num_locations && in FT_Load_Glyph()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1502 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); in collect_interface_block_members() local
1506 for (unsigned int offset = 0; offset < num_locations; offset++) { in collect_interface_block_members()
1588 … unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts); in collect_interface_by_location() local
1589 for (unsigned int offset = 0; offset < num_locations; offset++) { in collect_interface_by_location()
/external/clang/test/Analysis/
Dretain-release.m1065 size_t num_locations = 6;
1078 components, locations, num_locations);
1087 size_t num_locations = 6;
1099 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…