HomeSort by relevance Sort by last modified time
    Searched refs:num_locations (Results 1 - 12 of 12) sorted by null

  /external/freetype/src/truetype/
ttpload.c 109 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 - 1 : 0
    [all...]
ttobjs.c 448 for( i = 0; i < face->num_locations; i++ )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 98 face->num_locations = table_len >> shift;
110 face->num_locations = table_len >> shift;
113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 )
116 face->num_locations - 1, face->root.num_glyphs ));
119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs )
149 face->num_locations = (FT_ULong)face->root.num_glyphs + 1;
152 FT_TRACE2(( "adjusting num_locations to %d\n",
153 face->num_locations ));
157 face->root.num_glyphs = face->num_locations
158 ? (FT_Long)face->num_locations - 1 : 0
    [all...]
ttobjs.c 447 for( i = 0; i < face->num_locations; i++ )
    [all...]
  /hardware/libhardware/include/hardware/
fused_location.h 183 * num_locations is the number of batched locations available.
186 typedef void (*flp_location_callback)(int32_t num_locations, FlpLocation** location);
423 * no locations to flush (in which case num_locations should be 0).
  /external/freetype/include/freetype/internal/
tttypes.h 1510 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1368 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 1466 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); local
1563 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); local
1600 auto num_locations = get_locations_consumed_by_type(src, def.word(1), false); local
1861 auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 1266 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); local
1360 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); local
1627 auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 1266 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); local
1360 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); local
1627 auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 695 /* the check for `num_locations' assures that we actually */
705 ttface->num_locations &&
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 671 /* the check for `num_locations' assures that we actually */
681 ttface->num_locations &&
    [all...]

Completed in 606 milliseconds