Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkHighContrastFilter.cpp227 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in onSetData() local
228 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()
233 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in GenKey() local
234 b->add32(static_cast<uint32_t>(hcfe.config().fGrayscale)); in GenKey()
235 b->add32(static_cast<uint32_t>(hcfe.config().fInvertStyle)); in GenKey()
236 b->add32(hcfe.linearize() ? 1 : 0); in GenKey()
240 const HighContrastFilterEffect& hcfe = args.fFp.cast<HighContrastFilterEffect>(); in emitCode() local
241 const SkHighContrastConfig& config = hcfe.config(); in emitCode()
255 if (hcfe.linearize()) { in emitCode()
345 if (hcfe.linearize()) { in emitCode()
/external/skqp/src/effects/
DSkHighContrastFilter.cpp225 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in onSetData() local
226 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()
231 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in GenKey() local
232 b->add32(static_cast<uint32_t>(hcfe.config().fGrayscale)); in GenKey()
233 b->add32(static_cast<uint32_t>(hcfe.config().fInvertStyle)); in GenKey()
234 b->add32(hcfe.linearize() ? 1 : 0); in GenKey()
238 const HighContrastFilterEffect& hcfe = args.fFp.cast<HighContrastFilterEffect>(); in emitCode() local
239 const SkHighContrastConfig& config = hcfe.config(); in emitCode()
253 if (hcfe.linearize()) { in emitCode()
343 if (hcfe.linearize()) { in emitCode()