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

  /external/chromium_org/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 = face->root.num_glyphs + 1;
152 FT_TRACE2(( "adjusting num_locations to %d\n",
153 face->num_locations ));
184 if ( gindex < face->num_locations )
189 p_limit = face->glyph_locations + face->num_locations * 4
    [all...]
ttobjs.c 425 for( i = 0; i < face->num_locations; i++ )
    [all...]
  /external/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 = face->root.num_glyphs + 1;
152 FT_TRACE2(( "adjusting num_locations to %d\n",
153 face->num_locations ));
184 if ( gindex < face->num_locations )
189 p_limit = face->glyph_locations + face->num_locations * 4
    [all...]
ttobjs.c 446 for( i = 0; i < face->num_locations; i++ )
    [all...]
  /external/chromium/chrome/common/extensions/
extension_messages.cc 76 val >= Extension::NUM_LOCATIONS)
extension.h 62 NUM_LOCATIONS
    [all...]
extension_unittest.cc 75 for (int i = 0; i < Extension::NUM_LOCATIONS; i++) {
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_messages.cc 66 val >= Manifest::NUM_LOCATIONS)
manifest.h 44 NUM_LOCATIONS
extension_unittest.cc 48 for (int i = 0; i < Manifest::NUM_LOCATIONS; i++) {
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 977 uint32 num_locations = 0; local
982 num_locations += 1;
989 num_locations += info.element_locations.size();
996 uint32 location_size = num_locations * sizeof(int32);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 360 install_source(), Manifest::NUM_LOCATIONS);
377 install_source(), Manifest::NUM_LOCATIONS);
475 Manifest::NUM_LOCATIONS);
extension_service.cc     [all...]
  /hardware/libhardware/include/hardware/
fused_location.h 161 * num_locations is the number of batched locations available.
164 typedef void (*flp_location_callback)(int32_t num_locations, FlpLocation** location);
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 182 CHECK_LT(location, extensions::Manifest::NUM_LOCATIONS);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1404 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1294 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 636 /* the check for `num_locations' assures that we actually */
641 ttface->num_locations &&
    [all...]
  /external/freetype/src/base/
ftobjs.c 668 /* the check for `num_locations' assures that we actually */
673 ttface->num_locations &&
    [all...]
  /external/clang/test/Analysis/
retain-release.m     [all...]

Completed in 481 milliseconds