HomeSort by relevance Sort by last modified time
    Searched defs:ComputeRowBytes (Results 1 - 4 of 4) 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);
  /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...]

Completed in 38 milliseconds