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

  /art/compiler/
image_test.cc 172 byte* image_end = image_space->End(); local
182 EXPECT_LT(reinterpret_cast<byte*>(klass), image_end) << descriptor;
184 EXPECT_TRUE(reinterpret_cast<byte*>(klass) >= image_end ||
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 961 FT_ULong image_start = 0, image_end = 0, image_offset; local
1002 image_end = FT_NEXT_ULONG( p );
1004 if ( image_start == image_end ) /* missing glyph */
1023 image_end = image_start + image_size;
1034 image_end = FT_NEXT_USHORT( p );
1036 if ( image_start == image_end ) /* missing glyph */
1064 image_end = FT_PEEK_USHORT( p );
1108 image_end = image_start + image_size;
1116 if ( image_start > image_end )
1119 image_end -= image_start
    [all...]
ttsbit0.c 803 FT_ULong image_start = 0, image_end = 0, image_offset; local
844 image_end = FT_NEXT_ULONG( p );
846 if ( image_start == image_end ) /* missing glyph */
865 image_end = image_start + image_size;
876 image_end = FT_NEXT_USHORT( p );
878 if ( image_start == image_end ) /* missing glyph */
909 image_end = FT_PEEK_USHORT( p );
955 image_end = image_start + image_size;
963 if ( image_start > image_end )
966 image_end -= image_start
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 1064 FT_ULong image_start = 0, image_end = 0, image_offset; local
1104 image_end = FT_NEXT_ULONG( p );
1106 if ( image_start == image_end ) /* missing glyph */
1124 image_end = image_start + image_size;
1134 image_end = FT_NEXT_USHORT( p );
1136 if ( image_start == image_end ) /* missing glyph */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 961 FT_ULong image_start = 0, image_end = 0, image_offset; local
1002 image_end = FT_NEXT_ULONG( p );
1004 if ( image_start == image_end ) /* missing glyph */
1023 image_end = image_start + image_size;
1034 image_end = FT_NEXT_USHORT( p );
1036 if ( image_start == image_end ) /* missing glyph */
1064 image_end = FT_PEEK_USHORT( p );
1108 image_end = image_start + image_size;
1116 if ( image_start > image_end )
1119 image_end -= image_start
    [all...]

Completed in 5207 milliseconds