Searched refs:max_weight (Results 1 – 4 of 4) sorted by relevance
386 manager->max_weight = max_bytes; in FTC_Manager_New()548 manager->cur_weight, manager->max_weight, in FTC_Manager_Compress()552 if ( manager->cur_weight < manager->max_weight || !first ) in FTC_Manager_Compress()569 } while ( node && manager->cur_weight > manager->max_weight ); in FTC_Manager_Compress()
97 FT_Offset max_weight; member
433 if ( manager->cur_weight >= manager->max_weight ) in ftc_cache_add()
1721 …d stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) in stbtt__fill_active_edges() argument1740 … scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()1743 …] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STBTT_FIXSHI… in stbtt__fill_active_edges()1748 … scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()1753 scanline[i] = scanline[i] + (stbtt_uint8) max_weight; in stbtt__fill_active_edges()1768 int max_weight = (255 / vsubsample); // weight per vertical scanline in stbtt__rasterize_sorted_edges() local1847 stbtt__fill_active_edges(scanline, result->w, active, max_weight); in stbtt__rasterize_sorted_edges()