Home
last modified time | relevance | path

Searched refs:SkStrAppendS32 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkString.cpp92 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32() function
161 string = SkStrAppendS32(string, x); in SkStrAppendFixed()
489 char* stop = SkStrAppendS32(buffer, dec); in insertS32()
DSkStream.cpp91 char* stop = SkStrAppendS32(buffer, dec); in writeDecAsText()
/external/skia/include/core/
DSkString.h85 char* SkStrAppendS32(char buffer[], int32_t);