Searched refs:fx (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/interface/
H A DGradientRadialFocus.cpp19 fData.radial_focus.fx = 0.0f;
32 fData.radial_focus.fx = focal.x;
41 float fx, float fy)
45 fData.radial_focus.fx = fx;
82 return BPoint(fData.radial_focus.fx, fData.radial_focus.fy);
90 fData.radial_focus.fx = focal.x;
97 BGradientRadialFocus::SetFocal(float fx, float fy) argument
99 fData.radial_focus.fx = fx;
40 BGradientRadialFocus(float cx, float cy, float radius, float fx, float fy) argument
[all...]
H A DGradient.cpp154 if (archive->FindFloat("radial_f_fx", (float*)&fData.radial_focus.fx) < B_OK)
155 fData.radial_focus.fx = 0.0f;
229 ret = into->AddFloat("radial_f_fx", (float)fData.radial_focus.fx);
518 stream->Write(&fData.radial_focus.fx, sizeof(float));
601 stream->Read(&gradient->fData.radial_focus.fx, sizeof(float));
/haiku/headers/os/interface/
H A DGradientRadialFocus.h25 float radius, float fx, float fy);
33 void SetFocal(float fx, float fy);
H A DGradient.h109 float cx, cy, fx, fy, radius; member in struct:BGradient::__anon1::__anon4
/haiku/headers/libs/agg/
H A Dagg_ellipse_bresenham.h52 int fx, fy, fxy; local
54 mx = fx = m_cur_f + m_inc_x + m_ry2;
87 m_cur_f = fx;
H A Dagg_span_gradient.h197 gradient_radial_focus(double r, double fx, double fy) : argument
199 m_focus_x(iround(fx * gradient_subpixel_scale)),
206 void init(double r, double fx, double fy) argument
209 m_focus_x = iround(fx * gradient_subpixel_scale);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h116 float fx, fy; member in struct:NSVGgradient
396 NSVGcoordinate cx, cy, r, fx, fy; member in struct:NSVGradialData
874 float cx, cy, fx, fy, r; local
877 fx = nsvg__convertToPixels(p, data->radial.fx, ox, sw);
884 grad->fx = fx / r;
2590 } else if (strcmp(attr[i], "fx") == 0) {
2591 grad->radial.fx = nsvg__parseCoordinateRaw(attr[i + 1]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c1162 int32_t fx[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; local
1192 fx[nnf] = FBIN2FREQ(p_cal_pier[ipier], is_2ghz);
1205 nf_use = interpolate(frequency, fx, nf, nnf);

Completed in 208 milliseconds