Home
last modified time | relevance | path

Searched refs:img_src (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexgetimage.c468 GLubyte *img_src; in get_tex_rgba_uncompressed() local
484 img_src = srcMap; in get_tex_rgba_uncompressed()
518 img_src, texFormat, rowstride, in get_tex_rgba_uncompressed()
540 src = img_src; in get_tex_rgba_uncompressed()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch23478 + url.mojom.Url img_src;
24295 + data->img_src = absolute_image_url;
24305 + data->extra_data_for_type = data->img_src.possibly_invalid_spec();
24310 + data->extra_data_for_type = data->img_src.possibly_invalid_spec();
72737 + AtomicString img_src = img_element->getAttribute(html_names::kSrcAttr);
72738 + if (!img_src.IsEmpty()) {
72740 + blink::StripLeadingAndTrailingHTMLSpaces(img_src));
249952 +std::string GetImgLocalPath(const char* img_src) {
249953 + if (!img_src) {
249956 + GURL img_url(img_src);
[all …]