Searched refs:pFontSize (Results 1 – 3 of 3) sorted by relevance
118 FX_FLOAT* pFontSize = static_cast<FX_FLOAT*>( in GenerateBarcodeImageCache() local120 if (pFontSize) { in GenerateBarcodeImageCache()121 m_pBarcodeEngine->SetFontSize(*pFontSize); in GenerateBarcodeImageCache()
1215 FX_FLOAT* pFontSize = in UpdateEditParams() local1217 if (!pFontSize) in UpdateEditParams()1219 m_fFontSize = *pFontSize; in UpdateEditParams()
980 IFDE_CSSPrimitiveValue *pFontSize = NULL, *pLineHeight = NULL; in ParseFontProperty() local999 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 …]