Home
last modified time | relevance | path

Searched refs:ComputeRowBytes (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkBitmap.cpp190 int SkBitmap::ComputeRowBytes(Config c, int width) { in ComputeRowBytes() function in SkBitmap
229 size.setMul(SkBitmap::ComputeRowBytes(c, width), height); in ComputeSize64()
245 safeSize.set(ComputeRowBytes(config, width)); in ComputeSafeSize64()
270 rowBytes = SkBitmap::ComputeRowBytes(c, width); in setConfig()
451 ComputeRowBytes(getConfig(), fWidth): 0); in getSafeSize()
466 dstRowBytes < ComputeRowBytes(getConfig(), fWidth) || in copyPixelsTo()
490 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth); in copyPixelsTo()
512 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth); in copyPixelsFrom()
1111 size += ComputeRowBytes(config, width) * height; in buildMipMap()
1142 rowBytes = ComputeRowBytes(config, width); in buildMipMap()
[all …]
/external/skia/include/core/
DSkScalerContext.h59 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes() function
74 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); in rowBytes()
DSkBitmap.h184 static int ComputeRowBytes(Config c, int width);
/external/skia/tests/
DBitmapCopyTest.cpp460 SkBitmap::ComputeRowBytes(src.getConfig(), subW) * 2; in TestBitmapCopy()
486 SkBitmap::ComputeRowBytes(subset.getConfig(), subW) in TestBitmapCopy()