Home
last modified time | relevance | path

Searched defs:max_weight (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmanag.h96 FT_Offset max_weight; member
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp416 float max_weight = astc::max(astc::max(config.cw_r_weight, config.cw_g_weight), in validate_config() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h2790 …d stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) in stbtt__fill_active_edges()
2837 int max_weight = (255 / vsubsample); // weight per vertical scanline in stbtt__rasterize_sorted_edges() local