Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp284 int* linkTwo = endTwo ? eLink.begin() : sLink.begin(); in Assemble() local
285 if (linkTwo[ndxTwo] != SK_MaxS32) { in Assemble()
288 SkASSERT(&linkOne[ndxOne] != &linkTwo[ndxTwo]); in Assemble()
291 linkTwo[ndxTwo] = flip ? ~ndxOne : ndxOne; in Assemble()