OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLastColor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h
60
SkString
fLastColor
;
/external/skia/include/svg/
SkSVGParser.h
60
SkString
fLastColor
;
/external/chromium_org/third_party/skia/src/svg/
SkSVGPaintState.cpp
389
parser._addAttributeLen("color", parser.
fLastColor
.c_str(), parser.
fLastColor
.size());
409
bool lastEqual = parser.
fLastColor
.equals(attrValue, attrLength);
415
parser.
fLastColor
.set(attrValue, attrLength);
/external/skia/src/svg/
SkSVGPaintState.cpp
389
parser._addAttributeLen("color", parser.
fLastColor
.c_str(), parser.
fLastColor
.size());
409
bool lastEqual = parser.
fLastColor
.equals(attrValue, attrLength);
415
parser.
fLastColor
.set(attrValue, attrLength);
Completed in 48 milliseconds