Home
last modified time | relevance | path

Searched refs:url (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp77 if (from->fill.paint.url) { in _copyStyle()
78 if (to->fill.paint.url) free(to->fill.paint.url); in _copyStyle()
79 to->fill.paint.url = strdup(from->fill.paint.url); in _copyStyle()
111 if (from->stroke.paint.url) { in _copyStyle()
112 if (to->stroke.paint.url) free(to->stroke.paint.url); in _copyStyle()
113 to->stroke.paint.url = strdup(from->stroke.paint.url); in _copyStyle()
202 if (from->style->clipPath.url) { in cssCopyStyleAttr()
203 if (to->style->clipPath.url) free(to->style->clipPath.url); in cssCopyStyleAttr()
204 to->style->clipPath.url = strdup(from->style->clipPath.url); in cssCopyStyleAttr()
206 if (from->style->mask.url) { in cssCopyStyleAttr()
[all …]
DtvgSvgLoader.cpp387 static char* _idFromUrl(const char* url) in _idFromUrl() argument
389 auto open = strchr(url, '('); in _idFromUrl()
390 auto close = strchr(url, ')'); in _idFromUrl()
393 open = strchr(url, '#'); in _idFromUrl()
1023 …if (_toColor(value, &paint->color.r, &paint->color.g, &paint->color.b, &paint->url)) paint->none =… in _handlePaintAttr()
1139 if (style->clipPath.url) free(style->clipPath.url); in _handleClipPathAttr()
1140 style->clipPath.url = _idFromUrl((const char*)(value + 3)); in _handleClipPathAttr()
1150 if (style->mask.url) free(style->mask.url); in _handleMaskAttr()
1151 style->mask.url = _idFromUrl((const char*)(value + 3)); in _handleMaskAttr()
2983 if (parent->fill.paint.url) { in _styleInherit()
[all …]
DtvgSvgLoaderCommon.h419 char *url; member
434 char *url; member
DtvgSvgSceneBuilder.cpp339 } else if (style->fill.paint.url) { in _applyProperty()
383 } else if (style->stroke.paint.url) { in _applyProperty()
792 } else if (style->fill.paint.url) { in _applyTextFill()
/lvgl-latest/scripts/
Drelease_branch_updater.py40 urls = [url for url in map(str.strip, urls.splitlines()) if url]
45 for url in urls:
46 print(LOG, "working with port:", url)
48 subprocess.check_call(("git", "clone", url, port_clone_tmpdir))
192 print(LOG, "port update complete:", url)
/lvgl-latest/docs/_ext/
Dlink_roles.py46 url = '{}.html'.format(os.path.join(return_path, docname))
48 node.replace_self(nodes.reference(rawtext, link_text, refuri=url, **options))
Dlv_example.py55 for text, url in buttons.items():
/lvgl-latest/scripts/gen_json/
Dget_sdl2.py23 def get_sdl2(path, url=SDL2_URL): argument
28 with requests.get(url, stream=True) as r:
/lvgl-latest/
Dlibrary.properties8 url=https://lvgl.io key