OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_end
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
image_test.cc
146
byte*
image_end
= image_space->End();
local
156
EXPECT_LT(reinterpret_cast<byte*>(klass),
image_end
) << descriptor;
159
EXPECT_GT(reinterpret_cast<byte*>(klass),
image_end
) << descriptor;
/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
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 506 milliseconds