Home
last modified time | relevance | path

Searched refs:DIV_CEIL (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc286 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) + in _hb_graphite2_shape()
287 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size) in _hb_graphite2_shape()
301 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ in _hb_graphite2_shape()
Dhb-directwrite.cc567 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ in _hb_directwrite_shape_full()
Dhb-private.hh230 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b) in DIV_CEIL() function
Dhb-uniscribe.cc755 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ in _hb_uniscribe_shape()
Dhb-coretext.cc718 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ in _hb_coretext_shape()