Home
last modified time | relevance | path

Searched refs:SkUFixed (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/shaders/gradients/
DSkGradientShader.cpp582 typedef uint32_t SkUFixed; typedef
626 const SkUFixed bias0 = dither ? 0x2000 : 0x8000; in Build32bitCache()
627 const SkUFixed bias1 = dither ? 0x8000 : 0; in Build32bitCache()
628 const SkUFixed bias2 = dither ? 0xC000 : 0; in Build32bitCache()
629 const SkUFixed bias3 = dither ? 0x4000 : 0; in Build32bitCache()
631 SkUFixed a = SkIntToFixed(a0) + bias0; in Build32bitCache()
632 SkUFixed r = SkIntToFixed(r0) + bias0; in Build32bitCache()
633 SkUFixed g = SkIntToFixed(g0) + bias0; in Build32bitCache()
634 SkUFixed b = SkIntToFixed(b0) + bias0; in Build32bitCache()