Searched refs:num_locations (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/truetype/
H A Dttpload.c109 face->num_locations = table_len >> shift;
120 face->num_locations = table_len >> shift;
123 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 )
126 face->num_locations - 1, face->root.num_glyphs ));
129 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs )
163 face->num_locations = (FT_ULong)face->root.num_glyphs + 1;
166 FT_TRACE2(( "adjusting num_locations to %d\n",
167 face->num_locations ));
171 face->root.num_glyphs = face->num_locations
172 ? (FT_Long)face->num_locations
[all...]
H A Dttobjs.c516 for( i = 0; i < face->num_locations; i++ )
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp499 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); local
505 for (unsigned int offset = 0; offset < num_locations; offset++) {
595 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); local
596 for (unsigned int offset = 0; offset < num_locations; offset++) {
627 auto num_locations = get_locations_consumed_by_type(src, def.word(1), false); local
628 for (unsigned int offset = 0; offset < num_locations; offset++) {
716 auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); local
717 for (auto j = 0u; j < num_locations; j++) {
/external/freetype/include/freetype/internal/
H A Dtttypes.h1321 /* num_locations :: The number of glyph locations in this */
1523 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member in struct:TT_FaceRec_
/external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
H A Dfisher_blocks_test.py614 num_locations = height * width
615 inputs = np.reshape(inputs, [batch_size, num_locations, input_channels])
617 [batch_size, num_locations, output_channels])
623 for j in range(num_locations):
627 # Normalize by batch_size (not num_locations).
/external/freetype/src/base/
H A Dftobjs.c852 /* the check for `num_locations' assures that we actually */
863 ttface->num_locations &&

Completed in 1001 milliseconds