Searched refs:inputCount (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/effects/
H A DSkMergeImageFilter.cpp33 int inputCount = this->countInputs(); local
34 if (inputCount < 1) {
41 std::unique_ptr<sk_sp<SkSpecialImage>[]> inputs(new sk_sp<SkSpecialImage>[inputCount]);
42 std::unique_ptr<SkIPoint[]> offsets(new SkIPoint[inputCount]);
45 for (int i = 0; i < inputCount; ++i) {
82 for (int i = 0; i < inputCount; ++i) {
118 const int count = common.inputCount();
/external/skia/include/core/
H A DSkImageFilter.h251 * If this returns true, then inputCount() is the number of found input filters, each
257 int inputCount() const { return fInputs.count(); }
270 SkImageFilter(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect);
277 * @param inputCount The exact number of inputs expected for this SkImageFilter object.
281 explicit SkImageFilter(int inputCount, SkReadBuffer& rb);
421 void init(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1070 unsigned int inputCount, /* Including the first glyph (not matched) */
1077 inputCount ? inputCount - 1 : 0, input,
1084 unsigned int inputCount, /* Including the first glyph (not matched) */
1091 inputCount ? inputCount - 1 : 0, input,
1098 unsigned int inputCount, /* Including the first glyph (not matched) */
1105 inputCount, input,
1109 unsigned int inputCount, /* Including the first glyph (not matched) */
1118 inputCount, inpu
1069 context_closure_lookup(hb_closure_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextClosureLookupContext &lookup_context) argument
1083 context_collect_glyphs_lookup(hb_collect_glyphs_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextCollectGlyphsLookupContext &lookup_context) argument
1097 context_would_apply_lookup(hb_would_apply_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount HB_UNUSED, const LookupRecord lookupRecord[] HB_UNUSED, ContextApplyLookupContext &lookup_context) argument
1108 context_apply_lookup(hb_apply_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextApplyLookupContext &lookup_context) argument
1175 USHORT inputCount; /* Total number of glyphs in input member in struct:OT::Rule
1566 chain_context_closure_lookup(hb_closure_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextClosureLookupContext &lookup_context) argument
1590 chain_context_collect_glyphs_lookup(hb_collect_glyphs_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextCollectGlyphsLookupContext &lookup_context) argument
1614 chain_context_would_apply_lookup(hb_would_apply_context_t *c, unsigned int backtrackCount, const USHORT backtrack[] HB_UNUSED, unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[] HB_UNUSED, unsigned int lookupCount HB_UNUSED, const LookupRecord lookupRecord[] HB_UNUSED, ChainContextApplyLookupContext &lookup_context) argument
1631 chain_context_apply_lookup(hb_apply_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextApplyLookupContext &lookup_context) argument
[all...]
/external/skia/src/core/
H A DSkImageFilter.cpp149 int inputCount,
153 fInputs.reset(inputCount);
155 for (int i = 0; i < inputCount; ++i) {
164 int inputCount,
168 this->init(inputs, inputCount, cropRect);
175 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) argument
180 if (common.unflatten(buffer, inputCount)) {
181 this->init(common.inputs(), common.inputCount(), &common.cropRect());
148 init(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect) argument
163 SkImageFilter(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect) argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java1351 int inputCount = new TestFutureBatch().allFutures.size();
1353 for (int i = 0; i < inputCount; i++) {
1354 for (int j = 0; j < inputCount; j++) {

Completed in 266 milliseconds