OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_output
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-buffer-private.hh
90
bool
have_output
; /* Whether we have an output buffer going on */
member in struct:hb_buffer_t
95
unsigned int out_len; /* Length of ->out array if
have_output
*/
175
{ return
have_output
? out_len : idx; }
210
if (
have_output
)
hb-buffer.cc
170
assert (
have_output
);
182
assert (
have_output
);
201
have_output
= false;
242
have_output
= false;
293
have_output
= false;
306
have_output
= true;
319
have_output
= false;
333
assert (
have_output
);
334
have_output
= false;
410
if (!
have_output
)
[
all
...]
Completed in 1323 milliseconds