Home
last modified time | relevance | path

Searched defs:maxHigh (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODInterval.h135 const T& maxHigh() const { return m_maxHigh; } in maxHigh() function
136 void setMaxHigh(const T& maxHigh) { m_maxHigh = maxHigh; } in setMaxHigh()
/external/icu4c/test/intltest/
Dcallimts.cpp354 int32_t maxHigh = cal.getMaximum(f); in doLimitsTest() local