Searched refs:bItem (Results 1 – 3 of 3) sorted by relevance
220 bool bItem = false; in GetOCGVE() local222 bItem = GetOCGVisible(pDict); in GetOCGVE()224 bItem = GetOCGVE(pArray, nLevel + 1); in GetOCGVE()227 bValue = bItem; in GetOCGVE()230 bValue = bValue || bItem; in GetOCGVE()232 bValue = bValue && bItem; in GetOCGVE()258 bool bItem = true; in LoadOCMDState() local261 bItem = GetOCGVisible(pItemDict); in LoadOCMDState()263 if ((csP == "AnyOn" && bItem) || (csP == "AnyOff" && !bItem)) in LoadOCMDState()265 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()