Searched refs:toF16 (Results 1 – 3 of 3) sorted by relevance
32 void toF16(uint16_t[4]) const;33 uint64_t toF16() const; // 4 float16 values packed into uint64_t
126 void SkPM4f::toF16(uint16_t half[4]) const { in toF16() function in SkPM4f132 uint64_t SkPM4f::toF16() const { in toF16() function in SkPM4f134 this->toF16(reinterpret_cast<uint16_t*>(&value)); in toF16()
239 const uint64_t half4 = color.premul().toF16(); in erase()