Home | History | Annotate | Download | only in plugins

Lines Matching refs:dirtyRect

94 static bool anp_lock(JNIEnv* env, jobject surfaceView, ANPBitmap* bitmap, ANPRectI* dirtyRect) {
106 if (dirtyRect) {
107 Rect rect(dirtyRect->left, dirtyRect->top, dirtyRect->right, dirtyRect->bottom);
123 if (dirtyRect) {
125 dirtyRect->left = dirtyBounds.left;
126 dirtyRect->right = dirtyBounds.right;
127 dirtyRect->top = dirtyBounds.top;
128 dirtyRect->bottom = dirtyBounds.bottom;