Home | History | Annotate | Download | only in style

Lines Matching refs:NinePieceImage

44 #include "NinePieceImage.h"
421 const NinePieceImage& borderImage() const { return surround->border.image(); }
593 const NinePieceImage& maskBoxImage() const { return rareNonInheritedData->m_maskBoxImage; }
836 void resetBorderImage() { SET_VAR(surround, border.m_image, NinePieceImage()) }
852 void setBorderImage(const NinePieceImage& b) { SET_VAR(surround, border.m_image, b) }
969 void setMaskBoxImage(const NinePieceImage& b) { SET_VAR(rareNonInheritedData, m_maskBoxImage, b) }
1222 static NinePieceImage initialNinePieceImage() { return NinePieceImage(); }