Home
last modified time | relevance | path

Searched refs:Picas (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp217 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()
Dcfx_cssnumbervalue.h23 Picas, enumerator
Dcfx_cssnumbervalue.cpp33 case CFX_CSSNumberType::Picas: in Apply()
Dcfx_cssdata.cpp263 {L"mm", CFX_CSSNumberType::MilliMeters}, {L"pc", CFX_CSSNumberType::Picas},