Searched refs:addRectUnchecked (Results 1 – 3 of 3) sorted by relevance
136 void addRectUnchecked(int l, int t, int r, int b);
276 void Region::addRectUnchecked(int l, int t, int r, int b) in addRectUnchecked() function in android::Region
290 reg.addRectUnchecked(r.fLeft, r.fTop, r.fRight, r.fBottom); in nativeSetTransparentRegionHint()