Searched refs:trimSize (Results 1 – 5 of 5) sorted by relevance
46 int trimSize = MantissaWidth<T>::value - exponent; in trunc() local47 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in trunc()75 uint32_t trimSize = MantissaWidth<T>::value - exponent; in ceil() local76 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in ceil()135 uint32_t trimSize = MantissaWidth<T>::value - exponent; in round() local136 bool halfBitSet = bits.mantissa & (UIntType(1) << (trimSize - 1)); in round()137 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in round()
69 const SkSize& trimSize,
133 const SkSize& trimSize, in beginSheet() argument142 this->fCurrentCanvasSize = trimSize; in beginSheet()
144 const SkSize& trimSize, in beginSheet() argument153 this->fCurrentCanvasSize = trimSize; in beginSheet()