Home
last modified time | relevance | path

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

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