Searched refs:build_power_table (Results 1 – 6 of 6) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_gamma.cpp | 37 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()
|
D | SkFontHost_mac_coretext.cpp | 1059 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()
|
D | SkFontHost_FreeType.cpp | 1207 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()
|
D | SkFontHost_win.cpp | 689 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/ |
D | SkFontHost_win.cpp | 933 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()
|
D | SkFontHost_mac_coretext.cpp | 1025 static void build_power_table(uint8_t table[], float ee) { in build_power_table() function 1045 build_power_table(gTableCoreGraphicsSmoothing, 2.0f); in getInverseGammaTableCoreGraphicSmoothing()
|