Home
last modified time | relevance | path

Searched refs:max_weight (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/cache/
Dftcmanag.c386 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()
Dftcmanag.h97 FT_Offset max_weight; member
Dftccache.c433 if ( manager->cur_weight >= manager->max_weight ) in ftc_cache_add()
/external/u-boot/drivers/video/
Dstb_truetype.h1721 …d stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) in stbtt__fill_active_edges() argument
1740 … 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() local
1847 stbtt__fill_active_edges(scanline, result->w, active, max_weight); in stbtt__rasterize_sorted_edges()