HomeSort by relevance Sort by last modified time
    Searched defs:GetRight (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 30 float GetRight() const { return right_; }
  /art/compiler/optimizing/
nodes_vector.h 178 HInstruction* GetRight() const { return InputAt(1); }
nodes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 209 INT GetRight() const {
236 INT intersectRight = (a.GetRight() < b.GetRight())
237 ? a.GetRight() : b.GetRight();
252 INT intersectRight = (GetRight() < rc.GetRight())
253 ? GetRight() : rc.GetRight();
269 INT unionRight = (a.GetRight() < b.GetRight()
    [all...]

Completed in 275 milliseconds