Searched refs:build_power_table (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp1015 static void build_power_table(uint8_t table[], float ee) { function
1036 // Since build_power_table is idempotent, many threads can build gTableGdi
1049 build_power_table(gTableGdi, 2.3f);
1066 // gTableClearType with build_power_table is effectively idempotent.
1083 build_power_table(gTableClearType, level / 1000.0f);
H A DSkFontHost_mac.cpp1125 static void build_power_table(uint8_t table[], float ee) { function
1145 build_power_table(gTableCoreGraphicsSmoothing, 2.0f);

Completed in 380 milliseconds