Searched refs:SkUFixed (Results 1 – 1 of 1) sorted by relevance
407 typedef uint32_t SkUFixed; typedef451 const SkUFixed bias0 = dither ? 0x2000 : 0x8000; in Build32bitCache()452 const SkUFixed bias1 = dither ? 0x8000 : 0; in Build32bitCache()453 const SkUFixed bias2 = dither ? 0xC000 : 0; in Build32bitCache()454 const SkUFixed bias3 = dither ? 0x4000 : 0; in Build32bitCache()456 SkUFixed a = SkIntToFixed(a0) + bias0; in Build32bitCache()457 SkUFixed r = SkIntToFixed(r0) + bias0; in Build32bitCache()458 SkUFixed g = SkIntToFixed(g0) + bias0; in Build32bitCache()459 SkUFixed b = SkIntToFixed(b0) + bias0; in Build32bitCache()