Searched refs:eStart (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 216 const SkPoint& eStart = eContour->start(); in Assemble() local 220 if (!SkDPoint::ApproximatelyEqual(eStart, eEnd)) { in Assemble() 226 eStart.fX, eStart.fY, eEnd.fX, eEnd.fY); in Assemble() 228 if (SkDPoint::ApproximatelyEqual(eStart, eEnd)) { in Assemble()
|
/external/valgrind/drd/ |
D | pub_drd_bitmap.h | 58 typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT; enumerator
|
D | drd_main.c | 346 DRD_(trace_mem_access)(a1, len, eStart, 0, 0); in drd_start_using_mem()
|
D | drd_load_store.c | 122 : access_type == eStart ? "start" in DRD_()
|