HomeSort by relevance Sort by last modified time
    Searched refs:addRectUnchecked (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/ui/
Region.h 139 void addRectUnchecked(int l, int t, int r, int b);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 274 reg.addRectUnchecked(r.fLeft, r.fTop, r.fRight, r.fBottom);
  /frameworks/native/libs/ui/
Region.cpp 265 void Region::addRectUnchecked(int l, int t, int r, int b)

Completed in 88 milliseconds