HomeSort by relevance Sort by last modified time
    Searched refs:Sk4f_ToBytes (Results 1 - 7 of 7) sorted by null

  /external/skia/bench/
Sk4fBench.cpp 79 Sk4f_ToBytes((uint8_t*)(fDevice+i), a, b, c, d);
  /external/skia/src/core/
SkXfermode4f.cpp 171 Sk4f_ToBytes((uint8_t*)dst, r0, r1, r2, r3);
189 Sk4f_ToBytes((uint8_t*)dst,
281 Sk4f_ToBytes((uint8_t*)dst,
323 Sk4f_ToBytes((uint8_t*)dst,
SkNx.h 208 void Sk4f_ToBytes(uint8_t p[16], const Sk4f& a, const Sk4f& b, const Sk4f& c, const Sk4f& d) {
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 96 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
SkLinearGradient.cpp 592 Sk4f_ToBytes((uint8_t*)dstC, cd0, cd1, cd2, cd3);
  /external/skia/src/opts/
SkNx_neon.h 383 static inline void Sk4f_ToBytes(uint8_t bytes[16],
SkNx_sse.h 340 static inline void Sk4f_ToBytes(uint8_t bytes[16],

Completed in 186 milliseconds