Searched refs:decompose_compatibility (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.hh | 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 89 unsigned int decompose_compatibility (hb_codepoint_t u, in decompose_compatibility() function 95 …unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatib… in decompose_compatibility()
|
D | hb-unicode.cc | 451 return ufuncs->decompose_compatibility (u, decomposed); in hb_unicode_decompose_compatibility()
|
/third_party/harfbuzz/src/ |
D | hb-unicode.hh | 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 89 unsigned int decompose_compatibility (hb_codepoint_t u, in decompose_compatibility() function 95 …unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatib… in decompose_compatibility()
|
D | hb-unicode.cc | 482 return ufuncs->decompose_compatibility (u, decomposed); in hb_unicode_decompose_compatibility()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.hh | 51 HB_IF_NOT_DEPRECATED (HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility)) \ 89 unsigned int decompose_compatibility (hb_codepoint_t u, in decompose_compatibility() function 95 …unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatib… in decompose_compatibility()
|
D | hb-unicode.cc | 482 return ufuncs->decompose_compatibility (u, decomposed); in hb_unicode_decompose_compatibility()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1003 - Disable use of decompose_compatibility() callback.
|
/third_party/harfbuzz/ |
D | NEWS | 1212 - Disable use of decompose_compatibility() callback.
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1346 - Disable use of decompose_compatibility() callback.
|