/external/ImageMagick/scripts/ |
format_c_api_docs | 565 print( OUT head2($func) ); 591 sub head2 { subroutine 593 return( "=head2 $heading\n\n" );
|
/external/zopfli/src/zopfli/ |
hash.h | 38 int* head2; /* Hash value to index of its most recent occurance. */ member in struct:ZopfliHash
|
/external/freetype/src/base/ |
ftrfork.c | 58 unsigned char head[16], head2[16]; local 96 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 98 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 106 if ( head2[i] != 0 ) 108 if ( head2[i] != head[i] )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftrfork.c | 58 unsigned char head[16], head2[16]; local 107 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 109 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 117 if ( head2[i] != 0 ) 119 if ( head2[i] != head[i] )
|
/external/pdfium/third_party/freetype/src/base/ |
ftrfork.c | 58 unsigned char head[16], head2[16]; local 107 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 109 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 117 if ( head2[i] != 0 ) 119 if ( head2[i] != head[i] )
|
/external/skia/src/pathops/ |
SkPathOpsTSect.h | 2169 const SkTSpan<OppCurve, TCurve>* head2 = sect2->fHead; local [all...] |