Home | History | Annotate | Download | only in tests

Lines Matching refs:table

185     // Lookup-table based gamma curves
195 float* table = SkTAddOffset<float>(memory, sizeof(SkGammas));
196 table[0] = 0.00f;
197 table[1] = 0.05f;
198 table[2] = 0.10f;
199 table[3] = 0.15f;
200 table[4] = 0.25f;
201 table[5] = 0.35f;
202 table[6] = 0.45f;
203 table[7] = 0.60f;
204 table[8] = 0.75f;
205 table[9] = 1.00f;
257 table = SkTAddOffset<float>(memory, sizeof(SkGammas));
258 table[0] = 0.00f;
259 table[1] = 0.15f;
260 table[2] = 0.20f;
261 table[3] = 0.25f;
262 table[4] = 0.35f;
263 table[5] = 0.45f;
264 table[6] = 0.55f;
265 table[7] = 0.70f;
266 table[8] = 0.85f;
267 table[9] = 1.00f;
291 // Reverse order of table and exponent