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

  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 540 FX_RECT(int left1, int top1, int right1, int bottom1)
543 top = top1;
567 void Intersect(int left1, int top1, int right1, int bottom1)
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
616 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1)
621 top = top1;
  /external/fio/
cconv.c 467 struct thread_options_pack top1, top2; local
469 memset(&top1, 0, sizeof(top1));
472 convert_thread_options_to_net(&top1, __o);
474 convert_thread_options_to_cpu(&o, &top1);
479 return memcmp(&top1, &top2, sizeof(top1));
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 406 uint8 top1 = (probs >> 8) & 0xff; local
407 if (top1 > 0) {tote->Add(top1, cld::LgProb3(prob123_entry, 0));}
compact_lang_det_impl.cc 1796 uint8 top1 = (probs >> 8) & 0xff; local
1818 uint8 top1 = (probs >> 8) & 0xff; local
1839 uint8 top1 = (probs >> 8) & 0xff; local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 222 Widget* top1 = CreateTopLevelPlatformWidget(); local
224 top1->GetInputMethod();
225 top1->Show();
232 top1->Activate();
240 top1->Activate();
243 top1->CloseNow();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 618 VGfloat top1 = dst->y + dst->height; local
622 top2 > bottom1 || bottom2 < top1);
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 618 VGfloat top1 = dst->y + dst->height; local
622 top2 > bottom1 || bottom2 < top1);
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 489 milliseconds