Home
last modified time | relevance | path

Searched refs:build_power_table (Results 1 – 6 of 6) sorted by relevance

/external/skia/legacy/src/ports/
DSkFontHost_gamma.cpp37 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
61 build_power_table(gBlackGamma, gBlackGammaCoeff); in skia_set_text_gamma()
62 build_power_table(gWhiteGamma, gWhiteGammaCoeff); in skia_set_text_gamma()
94 build_power_table(gBlackGamma, gBlackGammaCoeff); in GetGammaTables()
95 build_power_table(gWhiteGamma, gWhiteGammaCoeff); in GetGammaTables()
DSkFontHost_mac_coretext.cpp1059 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
1073 build_power_table(gWhiteTable, 1.5f); in getInverseTable()
1074 build_power_table(gTable, 2.2f); in getInverseTable()
1089 build_power_table(gGammaTables[i], 1/g); in getGammaTable()
1092 build_power_table(gGammaTables[0], 1); in getGammaTable()
1093 build_power_table(gGammaTables[1], 1); in getGammaTable()
1094 build_power_table(gGammaTables[2], 1); in getGammaTable()
1095 build_power_table(gGammaTables[3], 1); in getGammaTable()
DSkFontHost_FreeType.cpp1207 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
1221 build_power_table(powTable, g); in build_gamma_table()
1222 build_power_table(invPowTable, 1/g); in build_gamma_table()
DSkFontHost_win.cpp689 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
709 build_power_table(gTable, level / 1000.0f); in getInverseGammaTable()
/external/skia/src/ports/
DSkFontHost_win.cpp933 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
957 build_power_table(gTableGdi, 2.3f); in getInverseGammaTableGDI()
979 build_power_table(gTableClearType, level / 1000.0f); in getInverseGammaTableClearType()
DSkFontHost_mac_coretext.cpp1025 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function
1045 build_power_table(gTableCoreGraphicsSmoothing, 2.0f); in getInverseGammaTableCoreGraphicSmoothing()