Searched refs:Picas (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstylesheet_unittest.cpp | 217 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F() 227 VerifyFloat(CFX_CSSProperty::BorderRightWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F() 232 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F() 238 CFX_CSSNumberType::Picas); in TEST_F()
|
D | cfx_cssnumbervalue.h | 23 Picas, enumerator
|
D | cfx_cssnumbervalue.cpp | 33 case CFX_CSSNumberType::Picas: in Apply()
|
D | cfx_cssdata.cpp | 263 {L"mm", CFX_CSSNumberType::MilliMeters}, {L"pc", CFX_CSSNumberType::Picas},
|