HomeSort by relevance Sort by last modified time
    Searched refs:fPaintState (Results 1 - 3 of 3) sorted by null

  /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 52 milliseconds