Searched refs:SkFastMin32 (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/effects/
H A DSkEmbossMask.cpp82 mul = SkFastMin32(mul + dot, 255);
/external/skqp/src/effects/
H A DSkEmbossMask.cpp82 mul = SkFastMin32(mul + dot, 255);
/external/skia/src/core/
H A DSkBlitter.cpp759 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
760 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
761 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
780 SkFastMin32(SkAlphaMul(r, mul) + add, a),
781 SkFastMin32(SkAlphaMul(g, mul) + add, a),
782 SkFastMin32(SkAlphaMul(b, mul) + add, a));
H A DSkRegion_path.cpp402 return SkFastMin32(fY0, fY1);
H A DSkScalerContext.cpp506 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
507 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
/external/skqp/src/core/
H A DSkBlitter.cpp756 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
757 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
758 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
777 SkFastMin32(SkAlphaMul(r, mul) + add, a),
778 SkFastMin32(SkAlphaMul(g, mul) + add, a),
779 SkFastMin32(SkAlphaMul(b, mul) + add, a));
H A DSkRegion_path.cpp402 return SkFastMin32(fY0, fY1);
H A DSkScalerContext.cpp512 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
513 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
/external/skia/include/core/
H A DSkTypes.h350 static inline int32_t SkFastMin32(int32_t value, int32_t max) { function
/external/skqp/include/core/
H A DSkTypes.h350 static inline int32_t SkFastMin32(int32_t value, int32_t max) { function

Completed in 253 milliseconds