Home
last modified time | relevance | path

Searched refs:fDuplicatePt (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h71 return fDuplicatePt; in duplicate()
121 bool fDuplicatePt; // set if identical pt is somewhere in the next loop variable
DSkOpSpan.cpp29 fDuplicatePt = duplicate; in init()
DSkPathOpsPostSect.cpp29 fDuplicatePt = duplicate; in init()
/external/skia/tests/
DPathOpsDebug.cpp897 this->fDuplicatePt ? " dup" : "", this->fDeleted ? " deleted" : ""); in dumpBase()