HomeSort by relevance Sort by last modified time
    Searched refs:SkMulDiv255Ceiling (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
ColorTest.cpp 29 int ax = SkMulDiv255Ceiling(x, a);
WritePixelsTest.cpp 121 r = SkMulDiv255Ceiling(r, a);
122 g = SkMulDiv255Ceiling(g, a);
123 b = SkMulDiv255Ceiling(b, a);
188 r = SkMulDiv255Ceiling(r, a);
189 g = SkMulDiv255Ceiling(g, a);
190 b = SkMulDiv255Ceiling(b, a);
ReadPixelsTest.cpp 93 r = SkMulDiv255Ceiling(r, a);
94 g = SkMulDiv255Ceiling(g, a);
95 b = SkMulDiv255Ceiling(b, a);
MathTest.cpp 303 int skia_ceiling = SkMulDiv255Ceiling(c, a);
  /external/skia/src/core/
SkConfig8888.cpp 73 r = SkMulDiv255Ceiling(r, a);
74 g = SkMulDiv255Ceiling(g, a);
75 b = SkMulDiv255Ceiling(b, a);
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 324 unsigned char r = SkMulDiv255Ceiling(srcPixel[0], alpha);
325 unsigned char g = SkMulDiv255Ceiling(srcPixel[1], alpha);
326 unsigned char b = SkMulDiv255Ceiling(srcPixel[2], alpha);
  /external/skia/include/core/
SkMath.h 205 static inline U8CPU SkMulDiv255Ceiling(U8CPU a, U8CPU b) {

Completed in 275 milliseconds