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

  /external/skia/include/core/
SkScalerContext.h 54 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
71 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
SkBitmap.h 204 static int ComputeRowBytes(Config c, int width);
222 ComputeRowBytes() is called to compute the optimal value. This resets
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 183 int SkBitmap::ComputeRowBytes(Config c, int width) {
222 size.setMul(SkBitmap::ComputeRowBytes(c, width), height);
238 safeSize.set(ComputeRowBytes(config, width));
263 rowBytes = SkBitmap::ComputeRowBytes(c, width);
453 ComputeRowBytes(getConfig(), fWidth): 0);
468 dstRowBytes < ComputeRowBytes(getConfig(), fWidth) ||
492 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth);
1127 size += ComputeRowBytes(config, width) * height;
1158 rowBytes = ComputeRowBytes(config, width);
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 476 SkBitmap::ComputeRowBytes(src.getConfig(), subW) * 2;
502 SkBitmap::ComputeRowBytes(subset.getConfig(), subW)

Completed in 60 milliseconds