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

  /external/skia/src/core/
SkGlyph.h 45 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
62 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
SkBitmap.cpp 184 int SkBitmap::ComputeRowBytes(Config c, int width) {
223 size.setMul(SkBitmap::ComputeRowBytes(c, width), height);
239 safeSize.set(ComputeRowBytes(config, width));
277 rowBytes = SkBitmap::ComputeRowBytes(c, width);
460 ComputeRowBytes(getConfig(), fWidth): 0);
475 dstRowBytes < ComputeRowBytes(getConfig(), fWidth) ||
499 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth);
    [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 59 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
76 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/legacy/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 486 SkBitmap::ComputeRowBytes(src.getConfig(), subW) * 2;
513 SkBitmap::ComputeRowBytes(subset.getConfig(), subW)
  /external/skia/include/core/
SkBitmap.h 209 static int ComputeRowBytes(Config c, int width);
251 ComputeRowBytes() is called to compute the optimal value. This resets

Completed in 75 milliseconds