Searched refs:getCurrentCrop (Results 1 – 5 of 5) sorted by relevance
159 Rect getCurrentCrop() const;
1200 Rect r = mST->getCurrentCrop(); in TEST_F()1234 Rect r = mST->getCurrentCrop(); in TEST_F()1245 r = mST->getCurrentCrop(); in TEST_F()1257 r = mST->getCurrentCrop(); in TEST_F()
456 Rect crop = mST->getCurrentCrop(); in TEST_F()
648 Rect crop(mSurfaceTexture->getCurrentCrop()); in lockPageFlip()
662 Rect SurfaceTexture::getCurrentCrop() const { in getCurrentCrop() function in android::SurfaceTexture