Home | History | Annotate | Download | only in tests

Lines Matching refs:peekPixels

203         REPORTER_ASSERT(reporter, img->peekPixels(&pm));
212 REPORTER_ASSERT(reporter, img->peekPixels(&pm));
318 const bool peekSuccess = image->peekPixels(&pmap);
784 bool success = image->peekPixels(&pm);
1038 if (!GetResourceAsBitmap("images/mandrill_128.png", &bitmap) || !bitmap.peekPixels(&pixmap)) {