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

/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShader.cpp323 * The type SkUFixed encapsulate this need for unsigned, but logically Fixed.
325 typedef uint32_t SkUFixed; typedef
368 SkUFixed a = SkIntToFixed(a0) + 0x2000;
369 SkUFixed r = SkIntToFixed(r0) + 0x2000;
370 SkUFixed g = SkIntToFixed(g0) + 0x2000;
371 SkUFixed b = SkIntToFixed(b0) + 0x2000;
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp323 * The type SkUFixed encapsulate this need for unsigned, but logically Fixed.
325 typedef uint32_t SkUFixed; typedef
368 SkUFixed a = SkIntToFixed(a0) + 0x2000;
369 SkUFixed r = SkIntToFixed(r0) + 0x2000;
370 SkUFixed g = SkIntToFixed(g0) + 0x2000;
371 SkUFixed b = SkIntToFixed(b0) + 0x2000;

Completed in 194 milliseconds