HomeSort by relevance Sort by last modified time
    Searched refs:ImageSkiaSource (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/gfx/image/
image_skia_source.h 16 class GFX_EXPORT ImageSkiaSource {
18 virtual ~ImageSkiaSource() {}
canvas_image_source.h 22 class GFX_EXPORT CanvasImageSource : public gfx::ImageSkiaSource {
32 // Overridden from gfx::ImageSkiaSource.
image_skia.h 18 class ImageSkiaSource;
47 ImageSkia(ImageSkiaSource* source, const gfx::Size& size);
52 ImageSkia(ImageSkiaSource* source, float scale);
image_skia_operations.cc 37 // Returns an image rep for the ImageSkiaSource to return to visually indicate
48 class BinaryImageSource : public gfx::ImageSkiaSource {
60 // gfx::ImageSkiaSource overrides:
153 class TransparentImageSource : public gfx::ImageSkiaSource {
163 // gfx::ImageSkiaSource overrides:
203 class TiledImageSource : public gfx::ImageSkiaSource {
218 // gfx::ImageSkiaSource overrides:
240 class HSLImageSource : public gfx::ImageSkiaSource {
251 // gfx::ImageSkiaSource overrides:
265 // ImageSkiaSource which uses SkBitmapOperations::CreateButtonBackgroun
    [all...]
image_skia.cc 69 ImageSkiaStorage(ImageSkiaSource* source, const gfx::Size& size)
75 ImageSkiaStorage(ImageSkiaSource* source, float scale)
136 // |ImageSkiaSource::GetImageForScale|. There are two modes to deal with
248 scoped_ptr<ImageSkiaSource> source_;
263 ImageSkia::ImageSkia(ImageSkiaSource* source, const gfx::Size& size)
270 ImageSkia::ImageSkia(ImageSkiaSource* source, float scale)
image_skia_unittest.cc 29 class FixedSource : public ImageSkiaSource {
46 class DynamicSource : public ImageSkiaSource {
73 class NullSource: public ImageSkiaSource {
image.cc 66 class PNGImageSource : public ImageSkiaSource {
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.h 25 // An ImageSkiaSource for icons fetched from a URL. Till the URL icon is
27 class UrlIconSource : public gfx::ImageSkiaSource,
47 // gfx::ImageSkiaSource overrides:
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.cc 33 class ButtonImageSkiaSource : public gfx::ImageSkiaSource {
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util.cc 219 scoped_ptr<gfx::ImageSkiaSource> source(
256 scoped_ptr<gfx::ImageSkiaSource> source(
  /external/chromium_org/components/favicon_base/
select_favicon_frames.cc 170 class FaviconImageSource : public gfx::ImageSkiaSource {
175 // gfx::ImageSkiaSource:
  /external/chromium_org/extensions/browser/
extension_icon_image.cc 28 // requested scale factor is returned by ImageSkiaSource.
32 // - ImageSkiaSource will initially return transparent image resource of the
76 class IconImage::Source : public gfx::ImageSkiaSource {
84 // gfx::ImageSkiaSource overrides:
extension_icon_image_unittest.cc 53 class MockImageSkiaSource : public gfx::ImageSkiaSource {
  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 39 class GetAttentionImageSource : public gfx::ImageSkiaSource {
44 // gfx::ImageSkiaSource overrides:
  /external/chromium_org/ui/chromeos/network/
network_icon.cc 211 class EmptyImageSource: public gfx::ImageSkiaSource {
230 class NetworkIconImageSource : public gfx::ImageSkiaSource {
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 490 // A ImageSkiaSource that scales 100P image to the target scale factor
492 class ThemeImageSource: public gfx::ImageSkiaSource {
515 // An ImageSkiaSource that delays decoding PNG data into bitmaps until
518 class ThemeImagePngSource : public gfx::ImageSkiaSource {
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 116 // An ImageSkiaSource that loads bitmaps for the requested scale factor from
123 class ResourceBundle::ResourceBundleImageSource : public gfx::ImageSkiaSource {
129 // gfx::ImageSkiaSource overrides:
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 390 class HoveredImageSource : public gfx::ImageSkiaSource {
    [all...]

Completed in 885 milliseconds