OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_fill
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/svg/
SkSVGPaintState.h
56
SkString
f_fill
;
member in class:SkSVGPaint
/external/skia/include/svg/
SkSVGPaintState.h
56
SkString
f_fill
;
member in class:SkSVGPaint
/external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp
43
fEmptyPaint.
f_fill
.set("black");
138
if (fillSet == false && walking->
f_fill
.size() > 0) {
139
fill = walking->
f_fill
.equals("none") == false;
250
SkString saveFill(fillState->
f_fill
);
255
fillState->
f_fill
.set("none");
261
fillState->
f_fill
.set(saveFill);
SkSVGPaintState.cpp
129
gradient->write(parser, current.
f_fill
);
149
if (current.
f_fill
.equals("none") == false && strncmp(current.
f_fill
.c_str(), "url(#", 5) != 0) {
150
SkASSERT(current.
f_fill
.c_str()[0] == '#');
152
replacement.append(current.
f_fill
.c_str() + 1);
154
current.
f_fill
.set(replacement);
164
if (current.
f_fill
.equals("none") && current.f_stroke.equals("none"))
/external/skia/src/svg/
SkSVGParser.cpp
43
fEmptyPaint.
f_fill
.set("black");
138
if (fillSet == false && walking->
f_fill
.size() > 0) {
139
fill = walking->
f_fill
.equals("none") == false;
250
SkString saveFill(fillState->
f_fill
);
255
fillState->
f_fill
.set("none");
261
fillState->
f_fill
.set(saveFill);
SkSVGPaintState.cpp
129
gradient->write(parser, current.
f_fill
);
149
if (current.
f_fill
.equals("none") == false && strncmp(current.
f_fill
.c_str(), "url(#", 5) != 0) {
150
SkASSERT(current.
f_fill
.c_str()[0] == '#');
152
replacement.append(current.
f_fill
.c_str() + 1);
154
current.
f_fill
.set(replacement);
164
if (current.
f_fill
.equals("none") && current.f_stroke.equals("none"))
Completed in 319 milliseconds