Searched refs:SkMin32 (Results 51 - 64 of 64) sorted by relevance

123

/external/skia/src/core/
H A DSkRegion_path.cpp340 int bot = SkMin32(pathBot, clipBot);
H A DSkRegion.cpp856 RgnOper oper(SkMin32(a_top, b_top), dst, op);
1500 *right = SkMin32(fRight, runs[1]);
H A DSkScalerContext.cpp266 ; sample_index < SkMin32(sample_x + 8, sample_width)
276 fir[subpxl_index] = SkMin32(fir[subpxl_index], 255);
H A DSkDraw.cpp1705 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN),
1706 SkMin32(margin.fY, MAX_MARGIN)))) {
H A DSkScan_AAAPath.cpp1042 SkFixed local_bot_fixed = SkMin32(leftE->fLowerY, riteE->fLowerY);
1046 local_bot_fixed = SkMin32(local_bot_fixed, SkIntToFixed(stop_y));
H A DSkPaint.cpp391 const int limit = SkMin32(SkGraphics::GetFontCachePointSizeLimit(), maxLimit);
H A DSkPath.cpp653 int count = SkMin32(max, fPathRef->countPoints());
682 int count = SkMin32(max, fPathRef->countVerbs());
/external/skqp/src/core/
H A DSkRegion_path.cpp340 int bot = SkMin32(pathBot, clipBot);
H A DSkRegion.cpp856 RgnOper oper(SkMin32(a_top, b_top), dst, op);
1500 *right = SkMin32(fRight, runs[1]);
H A DSkScalerContext.cpp272 ; sample_index < SkMin32(sample_x + 8, sample_width)
282 fir[subpxl_index] = SkMin32(fir[subpxl_index], 255);
H A DSkDraw.cpp1678 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN),
1679 SkMin32(margin.fY, MAX_MARGIN)))) {
H A DSkScan_AAAPath.cpp1041 SkFixed local_bot_fixed = SkMin32(leftE->fLowerY, riteE->fLowerY);
1045 local_bot_fixed = SkMin32(local_bot_fixed, SkIntToFixed(stop_y));
H A DSkPaint.cpp391 const int limit = SkMin32(SkGraphics::GetFontCachePointSizeLimit(), maxLimit);
H A DSkPath.cpp644 int count = SkMin32(max, fPathRef->countPoints());
673 int count = SkMin32(max, fPathRef->countVerbs());

Completed in 567 milliseconds

123