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 91 parser.fHead = &fPaintState;
99 SkString& color = colorElement->fPaintState.f_stopColor;
116 color->fPaintState.f_stopColor.set(originalPtr, originalEnd - originalPtr);
SkSVGElements.h 72 SkSVGPaint fPaintState;
SkSVGParser.cpp 164 attrIndex = findAttribute(&fCurrElement->fPaintState, name, nameLen, true);
166 fCurrElement->fPaintState.addAttribute(*this, attrIndex, value, len);
235 SkSVGPaint::Push(&fHead, &element->fPaintState);
244 element->fPaintState.setSave(*this);
254 element->fPaintState.flush(*this, isFlushable, isDef);
258 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
265 element->fPaintState.flush(*this, isFlushable, isDef);

Completed in 1426 milliseconds