Home
last modified time | relevance | path

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

/third_party/skia/tests/
DReadPixelsTest.cpp250 enum class TightRowBytes : bool { kNo, kYes }; enum
252 static void init_bitmap(SkBitmap* bitmap, const SkIRect& rect, TightRowBytes tightRB, in init_bitmap()
256 if (tightRB == TightRowBytes::kNo) { in init_bitmap()
331 for (auto tightRB : {TightRowBytes::kYes, TightRowBytes::kNo}) { in test_readpixels()