Searched refs:fPaintServer (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 104 : fPaintServer(svg_color(paint.getColor())) {} in Resources() 106 SkString fPaintServer; member 272 this->addAttribute("fill", resources.fPaintServer); in addPaint() 287 this->addAttribute("stroke", resources.fPaintServer); in addPaint() 367 resources->fPaintServer.printf("url(#%s)", addLinearGradientDef(grInfo, shader).c_str()); in addGradientShaderResources() 490 resources->fPaintServer.printf("url(#%s)", patternID.c_str()); in addImageShaderResources()
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 104 : fPaintServer(svg_color(paint.getColor())) {} in Resources() 106 SkString fPaintServer; member 269 this->addAttribute("fill", resources.fPaintServer); in addPaint() 284 this->addAttribute("stroke", resources.fPaintServer); in addPaint() 364 resources->fPaintServer.printf("url(#%s)", addLinearGradientDef(grInfo, shader).c_str()); in addGradientShaderResources() 487 resources->fPaintServer.printf("url(#%s)", patternID.c_str()); in addImageShaderResources()
|