Home
last modified time | relevance | path

Searched refs:toF16 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPM4f.h32 void toF16(uint16_t[4]) const;
33 uint64_t toF16() const; // 4 float16 values packed into uint64_t
DSkColor.cpp126 void SkPM4f::toF16(uint16_t half[4]) const { in toF16() function in SkPM4f
132 uint64_t SkPM4f::toF16() const { in toF16() function in SkPM4f
134 this->toF16(reinterpret_cast<uint16_t*>(&value)); in toF16()
DSkPixmap.cpp239 const uint64_t half4 = color.premul().toF16(); in erase()