Home
last modified time | relevance | path

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

/external/skia/tests/
DWritePixelsTest.cpp274 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { in setup_bitmap() argument
275 size_t rowBytes = tightRB ? 0 : 4 * w + 60; in setup_bitmap()