Home
last modified time | relevance | path

Searched refs:sk_float_round2int (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkMaskGamma.cpp97 table[i] = SkToU8(sk_float_round2int(255.0f * srca)); in SkTMaskGamma_build_correcting_lut()
119 SkASSERT(sk_float_round2int(255.0f * result) <= 255); in SkTMaskGamma_build_correcting_lut()
121 table[i] = SkToU8(sk_float_round2int(255.0f * result)); in SkTMaskGamma_build_correcting_lut()
DSkDistanceFieldGen.cpp441 unsigned char val = sk_float_round2int(255*result); in generate_distance_field_from_image()
DSkPaint.cpp1321 int n = sk_float_round2int(x * 1024); in sk_relax()
/external/skia/src/views/
DSkTouchGesture.cpp82 tx = (float)sk_float_round2int(tx); in evaluateMatrix()
83 ty = (float)sk_float_round2int(ty); in evaluateMatrix()
236 dx = (float)sk_float_round2int(dx); in touchMoved()
237 dy = (float)sk_float_round2int(dy); in touchMoved()
/external/skia/include/private/
DSkFloatingPoint.h107 #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/effects/
DSkTableMaskFilter.cpp94 table[i] = SkTPin(sk_float_round2int(powf(x, g) * 255), 0, 255); in MakeGammaTable()
/external/skia/include/core/
DSkScalar.h44 #define SkScalarRoundToInt(x) sk_float_round2int(x)
/external/skia/include/utils/
DSkMatrix44.h75 #define SkMScalarRoundToInt(x) sk_float_round2int(x)
/external/skia/src/ports/
DSkFontHost_mac.cpp378 return sk_float_round2int(value); in unit_weight_to_fontstyle()
388 return sk_float_round2int(value); in unit_width_to_fontstyle()
1542 *data = sk_float_round2int(advance.width); in getWidthAdvance()