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

  /external/valgrind/main/drd/
pub_drd_bitmap.h 58 typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 522 const SkPoint& eEnd = eContour.end();
525 if (!SkDPoint::ApproximatelyEqual(eStart, eEnd)) {
531 eStart.fX, eStart.fY, eEnd.fX, eEnd.fY);
533 if (SkDPoint::ApproximatelyEqual(eStart, eEnd)) {
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 522 const SkPoint& eEnd = eContour.end();
525 if (!SkDPoint::ApproximatelyEqual(eStart, eEnd)) {
531 eStart.fX, eStart.fY, eEnd.fX, eEnd.fY);
533 if (SkDPoint::ApproximatelyEqual(eStart, eEnd)) {
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 395 long eEnd = cEvents.getLong(PROJECTION_END_INDEX);
401 e.endMillis = eEnd;

Completed in 108 milliseconds