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

/external/skia/src/effects/
H A DSkMergeImageFilter.cpp18 int inputCount = this->countInputs(); local
19 if (inputCount) {
20 size_t size = sizeof(uint8_t) * inputCount;
34 int inputCount = this->countInputs(); local
35 for (int i = 0; i < inputCount; ++i) {
61 int inputCount = this->countInputs(); local
62 if (inputCount < 1) {
68 SkAutoTDeleteArray<SkBitmap> inputs(new SkBitmap[inputCount]);
69 SkAutoTDeleteArray<SkIPoint> offsets(new SkIPoint[inputCount]);
73 for (int i = 0; i < inputCount;
[all...]
/external/skia/src/core/
H A DSkImageFilter.cpp160 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect) argument
161 : fInputCount(inputCount),
162 fInputs(new SkImageFilter*[inputCount]),
166 for (int i = 0; i < inputCount; ++i) {
183 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) argument
187 if (common.unflatten(buffer, inputCount)) {
189 fInputCount = common.inputCount();
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1061 unsigned int inputCount, /* Including the first glyph (not matched) */
1068 inputCount ? inputCount - 1 : 0, input,
1075 unsigned int inputCount, /* Including the first glyph (not matched) */
1082 inputCount ? inputCount - 1 : 0, input,
1089 unsigned int inputCount, /* Including the first glyph (not matched) */
1096 inputCount, input,
1100 unsigned int inputCount, /* Including the first glyph (not matched) */
1109 inputCount, inpu
1060 context_closure_lookup(hb_closure_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextClosureLookupContext &lookup_context) argument
1074 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
1088 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
1099 context_apply_lookup(hb_apply_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextApplyLookupContext &lookup_context) argument
1166 USHORT inputCount; /* Total number of glyphs in input member in struct:OT::Rule
1557 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
1581 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
1605 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
1622 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...]

Completed in 347 milliseconds