Searched refs:sk_64_mul (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkMath.h | 18 static inline int64_t sk_64_mul(int64_t a, int64_t b) { in sk_64_mul() function
|
H A D | SkImageInfo.h | 599 return (uint64_t)sk_64_mul(this->width(), this->bytesPerPixel()); in minRowBytes64()
|
/third_party/skia/src/core/ |
H A D | SkMask.cpp | 20 int64_t size = sk_64_mul(a, b); in safeMul32()
|
H A D | SkRegionPriv.h | 88 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc()
|
H A D | SkBitmapProcState_matrixProcs.cpp | 47 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1); in can_truncate_to_fixed_for_decal()
|
H A D | SkMipmap.cpp | 391 int64_t size = sk_64_mul(levelCount + 1, sizeof(Level)) + pixelSize; in AllocLevelsSize()
|
/third_party/skia/src/gpu/ops/ |
H A D | SoftwarePathRenderer.cpp | 269 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in onDrawPath() 270 int64_t clippedArea = sk_64_mul(clippedDevShapeBounds.width(), in onDrawPath()
|
/third_party/skia/src/image/ |
H A D | SkSurface_Raster.cpp | 52 uint64_t size = sk_64_mul(info.height(), rowBytes); in SkSurfaceValidateRasterInfo()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 42 size_t size = (size_t) sk_64_mul(fKernelSize.width(), fKernelSize.height()); in SkMatrixConvolutionImageFilter() 191 const int64_t kernelArea = sk_64_mul(kernelSize.width(), kernelSize.height()); in CreateProc()
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 323 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in compute_key_and_clip_bounds() 324 int64_t clippedArea = sk_64_mul(clippedMaskRect.width(), clippedMaskRect.height()); in compute_key_and_clip_bounds()
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 81 const int64_t size = sk_64_mul(width, height); in MakeFromStream()
|
Completed in 10 milliseconds