Home | History | Annotate | Download | only in tests

Lines Matching refs:peekPixels

164     const void* addr = surface->getCanvas()->peekPixels(&info, &rowBytes);
170 const void* addr2 = surface->peekPixels(&info2, &rb2);
385 bool success = image->peekPixels(&pm);
392 const void* pixels = surface->getCanvas()->peekPixels(&info, &rowBytes);
792 REPORTER_ASSERT(reporter, surface->peekPixels(&info, &rowBytes));
797 REPORTER_ASSERT(reporter, image->peekPixels(&im_info, &im_rowbytes));
808 REPORTER_ASSERT(reporter, image2->peekPixels(&im_info2, &im_rowbytes2));