Home
last modified time | relevance | path

Searched defs:fillRule (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/ganesh/tessellate/
DGrPathTessellationShader.h47 static const GrUserStencilSettings* StencilPathSettings(GrFillRule fillRule) { in StencilPathSettings()
/external/skia/modules/pathkit/tests/
DtestReporter.js38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
/external/skia/modules/canvaskit/tests/
Dlegacy_test_reporter.js38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
/external/python/bumble/docs/images/logo.vectornator/
DArtboard0.json1 …ationViewScale":0,"isFreeHandCurve":false,"styleable":{"abstractPath":{"fillRule":0,"pathData":{"n… number
DUndoHistory.json1 …ationViewScale":0,"isFreeHandCurve":false,"styleable":{"abstractPath":{"fillRule":0,"pathData":{"n… number
/external/python/bumble/docs/images/logo_framed.vectornator/
DArtboard0.json1 …ationViewScale":0,"isFreeHandCurve":false,"styleable":{"abstractPath":{"fillRule":0,"pathData":{"n… number
DUndoHistory.json1 …":1,"h":0.58068782582120682,"a":1},"maskedElements":[],"abstractPath":{"fillRule":0,"compoundPathD… number
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js498 this.clip = function(path, fillRule) { argument
626 this.fill = function(path, fillRule) { argument
/external/ImageMagick/Magick++/lib/
DOptions.cpp275 void Magick::Options::fillRule(const FillRule &fillRule_) in fillRule() function in Magick::Options
280 Magick::FillRule Magick::Options::fillRule(void) const in fillRule() function in Magick::Options
DDrawable.cpp340 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_) in fillRule() function in Magick::DrawableClipRule
345 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const in fillRule() function in Magick::DrawableClipRule
DImage.cpp795 void Magick::Image::fillRule(const Magick::FillRule &fillRule_) in fillRule() function in Magick::Image
801 Magick::FillRule Magick::Image::fillRule(void) const in fillRule() function in Magick::Image
/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp851 bool SkSVGAttributeParser::parse(SkSVGFillRule* fillRule) { in parse()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1006 void fillRule( const FillRule fillRule_ ) in fillRule() function
1010 FillRule fillRule( void ) const in fillRule() function
/external/skia/src/xps/
DSkXPSDevice.cpp1704 XPS_FILL_RULE fillRule) { in clipToPath()