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

  /external/freetype/src/otvalid/
otvcommn.h 62 FT_UInt debug_indent; member in struct:OTV_ValidatorRec_
177 #define OTV_INIT otvalid->debug_indent = 0
181 otvalid->debug_indent += 2; \
182 FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \
189 otvalid->debug_indent += 2; \
190 FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \
194 #define OTV_EXIT otvalid->debug_indent -= 2
198 FT_TRACE4(( "%*.s", otvalid->debug_indent, 0 )); \
  /external/freetype/src/gxvalid/
gxvcommn.h 258 FT_UInt debug_indent; member in struct:GXV_ValidatorRec_
281 #define GXV_INIT gxvalid->debug_indent = 0
285 gxvalid->debug_indent += 2; \
286 FT_TRACE4(( "%*.s", gxvalid->debug_indent, 0 )); \
290 #define GXV_EXIT gxvalid->debug_indent -= 2
294 FT_TRACE4(( "%*.s", gxvalid->debug_indent, 0 )); \

Completed in 88 milliseconds