Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFDot6.h44 inline SkFDot6 SkIntToFDot6(S16CPU x) { in SkIntToFDot6()
/external/skia/include/utils/
DSkRandom.h52 S16CPU nextS16() { return this->nextS() >> 16; } in nextS16()
/external/skia/include/core/
DSkTypes.h246 typedef int S16CPU; typedef
DSkColorPriv.h216 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) { in SkAlphaBlend255()