Searched refs:SK_SNPRINTF (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 69 #define SK_SNPRINTF _snprintf macro 71 #define SK_SNPRINTF snprintf macro 76 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
|
D | SkPathOpsCubic.cpp | 409 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/ |
D | SkPathOpsDebug.h | 69 #define SK_SNPRINTF _snprintf macro 71 #define SK_SNPRINTF snprintf macro 76 else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x)
|
D | SkPathOpsCubic.cpp | 406 SK_SNPRINTF(str, sizeof(str), "Solve[%1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]", in RootsReal()
|
D | SkPathOpsDebug.cpp | 532 SK_SNPRINTF(num, DEBUG_FILENAME_STRING_LENGTH - (num - test), "%d", dec); in BumpTestName()
|