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

  /external/skia/include/core/
SkFDot6.h 21 inline SkFDot6 SkIntToFDot6(S16CPU x) {
SkMath.h 160 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
172 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
SkRandom.h 41 S16CPU nextS16() { return this->nextS() >> 16; }
SkTypes.h 144 typedef int S16CPU;
SkColorPriv.h 52 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) {
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 406 src_rect.set(0, 0, static_cast<S16CPU>(dest_rect.width()),
407 static_cast<S16CPU>(dest_rect.height()));
416 S16CPU new_width = static_cast<S16CPU>(bitmap.height() * dest_aspect);
417 S16CPU x_offset = (bitmap.width() - new_width) / 2;
423 static_cast<S16CPU>(bitmap.width() / dest_aspect));
  /external/skia/src/core/
SkGraphics.cpp 82 typesizeline(S16CPU),

Completed in 167 milliseconds