OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fractx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp
68
// FIXME: For the
fractx
case, this should be refactored out of this function.
126
SkScalar
fractx
= srcPt.fX - SkScalarFloorToScalar(srcPt.fX);
local
142
SkPMColor s0 = cubicBlend(fCoefficients,
fractx
, s00, s10, s20, s30);
147
SkPMColor s1 = cubicBlend(fCoefficients,
fractx
, s01, s11, s21, s31);
152
SkPMColor s2 = cubicBlend(fCoefficients,
fractx
, s02, s12, s22, s32);
157
SkPMColor s3 = cubicBlend(fCoefficients,
fractx
, s03, s13, s23, s33);
/external/skia/src/effects/
SkBicubicImageFilter.cpp
68
// FIXME: For the
fractx
case, this should be refactored out of this function.
126
SkScalar
fractx
= srcPt.fX - SkScalarFloorToScalar(srcPt.fX);
local
142
SkPMColor s0 = cubicBlend(fCoefficients,
fractx
, s00, s10, s20, s30);
147
SkPMColor s1 = cubicBlend(fCoefficients,
fractx
, s01, s11, s21, s31);
152
SkPMColor s2 = cubicBlend(fCoefficients,
fractx
, s02, s12, s22, s32);
157
SkPMColor s3 = cubicBlend(fCoefficients,
fractx
, s03, s13, s23, s33);
Completed in 101 milliseconds