Searched refs:sk_64_mul (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkImageInfo.h212 return sk_64_mul(fWidth, this->bytesPerPixel());
233 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel();
241 uint64_t rb = sk_64_mul(fWidth, this->bytesPerPixel());
H A DSkMath.h37 static inline int64_t sk_64_mul(int64_t a, int64_t b) { function
51 int64_t tmp = sk_64_mul(numer1, numer2) / denom;
H A DSkBitmap.h183 return sk_64_mul(fInfo.fHeight, fRowBytes);
/external/skia/include/core/
H A DSkImageInfo.h212 return sk_64_mul(fWidth, this->bytesPerPixel());
233 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel();
241 uint64_t rb = sk_64_mul(fWidth, this->bytesPerPixel());
H A DSkMath.h37 static inline int64_t sk_64_mul(int64_t a, int64_t b) { function
51 int64_t tmp = sk_64_mul(numer1, numer2) / denom;
H A DSkBitmap.h183 return sk_64_mul(fInfo.fHeight, fRowBytes);
/external/chromium_org/third_party/skia/src/core/
H A DSkMask.cpp14 int64_t size = sk_64_mul(a, b);
H A DSkRegion_path.cpp123 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions);
136 int64_t size = sk_64_mul(fStorageCount, sizeof(SkRegion::RunType));
H A DSkMipMap.cpp116 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize;
H A DSkFloat.cpp160 int64_t tmp = (sk_64_mul(a, b) + (1 << 23)) >> 24;
H A DSkBitmap.cpp132 int64_t rowBytes = sk_64_mul(SkColorTypeBytesPerPixel(ct), width);
/external/skia/src/core/
H A DSkMask.cpp14 int64_t size = sk_64_mul(a, b);
H A DSkRegion_path.cpp130 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions);
143 int64_t size = sk_64_mul(fStorageCount, sizeof(SkRegion::RunType));
H A DSkMipMap.cpp116 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize;
H A DSkFloat.cpp160 int64_t tmp = (sk_64_mul(a, b) + (1 << 23)) >> 24;
H A DSkBitmap.cpp132 int64_t rowBytes = sk_64_mul(SkColorTypeBytesPerPixel(ct), width);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp14 return sk_64_mul(v.fX, dy) < sk_64_mul(dx, v.fY);
/external/skia/src/utils/
H A DSkCullPoints.cpp14 return sk_64_mul(v.fX, dy) < sk_64_mul(dx, v.fY);
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Raster.cpp71 uint64_t size = sk_64_mul(info.fHeight, rowBytes);
/external/skia/src/image/
H A DSkSurface_Raster.cpp71 uint64_t size = sk_64_mul(info.fHeight, rowBytes);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp83 int64_t size = sk_64_mul(*width, *height);
H A DSkImageDecoder_libpng.cpp603 int64_t size = sk_64_mul(origWidth, origHeight);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp83 int64_t size = sk_64_mul(*width, *height);
H A DSkImageDecoder_libpng.cpp603 int64_t size = sk_64_mul(origWidth, origHeight);

Completed in 1717 milliseconds