HomeSort by relevance Sort by last modified time
    Searched refs:SkMin32 (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/images/
SkImageEncoder.cpp 17 quality = SkMin32(100, SkMax32(0, quality));
23 quality = SkMin32(100, SkMax32(0, quality));
30 quality = SkMin32(100, SkMax32(0, quality));
  /external/skia/src/images/
SkImageEncoder.cpp 17 quality = SkMin32(100, SkMax32(0, quality));
23 quality = SkMin32(100, SkMax32(0, quality));
30 quality = SkMin32(100, SkMax32(0, quality));
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 48 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
50 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width(),
52 int minTileY = SkMax32(SkMin32(dilatedBounds.top() / fInfo.fTileInterval.height(),
54 int maxTileY = SkMax32(SkMin32((dilatedBounds.bottom() -1) / fInfo.fTileInterval.height(),
SkColor.cpp 37 unsigned min = SkMin32(r, SkMin32(g, b));
SkRegion_rects.cpp 104 nextY = SkMin32(nextY, edge->fTop);
113 nextY = SkMin32(nextY, edge->fTop);
127 nextY = SkMin32(nextY, edge->fBottom);
SkEdgeBuilder.cpp 214 pow2 = SkMin32(pow2, MAX_POW2);
257 pow2 = SkMin32(pow2, MAX_POW2);
  /external/skia/src/core/
SkTileGrid.cpp 48 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
50 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width(),
52 int minTileY = SkMax32(SkMin32(dilatedBounds.top() / fInfo.fTileInterval.height(),
54 int maxTileY = SkMax32(SkMin32((dilatedBounds.bottom() -1) / fInfo.fTileInterval.height(),
SkColor.cpp 37 unsigned min = SkMin32(r, SkMin32(g, b));
SkRegion_rects.cpp 104 nextY = SkMin32(nextY, edge->fTop);
113 nextY = SkMin32(nextY, edge->fTop);
127 nextY = SkMin32(nextY, edge->fBottom);
SkEdgeBuilder.cpp 214 pow2 = SkMin32(pow2, MAX_POW2);
257 pow2 = SkMin32(pow2, MAX_POW2);
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
  /external/skia/src/views/
SkProgressView.cpp 75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 68 || !current->done(SkMin32(index, endIndex))));
71 int min = SkMin32(index, endIndex);
131 } while (!simple->isClosed() && (!unsortable || !current->done(SkMin32(start, end))));
134 int min = SkMin32(start, end);
SkOpSegment.cpp 782 int min = SkMin32(end, start);
789 min = SkMin32(end, tIndex);
    [all...]
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 68 || !current->done(SkMin32(index, endIndex))));
71 int min = SkMin32(index, endIndex);
131 } while (!simple->isClosed() && (!unsortable || !current->done(SkMin32(start, end))));
134 int min = SkMin32(start, end);
SkOpSegment.cpp 782 int min = SkMin32(end, start);
789 min = SkMin32(end, tIndex);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMagnifierImageFilter.cpp 319 SkScalar x_dist = SkMin32(x, width - x - 1) * inv_inset;
320 SkScalar y_dist = SkMin32(y, height - y - 1) * inv_inset;
346 int x_val = SkMin32(SkScalarFloorToInt(x_interp), width - 1);
347 int y_val = SkMin32(SkScalarFloorToInt(y_interp), height - 1);
  /external/skia/bench/
BitmapRectBench.cpp 25 SkIntToScalar(SkMin32(w, h))*3/8, p);
FontCacheBench.cpp 141 int count = SkMin32(count_glyphs(array), limit);
RepeatTileBench.cpp 29 SkIntToScalar(SkMin32(w, h))*3/8, p);
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 319 SkScalar x_dist = SkMin32(x, width - x - 1) * inv_inset;
320 SkScalar y_dist = SkMin32(y, height - y - 1) * inv_inset;
346 int x_val = SkMin32(SkScalarFloorToInt(x_interp), width - 1);
347 int y_val = SkMin32(SkScalarFloorToInt(y_interp), height - 1);
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 273 fRight = SkMin32(a.fRight, b.fRight);
274 fBottom = SkMin32(a.fBottom, b.fBottom);
294 fRight = SkMin32(a.fRight, b.fRight);
295 fBottom = SkMin32(a.fBottom, b.fBottom);
  /external/skia/gm/
fontmgr.cpp 47 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);
shadertext3.cpp 20 SkScalar s = SkIntToScalar(SkMin32(w, h));
  /external/skia/include/core/
SkRect.h 273 fRight = SkMin32(a.fRight, b.fRight);
274 fBottom = SkMin32(a.fBottom, b.fBottom);
294 fRight = SkMin32(a.fRight, b.fRight);
295 fBottom = SkMin32(a.fBottom, b.fBottom);

Completed in 1155 milliseconds

1 2 3 4