Home
last modified time | relevance | path

Searched refs:AsImageSkia (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/
Dimage_impl.cc94 return image_.AsImageSkia().BackedBySameObjectAs( in IsSame()
95 that_impl->image_.AsImageSkia()); in IsSame()
161 return image_.AsImageSkia().HasRepresentation(scale_factor); in HasRepresentation()
166 gfx::ImageSkia image_skia = image_.AsImageSkia(); in RemoveRepresentation()
179 gfx::ImageSkia image_skia = image_.AsImageSkia(); in GetRepresentationInfo()
289 return image_.AsImageSkia(); in GetForced1xScaleRepresentation()
299 gfx::ImageSkia CefImageImpl::AsImageSkia() const { in AsImageSkia() function in CefImageImpl
301 return image_.AsImageSkia(); in AsImageSkia()
324 image_.AsImageSkia().AddRepresentation(skia_rep); in AddBitmap()
331 gfx::ImageSkia image_skia = image_.AsImageSkia(); in GetBitmap()
Dimage_impl.h83 gfx::ImageSkia AsImageSkia() const;
/third_party/cef/libcef/browser/views/
Dlabel_button_impl.h82 image_skia = static_cast<CefImageImpl*>(image.get())->AsImageSkia(); in SetImage()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc308 icon.IsImage() ? icon.GetImage().AsImageSkia() in OnDrawItem()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch16520 gfx::ImageSkia AsImageSkia() const;