Searched refs:_mHeight (Results 1 – 1 of 1) sorted by relevance
1451 inline constexpr uint32_t height() const { return _mHeight; } in height()1454 return C2Rect(_mWidth, _mHeight); in C2Rect()1459 : _mWidth(width), _mHeight(height) { } in _C2PlanarCapacityAspect()1463 _mHeight(parent == nullptr ? 0 : parent->height()) { } in _C2PlanarCapacityAspect()1467 uint32_t _mHeight; variable