Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface_Raster.cpp14 static const size_t kIgnoreRowBytesValue = (size_t)~0; variable
18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
79 if (kIgnoreRowBytesValue == rowBytes) { in Valid()