Searched refs:FX_atof (Results 1 – 6 of 6) sorted by relevance
63 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord()); in GetFont()133 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()139 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()140 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()141 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()147 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()148 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()149 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()150 fc[3] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()164 FX_FLOAT g = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f; in GetColor()[all …]
227 return CPVT_Color(CT_GRAY, FX_atof(syntax.GetWord())); in ParseColor()231 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()232 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()233 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()238 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()239 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()240 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()241 FX_FLOAT f4 = FX_atof(syntax.GetWord()); in ParseColor()290 FX_FLOAT fFontSize = FX_atof(syntax.GetWord()); in GenerateWidgetAP()
1100 m_FontSize = FX_atof(syntax.GetWord()); in LoadDA()
121 *(FX_FLOAT*)pData = FX_atof(strc); in FX_atonum()124 FX_FLOAT FX_atof(const CFX_ByteStringC& strc) { in FX_atof() function
797 FX_FLOAT FX_atof(const CFX_ByteStringC& str);
212 *pd = FX_atof(word); in Parse()