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

/external/libvncserver/vncterm/
H A DVNConsole.h36 int inputCount; member in struct:vncConsole
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp18 int inputCount = countInputs(); local
19 if (inputCount) {
20 size_t size = sizeof(uint8_t) * inputCount;
34 int inputCount = countInputs(); local
35 for (int i = 0; i < inputCount; ++i) {
80 int inputCount = countInputs(); local
81 for (int i = 0; i < inputCount; ++i) {
115 const int count = common.inputCount();
/external/skia/src/core/
H A DSkImageFilter.cpp117 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect) argument
118 : fInputCount(inputCount),
119 fInputs(new SkImageFilter*[inputCount]),
123 for (int i = 0; i < inputCount; ++i) {
139 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) argument
143 if (common.unflatten(buffer, inputCount)) {
145 fInputCount = common.inputCount();
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1077 unsigned int inputCount, /* Including the first glyph (not matched) */
1084 inputCount ? inputCount - 1 : 0, input,
1091 unsigned int inputCount, /* Including the first glyph (not matched) */
1098 inputCount ? inputCount - 1 : 0, input,
1105 unsigned int inputCount, /* Including the first glyph (not matched) */
1112 inputCount, input,
1116 unsigned int inputCount, /* Including the first glyph (not matched) */
1125 inputCount, inpu
1076 context_closure_lookup(hb_closure_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextClosureLookupContext &lookup_context) argument
1090 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
1104 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
1115 context_apply_lookup(hb_apply_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextApplyLookupContext &lookup_context) argument
1181 USHORT inputCount; /* Total number of glyphs in input member in struct:OT::Rule
1578 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
1602 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
1626 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
1643 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 2843 milliseconds