OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gStyleName
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/bench/
BlurBench.cpp
23
static const char*
gStyleName
[] = {
41
const char* name = rad > 0 ?
gStyleName
[bs] : "none";
MorphologyBench.cpp
25
static const char*
gStyleName
[] = {
40
const char* name = rad > 0 ?
gStyleName
[style] : "none";
/external/chromium_org/third_party/skia/tools/
sk_tool_utils_font.cpp
96
char const * const
gStyleName
[] = {
144
fprintf(out, "const char g%s%s[] =\n", name.c_str(),
gStyleName
[font->fDebugStyle]);
create_test_font.cpp
110
const char*
gStyleName
[] = {
280
strippedStr.appendf("%s",
gStyleName
[style]);
406
strippedStr.appendf("%s",
gStyleName
[writ.fStyle]);
413
strip, strip, strip, strip, strip, strip, name,
gStyleName
[writ.fStyle]);
433
gStyleName
[desc.fStyle], desc.fFontIndex, desc.fFile);
/external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp
[
all
...]
Completed in 94 milliseconds