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

  /external/skia/src/effects/
SkEmbossMask.cpp 128 mul = SkFastMin32(mul + dot, 255);
SkBlurMask.cpp 124 int ny = SkFastMin32(next_y, sh) * sumStride;
131 int nx = SkFastMin32(next_x, sw);
154 int nx = SkFastMin32(next_x, sw);
190 int ny = SkFastMin32(next_y, sh) * sumStride;
291 int ny = SkFastMin32(next_y, sh) * sumStride;
301 int nx = SkFastMin32(next_x, sw);
331 int nx = SkFastMin32(next_x, sw);
384 int ny = SkFastMin32(next_y, sh) * sumStride;
SkGradientShader.cpp     [all...]
  /external/skia/src/core/
SkBlitter.cpp 614 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
615 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
616 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
635 SkFastMin32(SkAlphaMul(r, mul) + add, a),
636 SkFastMin32(SkAlphaMul(g, mul) + add, a),
637 SkFastMin32(SkAlphaMul(b, mul) + add, a));
SkRegion_path.cpp 342 return SkFastMin32(fY0, fY1);
SkScalerContext.cpp 556 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
557 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
SkXfermode.cpp     [all...]
  /external/skia/include/core/
SkTypes.h 289 static inline int32_t SkFastMin32(int32_t value, int32_t max) {

Completed in 451 milliseconds