OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPaintState
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/svg/
SkSVGGradient.cpp
83
parser.fHead = &
fPaintState
;
91
SkString& color = colorElement->
fPaintState
.f_stopColor;
108
color->
fPaintState
.f_stopColor.set(originalPtr, originalEnd - originalPtr);
SkSVGElements.h
64
SkSVGPaint
fPaintState
;
SkSVGParser.cpp
160
attrIndex = findAttribute(&fCurrElement->
fPaintState
, name, nameLen, true);
162
fCurrElement->
fPaintState
.addAttribute(*this, attrIndex, value, len);
233
SkSVGPaint::Push(&fHead, &element->
fPaintState
);
242
element->
fPaintState
.setSave(*this);
252
element->
fPaintState
.flush(*this, isFlushable, isDef);
256
if (element->
fPaintState
.flush(*this, isFlushable, isDef)) {
263
element->
fPaintState
.flush(*this, isFlushable, isDef);
/external/skia/src/svg/
SkSVGGradient.cpp
83
parser.fHead = &
fPaintState
;
91
SkString& color = colorElement->
fPaintState
.f_stopColor;
108
color->
fPaintState
.f_stopColor.set(originalPtr, originalEnd - originalPtr);
SkSVGElements.h
64
SkSVGPaint
fPaintState
;
SkSVGParser.cpp
160
attrIndex = findAttribute(&fCurrElement->
fPaintState
, name, nameLen, true);
162
fCurrElement->
fPaintState
.addAttribute(*this, attrIndex, value, len);
233
SkSVGPaint::Push(&fHead, &element->
fPaintState
);
242
element->
fPaintState
.setSave(*this);
252
element->
fPaintState
.flush(*this, isFlushable, isDef);
256
if (element->
fPaintState
.flush(*this, isFlushable, isDef)) {
263
element->
fPaintState
.flush(*this, isFlushable, isDef);
Completed in 41 milliseconds