Searched refs:setConf (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DBitmapTest.cpp39 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height)); local
40 REPORTER_ASSERT(reporter, setConf);
41 if (setConf) {
/external/chromium_org/third_party/skia/tests/
H A DBitmapTest.cpp73 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height)); local
74 REPORTER_ASSERT(reporter, setConf);
75 if (setConf) {

Completed in 65 milliseconds