Searched refs:fPaintState (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/svg/ |
H A D | SkSVGGradient.cpp | 91 parser.fHead = &fPaintState; 99 SkString& color = colorElement->fPaintState.f_stopColor; 116 color->fPaintState.f_stopColor.set(originalPtr, originalEnd - originalPtr);
|
H A D | SkSVGElements.h | 72 SkSVGPaint fPaintState; member in class:SkSVGElement
|
H A D | SkSVGParser.cpp | 166 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true); 168 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len); 239 SkSVGPaint::Push(&fHead, &element->fPaintState); 248 element->fPaintState.setSave(*this); 258 element->fPaintState.flush(*this, isFlushable, isDef); 262 if (element->fPaintState.flush(*this, isFlushable, isDef)) { 269 element->fPaintState.flush(*this, isFlushable, isDef);
|
Completed in 156 milliseconds