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

  /external/v4l2_codec2/vda/
vp8_bool_decoder.cc 188 uint8_t Vp8BoolDecoder::GetBottom() {
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 31 float GetBottom() const { return bottom_; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 189 INT GetBottom() const {
238 INT intersectBottom = (a.GetBottom() < b.GetBottom())
239 ? a.GetBottom() : b.GetBottom();
254 INT intersectBottom = (GetBottom() < rc.GetBottom())
255 ? GetBottom() : rc.GetBottom();
271 INT unionBottom = (a.GetBottom() < b.GetBottom()
    [all...]
  /external/v8/src/
frames.cc     [all...]

Completed in 301 milliseconds