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

  /external/freetype/src/sfnt/
ttbdf.c 56 bdf->strings_size = 0;
102 bdf->strings_size = length - strings;
202 if ( name_offset < bdf->strings_size &&
203 property_len < bdf->strings_size - name_offset &&
206 bdf->strings_size - name_offset ) == 0 )
213 if ( value < bdf->strings_size &&
214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
  /external/pdfium/third_party/freetype/src/sfnt/
ttbdf.c 56 bdf->strings_size = 0;
102 bdf->strings_size = length - strings;
202 if ( name_offset < bdf->strings_size &&
203 property_len < bdf->strings_size - name_offset &&
206 bdf->strings_size - name_offset ) == 0 )
213 if ( value < bdf->strings_size &&
214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
  /external/freetype/include/internal/
tttypes.h 891 FT_ULong strings_size; member in struct:TT_BDFRec_
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
tttypes.h 893 FT_ULong strings_size; member in struct:TT_BDFRec_
    [all...]
  /art/compiler/
image_writer.cc 317 auto strings_size = layout.StringsSize(dex_file->NumStringIds()); local
331 DexCacheArrayLocation {size + layout.StringsOffset(), strings_size, kBinRegular});
333 CHECK_EQ(layout.Size(), types_size + methods_size + fields_size + strings_size);
    [all...]

Completed in 323 milliseconds