Home
last modified time | relevance | path

Searched refs:fLastLine (Results 1 – 4 of 4) 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
/third_party/flutter/skia/src/pathops/
DSkOpContour.cpp85 if (fLastLine[0] == pts[1] && fLastLine[1] == pts[0]) { in addLine()
92 memcpy(fLastLine, pts, sizeof(fLastLine)); in addLine()
106 memcpy(ptStorage, fLastLine, sizeof(fLastLine)); in flush()
DSkOpContour.h450 SkPoint fLastLine[2]; variable