Searched refs:unsigned_data_type (Results 1 – 1 of 1) sorted by relevance
84 typedef typename make_unsigned<data_type>::type unsigned_data_type; typedef in basebmp::TrueColorMaskAccessor134 value_type toValue( unsigned_data_type v ) const in toValue()138 const unsigned_data_type red (v & RedMask); in toValue()139 const unsigned_data_type green(v & GreenMask); in toValue()140 const unsigned_data_type blue (v & BlueMask); in toValue()161 const unsigned_data_type red (v.getRed()); in toPacked()162 const unsigned_data_type green(v.getGreen()); in toPacked()163 const unsigned_data_type blue (v.getBlue()); in toPacked()165 unsigned_data_type res( in toPacked()
Completed in 12 milliseconds