OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_hb_debug
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
571
_hb_debug
(unsigned int level,
function
577
#define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (
_hb_debug
((LEVEL), HB_DEBUG_##WHAT))
590
if (!
_hb_debug
(level, max_level))
/external/harfbuzz_ng/src/
hb-private.hh
560
_hb_debug
(unsigned int level,
function
566
#define DEBUG_LEVEL(WHAT, LEVEL) (
_hb_debug
((LEVEL), HB_DEBUG_##WHAT))
579
if (!
_hb_debug
(level, max_level))
Completed in 110 milliseconds