Home
last modified time | relevance | path

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

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