Searched refs:bItem (Results 1 – 3 of 3) sorted by relevance
221 bool bItem = false; in GetOCGVE() local223 bItem = GetOCGVisible(pDict); in GetOCGVE()225 bItem = GetOCGVE(pArray, nLevel + 1); in GetOCGVE()228 bValue = bItem; in GetOCGVE()231 bValue = bValue || bItem; in GetOCGVE()233 bValue = bValue && bItem; in GetOCGVE()262 bool bItem = true; in LoadOCMDState() local268 bItem = GetOCGVisible(pItemDict); in LoadOCMDState()270 if ((csP == "AnyOn" && bItem) || (csP == "AnyOff" && !bItem)) in LoadOCMDState()272 if ((csP == "AllOn" && !bItem) || (csP == "AllOff" && bItem)) in LoadOCMDState()
52 T bItem = bi.next(); in compare() local54 …ult = comparator != null ? comparator.compare(aItem, bItem) : ((Comparable<T>)aItem).compareTo(bIt… in compare()
54 T bItem = bi.next(); in compare() local56 …ult = comparator != null ? comparator.compare(aItem, bItem) : ((Comparable<T>)aItem).compareTo(bIt… in compare()