Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp114 uint32_t* num_locations) { in NumConsumedLocations() argument
115 *num_locations = 0; in NumConsumedLocations()
120 *num_locations = 1; in NumConsumedLocations()
127 *num_locations = 2; in NumConsumedLocations()
129 *num_locations = 1; in NumConsumedLocations()
136 num_locations); in NumConsumedLocations()
137 *num_locations *= type->GetOperandAs<uint32_t>(2); in NumConsumedLocations()
143 num_locations); in NumConsumedLocations()
150 if (is_int && is_const) *num_locations *= value; in NumConsumedLocations()
169 *num_locations += member_locations; in NumConsumedLocations()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp114 uint32_t* num_locations) { in NumConsumedLocations() argument
115 *num_locations = 0; in NumConsumedLocations()
120 *num_locations = 1; in NumConsumedLocations()
127 *num_locations = 2; in NumConsumedLocations()
129 *num_locations = 1; in NumConsumedLocations()
136 num_locations); in NumConsumedLocations()
137 *num_locations *= type->GetOperandAs<uint32_t>(2); in NumConsumedLocations()
143 num_locations); in NumConsumedLocations()
150 if (is_int && is_const) *num_locations *= value; in NumConsumedLocations()
169 *num_locations += member_locations; in NumConsumedLocations()
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp114 uint32_t* num_locations) { in NumConsumedLocations() argument
115 *num_locations = 0; in NumConsumedLocations()
120 *num_locations = 1; in NumConsumedLocations()
127 *num_locations = 2; in NumConsumedLocations()
129 *num_locations = 1; in NumConsumedLocations()
136 num_locations); in NumConsumedLocations()
137 *num_locations *= type->GetOperandAs<uint32_t>(2); in NumConsumedLocations()
143 num_locations); in NumConsumedLocations()
150 if (is_int && is_const) *num_locations *= value; in NumConsumedLocations()
169 *num_locations += member_locations; in NumConsumedLocations()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c109 face->num_locations = table_len >> shift; in tt_face_load_loca()
111 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca()
114 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca()
117 if ( face->num_locations < (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca()
151 face->num_locations = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca()
155 face->num_locations )); in tt_face_load_loca()
159 face->root.num_glyphs = face->num_locations in tt_face_load_loca()
160 ? (FT_Long)face->num_locations - 1 : 0; in tt_face_load_loca()
194 if ( gindex < face->num_locations ) in tt_face_get_location()
199 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
[all …]
Dttobjs.c590 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1601 FT_ULong num_locations; /* up to 0xFFFF + 1 */ member
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c937 ttface->num_locations && in FT_Load_Glyph()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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