Searched defs:p_limit (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dstringpiece.cc24 const char* p_limit = p + len; local
25 for (; p < p_limit; p++, p2++) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c180 FT_Byte* p_limit; local
191 p_limit = face->glyph_locations + face->num_locations * 4;
196 if (1)/* p + 4 <= p_limit ) */
202 p_limit = face->glyph_locations + face->num_locations * 2;
207 if (1) /* p + 2 <= p_limit ) */
/external/regex-re2/util/
H A Dstringpiece.cc24 const char* p_limit = p + len; local
25 for (; p < p_limit; p++, p2++) {
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttkern.c50 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...]
H A Dttsbit.c52 FT_Byte* p_limit; local
80 p_limit = p + table_size;
98 count = (FT_UInt)( ( p_limit - p ) / 48 );
792 FT_Byte* p_limit; local
808 p_limit = p + glyph_size;
817 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
824 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
852 if ( p + 1 > p_limit )
914 error = loader( decoder, load_flags, p, p_limit, x_pos, y_pos );
934 error = loader( decoder, load_flags, p, p_limit, x_po
958 FT_Byte* p_limit = decoder->eblc_limit; local
[all...]
H A Dttsbit0.c50 FT_Byte* p_limit; local
76 p_limit = p + table_size;
94 count = (FT_UInt)( ( p_limit - p ) / 48 );
705 FT_Byte* p_limit; local
721 p_limit = p + glyph_size;
729 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
735 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
763 if ( p + 1 > p_limit )
777 error = loader( decoder, p, p_limit, x_pos, y_pos );
800 FT_Byte* p_limit local
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c179 FT_Byte* p_limit; local
189 p_limit = face->glyph_locations + face->num_locations * 4;
194 if ( p + 4 <= p_limit )
200 p_limit = face->glyph_locations + face->num_locations * 2;
205 if ( p + 2 <= p_limit )
/external/freetype/src/sfnt/
H A Dttkern.c50 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...]
H A Dttsbit.c917 FT_Byte* p_limit; local
933 p_limit = p + glyph_size;
942 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
949 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
993 byte_size == (FT_UInt)( p_limit - p ) )
1005 if ( p + 1 > p_limit )
1038 error = loader( decoder, p, p_limit, x_pos, y_pos );
1061 FT_Byte* p_limit = decoder->eblc_limit; local
1084 if ( image_offset > (FT_ULong)( p_limit - p ) )
1088 if ( p + 8 > p_limit )
[all...]
/external/freetype/src/truetype/
H A Dttpload.c179 FT_Byte* p_limit; local
189 p_limit = face->glyph_locations + face->num_locations * 4;
194 if ( p + 4 <= p_limit )
200 p_limit = face->glyph_locations + face->num_locations * 2;
205 if ( p + 2 <= p_limit )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttkern.c50 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...]
H A Dttsbit.c52 FT_Byte* p_limit; local
80 p_limit = p + table_size;
98 count = (FT_UInt)( ( p_limit - p ) / 48 );
792 FT_Byte* p_limit; local
808 p_limit = p + glyph_size;
817 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 );
824 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 );
852 if ( p + 1 > p_limit )
914 error = loader( decoder, load_flags, p, p_limit, x_pos, y_pos );
934 error = loader( decoder, load_flags, p, p_limit, x_po
958 FT_Byte* p_limit = decoder->eblc_limit; local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c733 FT_Byte* p_limit = p + fdselect->data_size; local
759 } while ( p < p_limit );
/external/freetype/src/cff/
H A Dcffload.c740 FT_Byte* p_limit = p + fdselect->data_size; local
766 } while ( p < p_limit );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c733 FT_Byte* p_limit = p + fdselect->data_size; local
759 } while ( p < p_limit );

Completed in 118 milliseconds