Searched refs:p_limit (Results 1 – 5 of 5) sorted by relevance
50 FT_Byte* p_limit; in tt_face_load_kern() local78 p_limit = p + table_size; in tt_face_load_kern()93 if ( p + 6 > p_limit ) in tt_face_load_kern()107 if ( p_next > p_limit ) /* handle broken table */ in tt_face_load_kern()108 p_next = p_limit; in tt_face_load_kern()112 p + 8 > p_limit ) in tt_face_load_kern()188 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local195 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning()211 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning()212 next = p_limit; in tt_face_get_kerning()
916 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local932 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()1004 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap()1060 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local1083 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()1087 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image()1099 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image()1114 if ( p + 12 > p_limit ) in tt_sbit_decoder_load_image()1129 if ( p + 4 > p_limit ) in tt_sbit_decoder_load_image()1144 if ( p + 4 > p_limit ) in tt_sbit_decoder_load_image()[all …]
179 FT_Byte* p_limit; in tt_face_get_location() local189 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()194 if ( p + 4 <= p_limit ) in tt_face_get_location()200 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()205 if ( p + 2 <= p_limit ) in tt_face_get_location()
740 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local766 } while ( p < p_limit ); in cff_fd_select_get()
3165 duk_uint8_t *p_limit; member3222 ((bw_ctx)->p_limit)3242 duk__space = (duk_size_t) ((bw_ctx)->p_limit - (bw_ctx)->p); \3250 (((duk_size_t) ((bw_ctx)->p_limit - (ptr)) >= (sz)) ? \3257 DUK_ASSERT_EXPR((duk_size_t) ((bw_ctx)->p_limit - (bw_ctx)->p) >= (duk_size_t) (sz)))104420 bw_ctx->p_limit = p + new_length;104672 bw_ctx->p_limit != NULL &&104673 bw_ctx->p_limit >= bw_ctx->p_base &&104675 bw_ctx->p <= bw_ctx->p_limit));
Completed in 252 milliseconds