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

  /external/freetype/src/sfnt/
ttkern.c 50 FT_Byte* p_limit; local
78 p_limit = p + table_size;
93 if ( p + 6 > p_limit )
107 if ( p_next > p_limit ) /* handle broken table */
108 p_next = p_limit;
112 p + 8 > p_limit )
188 FT_Byte* p_limit = p + face->kern_table_size; local
195 count > 0 && p + 6 <= p_limit;
211 if ( next > p_limit ) /* handle broken table */
212 next = p_limit;
    [all...]
ttsbit.c 1074 FT_Byte* p_limit; local
1091 p_limit = p + glyph_size;
1100 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
1107 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
1215 FT_Byte* p_limit = decoder->eblc_limit; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttkern.c 50 FT_Byte* p_limit; local
78 p_limit = p + table_size;
93 if ( p + 6 > p_limit )
107 if ( p_next > p_limit ) /* handle broken table */
108 p_next = p_limit;
112 p + 8 > p_limit )
188 FT_Byte* p_limit = p + face->kern_table_size; local
195 count > 0 && p + 6 <= p_limit;
211 if ( next > p_limit ) /* handle broken table */
212 next = p_limit;
    [all...]
ttsbit.c 1030 FT_Byte* p_limit; local
1047 p_limit = p + glyph_size;
1056 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
1063 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
1107 byte_size == (FT_UInt)( p_limit - p ) )
1171 FT_Byte* p_limit = decoder->eblc_limit; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttkern.c 50 FT_Byte* p_limit; local
78 p_limit = p + table_size;
93 if ( p + 6 > p_limit )
107 if ( p_next > p_limit ) /* handle broken table */
108 p_next = p_limit;
112 p + 8 > p_limit )
188 FT_Byte* p_limit = p + face->kern_table_size; local
195 count > 0 && p + 6 <= p_limit;
211 if ( next > p_limit ) /* handle broken table */
212 next = p_limit;
    [all...]
ttsbit.c 945 FT_Byte* p_limit; local
961 p_limit = p + glyph_size;
970 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
977 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
1021 byte_size == (FT_UInt)( p_limit - p ) )
1033 if ( p + 1 > p_limit )
1066 error = loader( decoder, p, p_limit, x_pos, y_pos );
1089 FT_Byte* p_limit = decoder->eblc_limit; local
1112 if ( image_offset > (FT_ULong)( p_limit - p ) )
1116 if ( p + 8 > p_limit )
    [all...]
  /external/regex-re2/util/
stringpiece.cc 24 const char* p_limit = p + len; local
25 for (; p < p_limit; p++, p2++) {
  /external/freetype/src/truetype/
ttpload.c 191 FT_Byte* p_limit; local
201 p_limit = face->glyph_locations + face->num_locations * 4;
206 if ( p + 4 <= p_limit )
212 p_limit = face->glyph_locations + face->num_locations * 2;
217 if ( p + 2 <= p_limit )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttpload.c 191 FT_Byte* p_limit; local
201 p_limit = face->glyph_locations + face->num_locations * 4;
206 if ( p + 4 <= p_limit )
212 p_limit = face->glyph_locations + face->num_locations * 2;
217 if ( p + 2 <= p_limit )
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 187 FT_Byte* p_limit; local
197 p_limit = face->glyph_locations + face->num_locations * 4;
202 if ( p + 4 <= p_limit )
208 p_limit = face->glyph_locations + face->num_locations * 2;
213 if ( p + 2 <= p_limit )
  /external/freetype/src/cff/
cffload.c 746 FT_Byte* p_limit = p + fdselect->data_size; local
772 } while ( p < p_limit );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 740 FT_Byte* p_limit = p + fdselect->data_size; local
766 } while ( p < p_limit );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 740 FT_Byte* p_limit = p + fdselect->data_size; local
766 } while ( p < p_limit );
    [all...]

Completed in 169 milliseconds