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

  /external/chromium_org/third_party/skia/include/core/
SkMath.h 162 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
174 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
SkTypes.h 218 typedef int S16CPU;
SkColorPriv.h 211 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFDot6.h 44 inline SkFDot6 SkIntToFDot6(S16CPU x) {
SkGraphics.cpp 86 typesizeline(S16CPU),
  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 38 S16CPU nextS16() { return this->nextS() >> 16; }
191 S16CPU nextS16() { return this->nextS() >> 16; }

Completed in 327 milliseconds