Searched refs:sk_float_round2int (Results 1 – 9 of 9) sorted by relevance
97 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()
441 unsigned char val = sk_float_round2int(255*result); in generate_distance_field_from_image()
1321 int n = sk_float_round2int(x * 1024); in sk_relax()
82 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()
107 #define sk_float_round2int(x) SkFloatToIntRound(x) macro111 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro
94 table[i] = SkTPin(sk_float_round2int(powf(x, g) * 255), 0, 255); in MakeGammaTable()
44 #define SkScalarRoundToInt(x) sk_float_round2int(x)
75 #define SkMScalarRoundToInt(x) sk_float_round2int(x)
378 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()