Searched defs:inputCount (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/effects/ |
D | SkMergeImageFilter.cpp | 18 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/ |
D | hb-ot-layout-gsubgpos-private.hh | 1061 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/ |
D | SkImageFilter.cpp | 160 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect) in SkImageFilter() 183 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) in SkImageFilter()
|