Searched refs:SK_SNPRINTF (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h29 #define SK_SNPRINTF _snprintf macro
31 #define SK_SNPRINTF snprintf macro
36 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
H A DSkQuarticRoot.cpp40 SK_SNPRINTF(str, sizeof(str),
H A DSkPathOpsDebug.cpp91 SK_SNPRINTF(num, DEBUG_FILENAME_STRING_LENGTH - (num - test), "%d", dec);
H A DSkPathOpsCubic.cpp205 SK_SNPRINTF(str, sizeof(str), "Solve[%1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]",
/external/skia/src/pathops/
H A DSkPathOpsDebug.h29 #define SK_SNPRINTF _snprintf macro
31 #define SK_SNPRINTF snprintf macro
36 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
H A DSkQuarticRoot.cpp40 SK_SNPRINTF(str, sizeof(str),
H A DSkPathOpsDebug.cpp91 SK_SNPRINTF(num, DEBUG_FILENAME_STRING_LENGTH - (num - test), "%d", dec);
H A DSkPathOpsCubic.cpp205 SK_SNPRINTF(str, sizeof(str), "Solve[%1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]",

Completed in 253 milliseconds