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

  /external/skia/legacy/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 1207 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...]
  /external/skia/src/ports/
SkFontHost_win.cpp 933 static void build_power_table(uint8_t table[], float ee) { function
957 build_power_table(gTableGdi, 2.3f);
    [all...]
SkFontHost_mac_coretext.cpp 1025 static void build_power_table(uint8_t table[], float ee) { function
    [all...]

Completed in 52 milliseconds