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

/external/pdfium/xfa/fde/css/
H A Dfde_css.h130 enum class FDE_CSSLengthUnit : uint8_t { class in inherits:uint8_t
190 explicit FDE_CSSLength(FDE_CSSLengthUnit eUnit) : m_unit(eUnit) {}
192 FDE_CSSLength(FDE_CSSLengthUnit eUnit, FX_FLOAT fValue)
195 FDE_CSSLength& Set(FDE_CSSLengthUnit eUnit) {
200 FDE_CSSLength& Set(FDE_CSSLengthUnit eUnit, FX_FLOAT fValue) {
206 FDE_CSSLengthUnit GetUnit() const { return m_unit; }
212 FDE_CSSLengthUnit m_unit;
220 FDE_CSSRect(FDE_CSSLengthUnit eUnit, FX_FLOAT val)
226 FDE_CSSRect& Set(FDE_CSSLengthUnit eUnit) {
233 FDE_CSSRect& Set(FDE_CSSLengthUnit eUni
[all...]

Completed in 117 milliseconds