OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scratch_size
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-graphite2.cc
250
unsigned int
scratch_size
;
local
251
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
283
scratch = buffer->get_scratch_buffer (&
scratch_size
);
285
DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) >
scratch_size
)
293
scratch = buffer->get_scratch_buffer (&
scratch_size
);
300
assert (_consumed <=
scratch_size
); \
302
scratch_size
-= _consumed; \
hb-coretext.cc
672
unsigned int
scratch_size
;
local
673
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
679
if (unlikely (_consumed >
scratch_size
)) \
685
scratch_size
-= _consumed; \
749
scratch = buffer->get_scratch_buffer (&
scratch_size
);
753
scratch_size
-= old_scratch_used;
[
all
...]
hb-directwrite.cc
630
unsigned int
scratch_size
;
local
631
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
636
assert (_consumed <=
scratch_size
); \
638
scratch_size
-= _consumed; \
770
unsigned int glyphs_size = (
scratch_size
* sizeof(int) - 2)
hb-uniscribe.cc
747
unsigned int
scratch_size
;
local
748
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
754
assert (_consumed <=
scratch_size
); \
756
scratch_size
-= _consumed; \
797
unsigned int glyphs_size = (
scratch_size
* sizeof (int) - 2)
Completed in 189 milliseconds