Searched refs:url (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgCssStyle.cpp | 77 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 …]
|
D | tvgSvgLoader.cpp | 387 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 …]
|
D | tvgSvgLoaderCommon.h | 419 char *url; member 434 char *url; member
|
D | tvgSvgSceneBuilder.cpp | 339 } 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/ |
D | release_branch_updater.py | 40 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/ |
D | link_roles.py | 46 url = '{}.html'.format(os.path.join(return_path, docname)) 48 node.replace_self(nodes.reference(rawtext, link_text, refuri=url, **options))
|
D | lv_example.py | 55 for text, url in buttons.items():
|
/lvgl-latest/scripts/gen_json/ |
D | get_sdl2.py | 23 def get_sdl2(path, url=SDL2_URL): argument 28 with requests.get(url, stream=True) as r:
|
/lvgl-latest/ |
D | library.properties | 8 url=https://lvgl.io key
|