OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_output
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh
62
bool
have_output
; /* Whether we have an output buffer going on */
member in struct:hb_buffer_t
67
unsigned int out_len; /* Length of ->out array if
have_output
*/
105
{ return
have_output
? out_len : idx; }
145
if (
have_output
)
hb-buffer.cc
133
assert (
have_output
);
145
assert (
have_output
);
158
have_output
= false;
197
have_output
= false;
248
have_output
= false;
261
have_output
= true;
274
have_output
= false;
288
assert (
have_output
);
289
have_output
= false;
365
if (!
have_output
)
[
all
...]
/external/harfbuzz_ng/src/
hb-buffer-private.hh
62
bool
have_output
; /* Whether we have an output buffer going on */
member in struct:hb_buffer_t
67
unsigned int out_len; /* Length of ->out array if
have_output
*/
103
{ return
have_output
? out_len : idx; }
140
if (
have_output
)
hb-buffer.cc
133
assert (
have_output
);
145
have_output
= false;
183
have_output
= false;
234
have_output
= false;
247
have_output
= true;
260
have_output
= false;
274
assert (
have_output
);
275
have_output
= false;
631
true, /*
have_output
*/
Completed in 87 milliseconds