Home | History | Annotate | Download | only in tests

Lines Matching refs:table

176     // Lookup-table based gamma curves
186 float* table = SkTAddOffset<float>(memory, sizeof(SkGammas));
187 table[0] = 0.00f;
188 table[1] = 0.05f;
189 table[2] = 0.10f;
190 table[3] = 0.15f;
191 table[4] = 0.25f;
192 table[5] = 0.35f;
193 table[6] = 0.45f;
194 table[7] = 0.60f;
195 table[8] = 0.75f;
196 table[9] = 1.00f;
248 table = SkTAddOffset<float>(memory, sizeof(SkGammas));
249 table[0] = 0.00f;
250 table[1] = 0.15f;
251 table[2] = 0.20f;
252 table[3] = 0.25f;
253 table[4] = 0.35f;
254 table[5] = 0.45f;
255 table[6] = 0.55f;
256 table[7] = 0.70f;
257 table[8] = 0.85f;
258 table[9] = 1.00f;
282 // Reverse order of table and exponent