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

  /external/skia/include/core/
SkScalar.h 133 #define SkScalarCeilToInt(x) sk_float_ceil2int(x)
249 #define SkScalarCeilToInt(x) SkFixedCeilToInt(x)
298 #define SkScalarCeil(x) SkScalarCeilToInt(x)
SkRect.h 737 SkScalarCeilToInt(fRight), SkScalarCeilToInt(fBottom));
760 dst->set(SkScalarCeilToInt(fLeft), SkScalarCeilToInt(fTop),
  /external/skia/legacy/include/core/
SkScalar.h 125 #define SkScalarCeilToInt(x) sk_float_ceil2int(x)
239 #define SkScalarCeilToInt(x) SkFixedCeilToInt(x)
288 #define SkScalarCeil(x) SkScalarCeilToInt(x)
  /external/skia/tests/
PathCoverageTest.cpp 63 int temp = SkScalarCeilToInt(SkScalarSqrt(SkScalarDiv(d, tol)));
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 348 desc.fWidth = SkScalarCeilToInt(dstRect.width());
349 desc.fHeight = SkScalarCeilToInt(dstRect.height());
SkDashPathEffect.cpp 195 int n = SkScalarCeilToInt(ptCount) << 2;
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 185 return GrMin(GrMax(0, SkScalarCeilToInt(log)),kMaxSub);
SkGpuDevice.cpp 770 desc.fWidth = SkScalarCeilToInt(srcRect.width());
771 desc.fHeight = SkScalarCeilToInt(srcRect.height());
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 432 int num_bits = SkScalarCeilToInt(SkScalarLog2(SkIntToScalar(width)));
  /external/skia/gm/
gmmain.cpp 816 int width = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().width()), scale));
817 int height = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().height()), scale));
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 712 lf.lfHeight = -SkScalarCeilToInt(fRec.fTextSize);
    [all...]

Completed in 473 milliseconds