Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:FX_atof

83         fFontSize = FX_atof((CFX_ByteString)syntax.GetWord());

153 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
159 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
160 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
161 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
167 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
168 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
169 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
170 fc[3] = FX_atof((CFX_ByteString)syntax.GetWord());
183 FX_FLOAT g = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f;
190 FX_FLOAT r = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f;
191 FX_FLOAT g = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f;
192 FX_FLOAT b = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f;
199 FX_FLOAT c = FX_atof((CFX_ByteString)syntax.GetWord());
200 FX_FLOAT m = FX_atof((CFX_ByteString)syntax.GetWord());
201 FX_FLOAT y = FX_atof((CFX_ByteString)syntax.GetWord());
202 FX_FLOAT k = FX_atof((CFX_ByteString)syntax.GetWord());
243 f[i] = FX_atof((CFX_ByteString)syntax.GetWord());