Home
last modified time | relevance | path

Searched refs:fLastLine (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpContour.cpp84 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
91 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
105 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
DSkOpContour.h449 SkPoint fLastLine[2]; variable