Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttpload.c111 face->num_locations = table_len >> shift; in tt_face_load_loca()
122 face->num_locations = table_len >> shift; in tt_face_load_loca()
125 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca()
128 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca()
131 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca()
165 face->num_locations = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca()
169 face->num_locations )); in tt_face_load_loca()
173 face->root.num_glyphs = face->num_locations in tt_face_load_loca()
174 ? (FT_Long)face->num_locations - 1 : 0; in tt_face_load_loca()
208 if ( gindex < face->num_locations ) in tt_face_get_location()
[all …]
Dttobjs.c539 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
/external/bcc/tests/cc/
Dtest_usdt_probes.cc51 REQUIRE(probe->num_locations() == 1);
121 int num_locations; in probe_num_locations() local
126 if (cmd_scanf(cmd, "%d", &num_locations) != 0) { in probe_num_locations()
130 return num_locations; in probe_num_locations()
177 REQUIRE(probe->num_locations() == exp_locations);
200 REQUIRE(probe->num_locations() == exp_locations);
215 REQUIRE(probe->num_locations() == exp_locations);
250 REQUIRE(probe->num_locations() == exp_locations);
/external/bcc/tools/
Dtplist.py75 for idx in range(0, probe.num_locations):
80 print(" %d location(s)" % probe.num_locations)
/external/bcc/src/cc/usdt/
Dusdt.cc327 info.num_locations = probe->num_locations(); in each()
496 if (index < 0 || (size_t)index >= probe->num_locations()) in bcc_usdt_get_location()
513 if (location_index < 0 || (size_t)location_index >= probe->num_locations()) in bcc_usdt_get_argument()
/external/bcc/src/cc/includes/
Dbcc_usdt.h34 int num_locations; member
Dusdt.h210 size_t num_locations() const { return locations_.size(); } in num_locations() function
/external/bcc/src/cc/
Dbcc_usdt.h34 int num_locations; member
Dusdt.h210 size_t num_locations() const { return locations_.size(); } in num_locations() function
/external/bcc/src/python/bcc/
Dusdt.py108 self.num_locations = probe.num_locations
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp595 unsigned num_locations = GetLocationsConsumedByType(src, member_type_id, false); in CollectInterfaceBlockMembers() local
601 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceBlockMembers()
691 … unsigned num_locations = GetLocationsConsumedByType(src, type, is_array_of_verts && !is_patch); in CollectInterfaceByLocation() local
692 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceByLocation()
723 auto num_locations = GetLocationsConsumedByType(src, def.word(1), false); in CollectInterfaceByInputAttachmentIndex() local
724 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceByInputAttachmentIndex()
869 … auto num_locations = GetLocationsConsumedByFormat(vi->pVertexAttributeDescriptions[i].format); in ValidateViAgainstVsInputs() local
870 for (auto j = 0u; j < num_locations; j++) { in ValidateViAgainstVsInputs()
/external/freetype/include/freetype/internal/
Dtttypes.h1743 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member
/external/clang/test/ARCMT/
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-…
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-…
/external/freetype/src/base/
Dftobjs.c869 ttface->num_locations && in FT_Load_Glyph()
/external/freetype/
DChangeLog.231224 truetype: Extend TT_Face->num_locations for broken TTFs.
1227 TT_Face->num_locations are extended from FT_UInt
1233 TT_Face->num_locations.
4400 where num_locations < num_glyphs. Problem reported by Ding Li.
DChangeLog.21959 [FT_OPTIMIZE_MEMORY]: Use optimized types for `num_locations' and
/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-…