Searched refs:hcfe (Results 1 – 2 of 2) sorted by relevance
227 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in onSetData() local228 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()233 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in GenKey() local234 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() local241 const SkHighContrastConfig& config = hcfe.config(); in emitCode()255 if (hcfe.linearize()) { in emitCode()345 if (hcfe.linearize()) { in emitCode()
225 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in onSetData() local226 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()231 const HighContrastFilterEffect& hcfe = proc.cast<HighContrastFilterEffect>(); in GenKey() local232 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() local239 const SkHighContrastConfig& config = hcfe.config(); in emitCode()253 if (hcfe.linearize()) { in emitCode()343 if (hcfe.linearize()) { in emitCode()