Searched refs:build_gamma_table (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1168 static void build_gamma_table(uint8_t table[256], int src, int dst) { function
1205 build_gamma_table(gGammaTables[0], 0x00, 0xFF);
1206 build_gamma_table(gGammaTables[1], 0x66, 0x99);
1207 build_gamma_table(gGammaTables[2], 0x99, 0x66);
1208 build_gamma_table(gGammaTables[3], 0xFF, 0x00);
/external/skia/src/core/
H A DSkScan_Antihair.cpp46 static void build_gamma_table() { function
399 build_gamma_table();

Completed in 179 milliseconds