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

  /external/skia/tests/
SrcOverTest.cpp 58 unsigned max = SkMax32(dst, i);
MatrixClipCollapseTest.cpp 642 int max = SkMax32(expected.count(), actual.count());
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 60 y = SkMax32(y, fSkyline[i].fY);
  /external/skia/src/opts/
SkBlurImageFilter_opts.h 111 int incrementStart = SkMax32(left - rightOffset - 1, left - right);
112 int incrementEnd = SkMax32(right - rightOffset - 1, 0);
233 int incrementStart = SkMax32(left - rightOffset - 1, left - right);
234 int incrementEnd = SkMax32(right - rightOffset - 1, 0);
  /external/skia/src/core/
SkColor.cpp 37 unsigned max = SkMax32(r, SkMax32(g, b));
SkScalerContext.cpp 282 for (int sample_index = SkMax32(0, sample_x - 4), coeff_index = sample_index - (sample_x - 4)
300 r = SkMax32(r, 10); g = SkMax32(g, 10); b = SkMax32(b, 10);
SkRegion_path.cpp 344 int top = SkMax32(pathTop, clipTop);
353 SkMax32(pathTransitions, clipTransitions),
SkEdge.cpp 347 return SkMax32(SkAbs32(oneThird), SkAbs32(twoThird));
SkMaskFilter.cpp 146 int startY = SkMax32(0, r.top() - outerR.top());
SkScan_Antihair.cpp 573 SkFDot6 right = SkMax32(x0, x1);
574 SkFDot6 bottom = SkMax32(y0, y1);
SkScan_Path.cpp 223 int local_top = SkMax32(leftE->fFirstY, riteE->fFirstY);
SkBitmap.cpp 997 const int height = SkMax32(info.height(), 0);
    [all...]
SkGlyphCache.cpp 648 countNeeded = SkMax32(countNeeded, fCacheCount >> 2);
SkRegion.cpp     [all...]
  /external/skia/gm/
modecolorfilters.cpp 122 const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
  /external/skia/bench/
ChartBench.cpp 118 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
  /external/skia/include/core/
SkRect.h 296 fLeft = SkMax32(a.fLeft, b.fLeft);
297 fTop = SkMax32(a.fTop, b.fTop);
316 fLeft = SkMax32(a.fLeft, b.fLeft);
317 fTop = SkMax32(a.fTop, b.fTop);
SkTypes.h 359 static inline int32_t SkMax32(int32_t a, int32_t b) {
SkColorPriv.h     [all...]
  /external/skia/samplecode/
SampleChart.cpp 112 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
  /external/skia/src/utils/
SkPatchUtils.cpp 141 return SkISize::Make(SkMax32(8, lodX), SkMax32(8, lodY));
  /external/skia/src/ports/
SkFontHost_win.cpp 482 fWidth = SkMax32(fWidth, glyph.fWidth);
483 fHeight = SkMax32(fHeight, glyph.fHeight);
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 86 int new_width = width + SkMax32(leftRadius, rightRadius) * 2;
    [all...]

Completed in 1527 milliseconds