Home
last modified time | relevance | path

Searched refs:sk_64_mul (Results 1 – 17 of 17) sorted by relevance

/external/skia/include/core/
DSkImageInfo.h260 return sk_64_mul(fWidth, this->bytesPerPixel()); in minRowBytes64()
287 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel(); in getSafeSize64()
299 uint64_t rb = sk_64_mul(fWidth, this->bytesPerPixel()); in validRowBytes()
DSkMath.h37 static inline int64_t sk_64_mul(int64_t a, int64_t b) { in sk_64_mul() function
51 int64_t tmp = sk_64_mul(numer1, numer2) / denom; in SkMulDiv()
DSkPixmap.h74 uint64_t getSize64() const { return sk_64_mul(fInfo.height(), fRowBytes); } in getSize64()
DSkBitmap.h161 return sk_64_mul(fInfo.height(), fRowBytes); in computeSize64()
/external/skia/src/core/
DSkMask.cpp16 int64_t size = sk_64_mul(a, b); in safeMul32()
DSkRegionPriv.h68 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc()
DSkRegion_path.cpp131 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions); in init()
144 int64_t size = sk_64_mul(fStorageCount, sizeof(SkRegion::RunType)); in init()
DSkValidatingReadBuffer.cpp178 const uint64_t byteLength64 = sk_64_mul(count, elementSize); in readArray()
DSkConvolver.cpp381 int64_t size = sk_64_mul(rowBufferWidth, rowBufferHeight); in BGRAConvolve2D()
DSkMipMap.cpp184 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize; in AllocLevelsSize()
DSkBitmap.cpp1159 const uint64_t snugSize = sk_64_mul(snugRB, height); in ReadRawPixels()
1160 const uint64_t ramSize = sk_64_mul(ramRB, height); in ReadRawPixels()
/external/skia/src/image/
DSkSurface_Raster.cpp81 uint64_t size = sk_64_mul(info.height(), rowBytes); in Valid()
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp42 size_t size = (size_t) sk_64_mul(fKernelSize.width(), fKernelSize.height()); in SkMatrixConvolutionImageFilter()
84 const int64_t kernelArea = sk_64_mul(kernelSize.width(), kernelSize.height()); in CreateProc()
/external/skia/src/codec/
DSkWebpCodec.cpp54 const int64_t size = sk_64_mul(features.width, features.height); in webp_parse_header()
/external/skia/include/private/
DSkTemplates.h205 const uint64_t size64 = sk_64_mul(count, sizeof(T)); in reset()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp81 int64_t size = sk_64_mul(*width, *height); in webp_parse_header()
DSkImageDecoder_libpng.cpp591 int64_t size = sk_64_mul(origWidth, origHeight); in getBitmapColorType()