HomeSort by relevance Sort by last modified time
    Searched refs:build_power_table (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontHost_gamma.cpp 37 static void build_power_table(uint8_t table[], float ee) { function
38 // SkDebugf("------ build_power_table %g\n", ee);
61 build_power_table(gBlackGamma, gBlackGammaCoeff);
62 build_power_table(gWhiteGamma, gWhiteGammaCoeff);
94 build_power_table(gBlackGamma, gBlackGammaCoeff);
95 build_power_table(gWhiteGamma, gWhiteGammaCoeff);
SkFontHost_mac_coretext.cpp 1059 static void build_power_table(uint8_t table[], float ee) { function
    [all...]
SkFontHost_FreeType.cpp 1149 static void build_power_table(uint8_t table[], float ee) { function
    [all...]
SkFontHost_win.cpp 689 static void build_power_table(uint8_t table[], float ee) { function
709 build_power_table(gTable, level / 1000.0f);
    [all...]

Completed in 37 milliseconds