Home
last modified time | relevance | path

Searched refs:rangeIntersection (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DRangeManip.cpp19 bool Range::rangeIntersection(const Range& r,Range& rOut) const { in rangeIntersection() function in Range
84 if (r.rangeIntersection(list[i],intersection)) { in delRange()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DRangeManip.h41 bool rangeIntersection(const Range& r,Range& rOut) const ;