| 561 | } |
| 562 | |
| 563 | StyleSheetProperty* StyleSheetProperty::getPropertyIndexRef( const Uint32& index ) { |
| 564 | eeASSERT( index < mIndexedProperty.size() ); |
| 565 | return &mIndexedProperty[index]; |
| 566 | } |
| 567 | |
| 568 | const Uint32& StyleSheetProperty::getIndex() const { |
| 569 | return mIndex; |
no test coverage detected