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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1048 static void build_power_table(uint8_t table[], float ee) { function
1069 // Since build_power_table is idempotent, many threads can build gTableGdi
1082 build_power_table(gTableGdi, 2.3f);
1099 // gTableClearType with build_power_table is effectively idempotent.
1116 build_power_table(gTableClearType, level / 1000.0f);
H A DSkFontHost_mac.cpp1074 static void build_power_table(uint8_t table[], float ee) { function
1094 build_power_table(gTableCoreGraphicsSmoothing, 2.0f);
/external/skia/src/ports/
H A DSkFontHost_win.cpp1080 static void build_power_table(uint8_t table[], float ee) { function
1101 // Since build_power_table is idempotent, many threads can build gTableGdi
1114 build_power_table(gTableGdi, 2.3f);
1131 // gTableClearType with build_power_table is effectively idempotent.
1148 build_power_table(gTableClearType, level / 1000.0f);
H A DSkFontHost_mac.cpp1074 static void build_power_table(uint8_t table[], float ee) { function
1094 build_power_table(gTableCoreGraphicsSmoothing, 2.0f);

Completed in 421 milliseconds