Home
last modified time | relevance | path

Searched refs:SK_SNPRINTF (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.h69 #define SK_SNPRINTF _snprintf macro
71 #define SK_SNPRINTF snprintf macro
76 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
DSkPathOpsCubic.cpp409 SK_SNPRINTF(str, sizeof(str), "Solve[%1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]", in RootsReal()
/external/skqp/src/pathops/
DSkPathOpsDebug.h69 #define SK_SNPRINTF _snprintf macro
71 #define SK_SNPRINTF snprintf macro
76 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
DSkPathOpsCubic.cpp406 SK_SNPRINTF(str, sizeof(str), "Solve[%1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]", in RootsReal()
DSkPathOpsDebug.cpp532 SK_SNPRINTF(num, DEBUG_FILENAME_STRING_LENGTH - (num - test), "%d", dec); in BumpTestName()