Searched refs:table_end (Results 1 – 4 of 4) sorted by relevance
214 FT_ULong table_pos, table_size, table_end; in tt_face_get_metrics() local234 table_end = table_pos + table_size; in tt_face_get_metrics()243 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()254 if ( table_pos + 4 > table_end ) in tt_face_get_metrics()262 if ( table_pos + 2 > table_end ) in tt_face_get_metrics()
54 bdf->table_end = NULL; in tt_face_free_bdf_props()81 bdf->table_end = bdf->table + length; in tt_face_load_bdf_props()
891 FT_Byte* table_end; member
2923 unsigned char table_end[2]; in t2p_readwrite_pdf_image_tile() local2942 table_end[0] = buffer[bufferoffset-2]; in t2p_readwrite_pdf_image_tile()2943 table_end[1] = buffer[bufferoffset-1]; in t2p_readwrite_pdf_image_tile()2960 buffer[xuint32-2]=table_end[0]; in t2p_readwrite_pdf_image_tile()2961 buffer[xuint32-1]=table_end[1]; in t2p_readwrite_pdf_image_tile()
Completed in 15 milliseconds