Home
last modified time | relevance | path

Searched defs:thisLine (Results 1 – 2 of 2) sorted by relevance

/external/mtools/
Dconfig.c239 static void syntax(const char *msg, int thisLine) in syntax()
/external/skia/src/pathops/
DSkPathOpsTSect.cpp1040 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel()
1073 SkDLine thisLine = {{ span->pointFirst(), span->pointLast() }}; in linesIntersect() local