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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttsbit.c 1174 FT_ULong image_start = 0, image_end = 0, image_offset; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 1092 FT_ULong image_start = 0, image_end = 0, image_offset; local
1132 image_end = FT_NEXT_ULONG( p );
1134 if ( image_start == image_end ) /* missing glyph */
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1218 FT_ULong image_start = 0, image_end = 0, image_offset; local
    [all...]
  /art/compiler/
image_test.cc 418 uint8_t* image_end = image_space->End(); local
429 EXPECT_TRUE(reinterpret_cast<uint8_t*>(klass) >= image_end ||
434 EXPECT_LT(reinterpret_cast<uint8_t*>(klass), image_end) << descriptor;
image_writer.cc 88 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize(); local
89 if (image_begin <= obj && obj < image_end) {
1616 const size_t image_end = image_info.CreateImageSections(sections); local
1649 image_end, local
    [all...]
  /art/imgdiag/
imgdiag.cc 322 const uint8_t* image_end = AlignUp(image_end_unaligned, kPageSize); local
327 reinterpret_cast<uintptr_t>(image_end) < boot_map.end) {
331 ", local end " << reinterpret_cast<const void*>(image_end) <<
    [all...]
  /art/runtime/gc/space/
image_space.cc 1338 uint8_t* const image_end = map->Begin() + image_objects.End(); local
    [all...]

Completed in 1581 milliseconds