Home
last modified time | relevance | path

Searched defs:inputCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/
DSkMergeImageFilter.cpp18 int inputCount = this->countInputs(); in initAllocModes() local
34 int inputCount = this->countInputs(); in initModes() local
61 int inputCount = this->countInputs(); in onFilterImageDeprecated() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh1061 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_closure_lookup()
1075 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_collect_glyphs_lookup()
1089 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_would_apply_lookup()
1100 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_apply_lookup()
1166 USHORT inputCount; /* Total number of glyphs in input member
1560 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_closure_lookup()
1584 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_collect_glyphs_lookup()
1608 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_would_apply_lookup()
1625 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_apply_lookup()
/external/skia/src/core/
DSkImageFilter.cpp160 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect) in SkImageFilter()
183 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) in SkImageFilter()