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