Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc780 hb_buffer_t::scratch_buffer_t *old_scratch; in _hb_coretext_shape() local
781 old_scratch = buffer->get_scratch_buffer (&old_scratch_used); in _hb_coretext_shape()
782 old_scratch_used = scratch - old_scratch; in _hb_coretext_shape()
790 …hars = reinterpret_cast<UniChar *> (((char *) scratch + ((char *) pchars - (char *) old_scratch))); in _hb_coretext_shape()
791 …terpret_cast<unsigned int *> (((char *) scratch + ((char *) log_clusters - (char *) old_scratch))); in _hb_coretext_shape()