Lines Matching refs:minRowBytes
335 SkPixelRef* pr = factory->create(correctedInfo, correctedInfo.minRowBytes(), ctable);
466 if (dstRowBytes < info.minRowBytes()) {
487 size_t rowBytes = info.minRowBytes();
1152 // If there was an error reading "info", don't use it to compute minRowBytes()
1157 const size_t ramRB = info.minRowBytes();
1207 SkAutoTUnref<SkPixelRef> pr(SkMallocPixelRef::NewWithData(info, info.minRowBytes(),
1262 SkASSERT(fPixelRef->rowBytes() >= fInfo.minRowBytes());