Searched refs:_mHeight (Results 1 – 1 of 1) sorted by relevance
1585 inline constexpr uint32_t height() const { return _mHeight; } in height()1588 return C2Rect(_mWidth, _mHeight); in C2Rect()1593 : _mWidth(width), _mHeight(height) { } in _C2PlanarCapacityAspect()1597 _mHeight(parent == nullptr ? 0 : parent->height()) { } in _C2PlanarCapacityAspect()1601 uint32_t _mHeight; variable