Home
last modified time | relevance | path

Searched refs:debug_indent (Results 1 – 6 of 6) sorted by relevance

/third_party/freetype/src/otvalid/
Dotvcommn.h61 FT_UInt debug_indent; member
178 #define OTV_INIT otvalid->debug_indent = 0
182 otvalid->debug_indent += 2; \
183 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
190 otvalid->debug_indent += 2; \
191 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
195 #define OTV_EXIT otvalid->debug_indent -= 2
199 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h62 FT_UInt debug_indent; member
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 )); \
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h61 FT_UInt debug_indent; member
178 #define OTV_INIT otvalid->debug_indent = 0
182 otvalid->debug_indent += 2; \
183 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
190 otvalid->debug_indent += 2; \
191 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
195 #define OTV_EXIT otvalid->debug_indent -= 2
199 FT_TRACE4(( "%*.s", otvalid->debug_indent, "" )); \
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.h260 FT_UInt debug_indent; member
283 #define GXV_INIT gxvalid->debug_indent = 0
287 gxvalid->debug_indent += 2; \
288 FT_TRACE4(( "%*.s", gxvalid->debug_indent, "" )); \
292 #define GXV_EXIT gxvalid->debug_indent -= 2
296 FT_TRACE4(( "%*.s", gxvalid->debug_indent, "" )); \
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.h258 FT_UInt debug_indent; member
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 )); \
/third_party/freetype/src/gxvalid/
Dgxvcommn.h260 FT_UInt debug_indent; member
283 #define GXV_INIT gxvalid->debug_indent = 0
287 gxvalid->debug_indent += 2; \
288 FT_TRACE4(( "%*.s", gxvalid->debug_indent, "" )); \
292 #define GXV_EXIT gxvalid->debug_indent -= 2
296 FT_TRACE4(( "%*.s", gxvalid->debug_indent, "" )); \