OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_MSG
(Results
1 - 13
of
13
) 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__)
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc
217
DEBUG_MSG
(UNISCRIBE, NULL, "OpenType versions of functions not found; falling back.");
445
DEBUG_MSG
(UNISCRIBE, face, "Face has empty blob");
460
DEBUG_MSG
(UNISCRIBE, face, "Face AddFontMemResourceEx() failed");
515
DEBUG_MSG
(UNISCRIBE, font, "Font populate_log_font() failed");
522
DEBUG_MSG
(UNISCRIBE, font, "Font CreateFontIndirectW() failed");
528
DEBUG_MSG
(UNISCRIBE, font, "Font SelectObject() failed");
723
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");
551
DEBUG_MSG
(CORETEXT, NULL, __VA_ARGS__); \
hb-object-private.hh
166
DEBUG_MSG
(OBJECT, (void *) this,
hb-ft.cc
479
DEBUG_MSG
(FT, font, "Font face has empty blob");
490
DEBUG_MSG
(FT, font, "Font face FT_New_Memory_Face() failed");
hb-buffer.cc
595
DEBUG_MSG
(BUFFER, buffer,
606
DEBUG_MSG
(BUFFER, this,
622
DEBUG_MSG
(BUFFER, this,
639
DEBUG_MSG
(BUFFER, this,
hb-private.hh
694
#define
DEBUG_MSG
(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false, 0, 0, __VA_ARGS__)
Completed in 1167 milliseconds