Home
last modified time | relevance | path

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

/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp259 SkBitmap actualBM; in sort_test() local
260 actualBM.allocPixels(SkImageInfo::MakeN32Premul(256, 256)); in sort_test()
261 actualBM.eraseColor(SK_ColorBLACK); in sort_test()
263 FakeCanvas fake(actualBM); in sort_test()
274 save_files(testID, s, expectedBM, actualBM); in sort_test()