Searched refs:clipR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp73 ANPRectF clipR; local
74 clipR.left = clip.left;
75 clipR.top = clip.top;
76 clipR.right = clip.right;
77 clipR.bottom = clip.bottom;
78 gCanvasI.clipRect(canvas, &clipR);

Completed in 46 milliseconds