Home
last modified time | relevance | path

Searched refs:useAF (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRuntimeEffect.cpp230 settings.fUseAF = options.useAF; in MakeFromSource()
529 struct KnownOptions { bool forceNoInline, enforceES2Restrictions, allowFragCoord, useAF; }; in SkRuntimeEffect() member
538 fHash = SkOpts::hash_fn(&options.useAF, sizeof(options.useAF), fHash); in SkRuntimeEffect()
/third_party/skia/include/effects/
DSkRuntimeEffect.h102 bool useAF = false; variable