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

  /external/chromium_org/third_party/skia/include/core/
SkMath.h 131 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
143 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
SkTypes.h 167 typedef int S16CPU;
SkColorPriv.h 76 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) {
  /external/skia/include/core/
SkMath.h 131 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
143 static inline int32_t SkMulS16(S16CPU x, S16CPU y) {
SkTypes.h 167 typedef int S16CPU;
SkColorPriv.h 76 static inline int SkAlphaBlend255(S16CPU src, S16CPU dst, U8CPU alpha) {
  /external/chromium_org/third_party/skia/src/core/
SkFDot6.h 22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
SkGraphics.cpp 86 typesizeline(S16CPU),
  /external/skia/src/core/
SkFDot6.h 22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
SkGraphics.cpp 86 typesizeline(S16CPU),
  /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/chromium_org/third_party/skia/include/utils/
SkRandom.h 41 S16CPU nextS16() { return this->nextS() >> 16; }
193 S16CPU nextS16() { return this->nextS() >> 16; }
  /external/skia/include/utils/
SkRandom.h 41 S16CPU nextS16() { return this->nextS() >> 16; }
193 S16CPU nextS16() { return this->nextS() >> 16; }

Completed in 661 milliseconds