Home | History | Annotate | Download | only in utils

Lines Matching full:const

25     static int Count(const char str[]); // number of scalars or int values
26 static int Count(const char str[], char separator);
27 static const char* FindColor(const char str[], SkColor* value);
28 static const char* FindHex(const char str[], uint32_t* value);
29 static const char* FindMSec(const char str[], SkMSec* value);
30 static const char* FindNamedColor(const char str[], size_t len, SkColor* color);
31 static const char* FindS32(const char str[], int32_t* value);
32 static const char* FindScalar(const char str[], SkScalar* value);
33 static const char* FindScalars(const char str[], SkScalar value[], int count);
35 static bool FindBool(const char str[], bool* value);
37 static int FindList(const char str[], const char list[]);