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 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 128 milliseconds