Searched refs:fPathStrokeTail (Results 1 – 2 of 2) sorted by relevance
120 *fPathStrokeTail = headCopy; in onCombineIfPossible()121 fPathStrokeTail = (op->fPathStrokeTail == &op->fPathStrokeList.fNext) ? &headCopy->fNext in onCombineIfPossible()122 : op->fPathStrokeTail; in onCombineIfPossible()
67 PathStrokeList** fPathStrokeTail = &fPathStrokeList.fNext; variable