Searched refs:size_match (Results 1 – 2 of 2) sorted by relevance
796 size_match( int width, int tex_width ) in size_match() function860 !size_match(width, priv->tex->width0) || in ExaModifyPixmapHeader()861 !size_match(height, priv->tex->height0) || in ExaModifyPixmapHeader()
1772 size_match = re.search(r'(\d+)\s+.*', stdout)1773 self.assertIsNotNone(size_match, 'Could not get object size')1774 self.assertEqual(len(size_match.groups()), 1,1776 return long(size_match.group(1))