OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ffx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/bench/
InterpBench.cpp
17
float
fFx
, fDx;
21
fFx
= 3.3f;
41
this->performTest(fDst,
fFx
, fDx, kBuffer);
143
double
ffx
= fx;
variable
147
tmp = SkDoubleToFixed(
ffx
); dst[i + 0] = TILE(tmp, count);
ffx
+= ddx;
148
tmp = SkDoubleToFixed(
ffx
); dst[i + 1] = TILE(tmp, count);
ffx
+= ddx;
149
tmp = SkDoubleToFixed(
ffx
); dst[i + 2] = TILE(tmp, count);
ffx
+= ddx
[
all
...]
/external/chromium_org/third_party/skia/samplecode/
SamplePath.cpp
63
int
ffx
= SkScalarToFixed(x);
local
64
SkDebugf("%g %x %x %x\n", x, ix, fx,
ffx
);
Completed in 39 milliseconds