HomeSort by relevance Sort by last modified time
    Searched refs:maxHigh (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODIntervalTree.h 128 && !(left->data().maxHigh() < interval.low()))
149 if (*curMax < left->data().maxHigh())
150 curMax = &left->data().maxHigh();
154 if (*curMax < right->data().maxHigh())
155 curMax = &right->data().maxHigh();
158 if (!(*curMax == node->data().maxHigh())) {
169 T leftMaxValue(node->data().maxHigh());
170 T rightMaxValue(node->data().maxHigh());
185 return (node->data().high() == node->data().maxHigh());
187 T localMaxValue(node->data().maxHigh());
    [all...]
PODInterval.h 135 const T& maxHigh() const { return m_maxHigh; }
136 void setMaxHigh(const T& maxHigh) { m_maxHigh = maxHigh; }
149 builder.append(", maxHigh=");
150 builder.append(ValueToString<T>::string(maxHigh()));
  /external/icu4c/test/intltest/
callimts.cpp 354 int32_t maxHigh = cal.getMaximum(f);
380 if (maxActual < maxLow || maxActual > maxHigh) {
384 ")=" + maxLow + ".." + maxHigh +
393 maxLow + ".." + maxHigh + ")");

Completed in 180 milliseconds