Home
last modified time | relevance | path

Searched refs:f_opacity (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/svg/parser/
DSkSVGPaintState.h63 SkString f_opacity; variable
/external/skia/src/svg/parser/
DSkSVGPaintState.cpp165 current.f_opacity.set("0"); in flush()
388 SkString& opacity = current.f_opacity; in writeChangedElements()
418 SkString& opacity = current.f_opacity; in writeChangedElements()
DSkSVGParser.cpp47 fEmptyPaint.f_opacity.set("1"); in SkSVGParser()