Home | History | Annotate | Download | only in config

Lines Matching full:skia

27     skia defines.
38 in Skia. Your port can locally edit this file to enable/disable flags as
47 /* Scalars (the fractional value type in skia) can be implemented either as
55 /* Somewhat independent of how SkScalar is implemented, Skia also wants to know
62 /* For some performance-critical scalar operations, skia will optionally work
70 /* Skia has lots of debug-only code. Often this is just null checks or other
83 /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger)
132 /* To write debug messages to a console, skia will call SkDebugf(...) following
147 /* If your system embeds skia and has complex event logging, define this
181 #if !defined(ANDROID) // On Android, we use the skia default settings.
205 // Skia uses this deprecated bzero function to fill zeros into a string.
215 // Prefer FreeType's emboldening algorithm to Skia's
216 // TODO: skia used to just use hairline, but has improved since then, so
238 // Uncomment the following line to forward skia trace events to Chrome
240 // #define SK_USER_TRACE_INCLUDE_FILE "skia/ext/skia_trace_shim.h"