HomeSort by relevance Sort by last modified time
    Searched defs:eStart (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 521 const SkPoint& eStart = eContour.start();
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 521 const SkPoint& eStart = eContour.start();
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 394 long eStart = cEvents.getLong(PROJECTION_BEGIN_INDEX);
397 e.startMillis = eStart;

Completed in 109 milliseconds