Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkXfermodeU64.cpp42 static uint64_t store_to_u16(const Sk4f& x4) { in store_to_u16() function
56 return (D == kU16_Dst) ? store_to_u16(x4) : SkFloatToHalf_01(x4); in store_to_dst()