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

  /external/skia/src/effects/
SkBlurMask.cpp 106 int ny = SkFastMin32(next_y, sh) * sumStride;
113 int nx = SkFastMin32(next_x, sw);
155 int ny = SkFastMin32(next_y, sh) * sumStride;
165 int nx = SkFastMin32(next_x, sw);
SkEmbossMask.cpp 145 mul = SkFastMin32(mul + dot, 255);
SkGradientShader.cpp     [all...]
  /external/skia/src/core/
SkBlitter.cpp 596 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
597 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
598 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
621 SkFastMin32(SkAlphaMul(r, mul) + add, a),
622 SkFastMin32(SkAlphaMul(g, mul) + add, a),
623 SkFastMin32(SkAlphaMul(b, mul) + add, a));
SkScalerContext.cpp 469 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
470 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
SkXfermode.cpp     [all...]
SkRegion_path.cpp 350 return SkFastMin32(fY0, fY1);
  /external/skia/include/core/
SkTypes.h 246 static inline int32_t SkFastMin32(int32_t value, int32_t max) {

Completed in 112 milliseconds