Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsCppStructs.h214 class UInt2 {
218 UInt2(uint32_t initX, uint32_t initY) in UInt2() function
220 UInt2() : x(0), y(0) {} in UInt2() function