Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-blob.hh54 HB_INTERNAL bool try_make_writable_inplace ();
Dhb-blob.cc435 hb_blob_t::try_make_writable_inplace () in try_make_writable_inplace() function in hb_blob_t
458 if (this->mode == HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE && this->try_make_writable_inplace ()) in try_make_writable()