OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gStr
(Results
1 - 5
of
5
) sorted by null
/external/skia/bench/
WriterBench.cpp
25
static const char
gStr
[] = "abcdefghimjklmnopqrstuvwxyz";
26
static const size_t gLen = strlen(
gStr
);
30
writer.writeString(
gStr
, j);
/external/skia/samplecode/
SampleDash.cpp
53
static const char*
gStr
[] = {
66
for (size_t i = 0; i < SK_ARRAY_COUNT(
gStr
); i++) {
68
size_t len = SkMin32(strlen(
gStr
[i]), SK_ARRAY_COUNT(interval));
70
interval[j] = SkIntToScalar(
gStr
[i][j] - '0');
/external/skia/src/gpu/
GrSwizzle.h
131
static const char
gStr
[4] = { IToC(0), IToC(1), IToC(2), IToC(3) };
132
return
gStr
[c];
/external/skia/tests/
Writer32Test.cpp
115
static const char
gStr
[] = "abcdefghimjklmnopqrstuvwxyz";
120
len += SkWriter32::WriteStringSize(
gStr
, i);
121
writer->writeString(
gStr
, i);
135
REPORTER_ASSERT(reporter, !memcmp(str,
gStr
, len));
/external/skia/src/utils/
SkLua.cpp
[
all
...]
Completed in 86 milliseconds