Searched defs:CFX_CSSLengthUnit (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/css/
H A Dcfx_css.h128 enum class CFX_CSSLengthUnit : uint8_t { class in inherits:uint8_t
188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {}
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue)
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) {
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) {
204 CFX_CSSLengthUnit GetUnit() const { return m_unit; }
210 CFX_CSSLengthUnit m_unit;
218 CFX_CSSRect(CFX_CSSLengthUnit eUnit, float val)
224 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit) {
231 CFX_CSSRect& Set(CFX_CSSLengthUnit eUni
[all...]

Completed in 51 milliseconds