Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp282 int ndxTwo = thingTwo >> 1; in Assemble() local
285 if (linkTwo[ndxTwo] != SK_MaxS32) { in Assemble()
288 SkASSERT(&linkOne[ndxOne] != &linkTwo[ndxTwo]); in Assemble()
290 linkOne[ndxOne] = flip ? ~ndxTwo : ndxTwo; in Assemble()
291 linkTwo[ndxTwo] = flip ? ~ndxOne : ndxOne; in Assemble()