HomeSort by relevance Sort by last modified time
    Searched refs:minRowBytes (Results 26 - 35 of 35) sorted by null

12

  /external/skia/fuzz/
fuzz.cpp 305 size_t rowBytes = decodeInfo.minRowBytes();
  /external/skia/src/core/
SkPictureShader.cpp 234 tileInfo.getSafeSize(tileInfo.minRowBytes())));
SkCanvas.cpp 926 if (nullptr == pixels || rowBytes < origInfo.minRowBytes()) {
    [all...]
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 187 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
WritePixelsTest.cpp 396 const size_t rowBytes = tightRowBytes ? info.minRowBytes() : 4 * DEV_W + 100;
SurfaceTest.cpp 44 const size_t rowBytes = info.minRowBytes();
174 REPORTER_ASSERT(reporter, requestInfo.minRowBytes() <= rowBytes);
    [all...]
  /external/skia/bench/
nanobench.cpp 776 const size_t rowBytes = info.minRowBytes();
    [all...]
  /external/skia/gm/
bleed.cpp 49 size_t rowBytes = SkAlign4(info.minRowBytes());
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 259 reconfigure(info, info.minRowBytes(), nullptr);
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 591 size_t rowBytes = decodeInfo.minRowBytes();
    [all...]

Completed in 206 milliseconds

12