Home
last modified time | relevance | path

Searched refs:pFontSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp118 FX_FLOAT* pFontSize = static_cast<FX_FLOAT*>( in GenerateBarcodeImageCache() local
120 if (pFontSize) { in GenerateBarcodeImageCache()
121 m_pBarcodeEngine->SetFontSize(*pFontSize); in GenerateBarcodeImageCache()
Dfwl_editimp.cpp1215 FX_FLOAT* pFontSize = in UpdateEditParams() local
1217 if (!pFontSize) in UpdateEditParams()
1219 m_fFontSize = *pFontSize; in UpdateEditParams()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp980 IFDE_CSSPrimitiveValue *pFontSize = NULL, *pLineHeight = NULL; in ParseFontProperty() local
999 if (pFontSize == NULL) { in ParseFontProperty()
1000 pFontSize = NewEnumValue(pStaticStore, pValue->eName); in ParseFontProperty()
1028 } else if (pFontSize == NULL) { in ParseFontProperty()
1029 pFontSize = NewEnumValue(pStaticStore, pValue->eName); in ParseFontProperty()
1038 if (pFontSize != NULL) { in ParseFontProperty()
1067 if (pFontSize == NULL) { in ParseFontProperty()
1068 pFontSize = NewNumberValue(pStaticStore, eType, fValue); in ParseFontProperty()
1086 if (pFontSize == NULL) { in ParseFontProperty()
1087 pFontSize = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_Medium); in ParseFontProperty()
[all …]