Home
last modified time | relevance | path

Searched refs:kIgnoreRowBytesValue (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkSurfacePriv.h27 constexpr size_t kIgnoreRowBytesValue = static_cast<size_t>(~0); variable
29 bool SkSurfaceValidateRasterInfo(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
/external/skia/src/image/
DSkSurface_Raster.cpp75 if (kIgnoreRowBytesValue == rowBytes) { in SkSurfaceValidateRasterInfo()