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

1 2 3 4 5

  /external/skia/src/svg/
SkSVGCanvas.cpp 14 SkISize size = bounds.roundOut().size();
  /frameworks/base/libs/hwui/
LayerUpdateQueue.cpp 29 damage.roundOut();
  /frameworks/base/libs/hwui/renderthread/
Frame.cpp 33 in.roundOut(&idirty);
  /external/deqp/framework/common/
tcuFloatFormat.hpp 62 Interval roundOut (const Interval& x, bool roundUnderOverflow) const;
64 double roundOut (double d, bool upward, bool roundUnderOverflow) const;
tcuFloatFormat.cpp 202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const
216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const
221 ret |= Interval(roundOut(x.lo(), false, roundUnderOverflow),
222 roundOut(x.hi(), true, roundUnderOverflow));
  /external/skia/bench/
RecordingBench.cpp 45 r.reset(fDL.get(), fSrc->cullRect().roundOut());
55 rec.reset(&dl, fSrc->cullRect().roundOut());
  /external/skia/tools/
skp_parser.cpp 34 SkISize size = pic->cullRect().roundOut().size();
ok_srcs.cpp 92 return pic->cullRect().roundOut().size();
  /external/skia/tools/viewer/
SKPSlide.cpp 53 fCullRect = fPic->cullRect().roundOut();
  /external/skia/src/core/
SkMatrixImageFilter.cpp 71 dstRect.roundOut(&dstBounds);
123 return floatBounds.roundOut();
SkClipStackDevice.cpp 13 SkIRect r = fClipStack.bounds(this->imageInfo().bounds()).roundOut();
SkRasterClip.cpp 75 ir = doAA ? devRect.roundOut() : devRect.round();
98 ir = bounds.roundOut();
221 fBW.op(r.roundOut(), op);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 103 rec.roundOut(srcRect);
  /external/skia/src/effects/
SkTileImageFilter.cpp 57 const SkIRect dstIRect = dstRect.roundOut();
65 srcRect.roundOut(&srcIRect);
123 return rect.roundOut();
SkPictureImageFilter.cpp 114 SkIRect bounds = floatBounds.roundOut();
165 SkIRect localIBounds = localBounds.roundOut();
SkImageSource.cpp 103 const SkIRect dstIRect = dstRect.roundOut();
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 314 const Interval weightInterval = m_filteringPrecision.roundOut(Interval(i == 0 ? 1.0f - weight : weight), false);
320 resultIntervals[compNdx] = m_filteringPrecision.roundOut(resultIntervals[compNdx] + weightInterval * texelInterval, false);
359 const Interval iWeightInterval = m_filteringPrecision.roundOut(Interval(i == 0 ? 1.0f - weights[1] : weights[1]), false);
363 const Interval jWeightInterval = m_filteringPrecision.roundOut(iWeightInterval * Interval(j == 0 ? 1.0f - weights[0] : weights[0]), false);
369 resultIntervals[compNdx] = m_filteringPrecision.roundOut(resultIntervals[compNdx] + jWeightInterval * texelInterval, false);
411 const Interval iWeightInterval = m_filteringPrecision.roundOut(Interval(i == 0 ? 1.0f - weights[2] : weights[2]), false);
415 const Interval jWeightInterval = m_filteringPrecision.roundOut(iWeightInterval * Interval(j == 0 ? 1.0f - weights[1] : weights[1]), false);
419 const Interval kWeightInterval = m_filteringPrecision.roundOut(jWeightInterval * Interval(k == 0 ? 1.0f - weights[0] : weights[0]), false);
425 resultIntervals[compNdx] = m_filteringPrecision.roundOut(resultIntervals[compNdx] + kWeightInterval * texelInterval, false);
572 = m_filteringPrecision.roundOut(Interval(weight) * idealSampleLo + Interval(1.0f - weight) * idealSampleHi, false)
    [all...]
vktSampleVerifierUtil.cpp 258 coordInterval = internalFormat.roundOut(coordInterval, false);
261 unnormalizedCoordInterval = internalFormat.roundOut(unnormalizedCoordInterval, false);
624 const Interval fpInterval = internalFormat.roundOut(Interval(fp16.asDouble()), false);
648 resultInterval = internalFormat.roundOut(resultInterval, false);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java 82 cropBounds.roundOut(roundedTrueCrop);
95 cropBounds.roundOut(roundedTrueCrop);
147 cropBounds.roundOut(roundedTrueCrop);
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 68 rect.roundOut(r);
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 75 const SkIRect cullRect = skPicture->cullRect().roundOut();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 111 mArc1.roundOut(outBounds);
  /external/skia/gm/
bitmaprect.cpp 219 canvas->drawBitmapRect(fBigBitmap, srcR1.roundOut(), dstR1, &paint);
220 canvas->drawBitmapRect(fBigBitmap, srcR2.roundOut(), dstR2, &paint);
pathmaskcache.cpp 38 bounds.roundOut();
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 95 newBounds.roundOut(&ibounds);
107 const SkIRect ir = devPath.getBounds().roundOut();

Completed in 721 milliseconds

1 2 3 4 5