OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:antiAliasThreshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
676
const SkScalar
antiAliasThreshold
= 0.016f;
677
fCosInnerConeAngle = fCosOuterConeAngle +
antiAliasThreshold
;
678
fConeScale = SkScalarInvert(
antiAliasThreshold
);
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
676
const SkScalar
antiAliasThreshold
= 0.016f;
677
fCosInnerConeAngle = fCosOuterConeAngle +
antiAliasThreshold
;
678
fConeScale = SkScalarInvert(
antiAliasThreshold
);
[
all
...]
Completed in 6909 milliseconds