Lines Matching refs:load_flags
330 \param load_flags Controls internal advance:
338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){
351 if (!FT_Load_Glyph( fsp->face, glyph_index, load_flags )){
1533 tri->load_flags = FT_LOAD_NO_SCALE;
1604 /* Do NOT modify: qe, use_kern, usebk, load_flags, kern_mode, or bkcolor. Set the rest back to their defaults */
1680 \param load_flags Controls internal advance:
1686 int trinfo_load_ft_opts(TR_INFO *tri, int use_kern, int load_flags, int kern_mode){
1689 tri->load_flags = load_flags;
1796 status = TR_getadvance(fti, fsp, *tptr, (tri->use_kern ? prev: 0), tri->load_flags, tri->kern_mode, &ymin, &ymax);
1826 if(tri->load_flags & FT_LOAD_NO_SCALE) xe *= fixscale;
1843 if(tri->load_flags & FT_LOAD_NO_SCALE){