include/core/SkString.h File Reference
#include "SkScalar.h"
Go to the source code of this file.
Define Documentation
#define SkStrAppendS32_MaxSize 11 |
#define SkStrAppendScalar_MaxSize 11 |
Function Documentation
char* SkStrAppendS32 |
( |
char |
buffer[], |
|
|
int32_t |
| |
|
) |
| | |
char* SkStrAppendScalar |
( |
char |
buffer[], |
|
|
SkScalar |
| |
|
) |
| | |
bool SkStrEndsWith |
( |
const char |
string[], |
|
|
const char |
suffix[] | |
|
) |
| | |
bool SkStrStartsWith |
( |
const char |
string[], |
|
|
const char |
prefix[] | |
|
) |
| | |
int SkStrStartsWithOneOf |
( |
const char |
string[], |
|
|
const char |
prefixes[] | |
|
) |
| | |