HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_MSG (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 81 DEBUG_MSG (UNISCRIBE, face, "Face has empty blob");
87 DEBUG_MSG (UNISCRIBE, face, "Face AddFontMemResourceEx() failed");
131 DEBUG_MSG (UNISCRIBE, NULL, "Didn't find English name table entry");
135 DEBUG_MSG (UNISCRIBE, NULL, "Font name too long");
158 DEBUG_MSG (UNISCRIBE, font, "Font populate_log_font() failed");
165 DEBUG_MSG (UNISCRIBE, font, "Font CreateFontIndirectW() failed");
171 DEBUG_MSG (UNISCRIBE, font, "Font SelectObject() failed");
246 DEBUG_MSG (UNISCRIBE, NULL, __VA_ARGS__); \
hb-coretext.cc 72 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
79 DEBUG_MSG (CORETEXT, face, "Face CGFontCreateWithDataProvider() failed");
125 DEBUG_MSG (CORETEXT, font, "Font CTFontCreateWithGraphicsFont() failed");
186 DEBUG_MSG (CORETEXT, NULL, __VA_ARGS__); \
hb-object-private.hh 166 DEBUG_MSG (OBJECT, (void *) this,
hb-ft.cc 443 DEBUG_MSG (FT, font, "Font face has empty blob");
454 DEBUG_MSG (FT, font, "Font face FT_New_Memory_Face() failed");
hb-buffer.cc 543 DEBUG_MSG (BUFFER, buffer,
554 DEBUG_MSG (BUFFER, this,
570 DEBUG_MSG (BUFFER, this,
587 DEBUG_MSG (BUFFER, this,
hb-old.cc 226 DEBUG_MSG (OLD, font, "malloc()ing HB_Font failed");
hb-private.hh 683 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false, 0, 0, __VA_ARGS__)

Completed in 508 milliseconds