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

  /external/skia/src/core/
SkMaskGamma.cpp 97 table[i] = SkToU8(sk_float_round2int(255.0f * srca));
119 SkASSERT(sk_float_round2int(255.0f * result) <= 255);
121 table[i] = SkToU8(sk_float_round2int(255.0f * result));
SkDistanceFieldGen.cpp 441 unsigned char val = sk_float_round2int(255*result);
SkPaint.cpp     [all...]
  /external/skia/include/private/
SkFloatingPoint.h 107 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
111 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro
  /external/skia/src/views/
SkTouchGesture.cpp 82 tx = (float)sk_float_round2int(tx);
83 ty = (float)sk_float_round2int(ty);
236 dx = (float)sk_float_round2int(dx);
237 dy = (float)sk_float_round2int(dy);
  /external/skia/src/effects/
SkTableMaskFilter.cpp 94 table[i] = SkTPin(sk_float_round2int(powf(x, g) * 255), 0, 255);
  /external/skia/include/core/
SkScalar.h 44 #define SkScalarRoundToInt(x) sk_float_round2int(x)
  /external/skia/include/utils/
SkMatrix44.h 75 #define SkMScalarRoundToInt(x) sk_float_round2int(x)
  /external/skia/src/ports/
SkFontHost_mac.cpp 378 return sk_float_round2int(value);
388 return sk_float_round2int(value);
    [all...]

Completed in 303 milliseconds