Searched refs:_mHeight (Results 1 – 1 of 1) sorted by relevance
1450 inline constexpr uint32_t height() const { return _mHeight; } in height()1453 return C2Rect(_mWidth, _mHeight); in C2Rect()1458 : _mWidth(width), _mHeight(height) { } in _C2PlanarCapacityAspect()1462 _mHeight(parent == nullptr ? 0 : parent->height()) { } in _C2PlanarCapacityAspect()1466 uint32_t _mHeight; variable