Searched defs:Geometry (Results 1 – 5 of 5) sorted by relevance
66 struct Geometry { struct68 FloatRect boundaries = FloatRect();71 mat4 positionTransform = mat4();101 // Geometry information argument
426 struct Geometry { struct428 uint32_t record_count;429 uint32_t record_size;432 uint32_t head;433 uint32_t tail;436 uint32_t head_index;439 uint32_t tail_index;442 uint32_t count;445 uint32_t space;
118 struct Geometry { struct123 inline bool operator==(const Geometry& rhs) const { argument
52 public interface Geometry { interface in CbGeoUtils
128 TYPED_TEST(BroadcastRingTest, Geometry) { in TYPED_TEST() argument