HomeSort by relevance Sort by last modified time
    Searched refs:skia (Results 101 - 125 of 652) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/skia/
skia_opts_ssse3.target.linux-x86.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp
94 $(LOCAL_PATH)/skia/config \
95 $(LOCAL_PATH)/third_party/skia/include/config \
96 $(LOCAL_PATH)/third_party/skia/include/core \
97 $(LOCAL_PATH)/third_party/skia/src/core \
183 $(LOCAL_PATH)/skia/config \
184 $(LOCAL_PATH)/third_party/skia/include/config \
185 $(LOCAL_PATH)/third_party/skia/include/core \
186 $(LOCAL_PATH)/third_party/skia/src/core \
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_win.cc 20 #include "skia/ext/platform_device.h"
21 #include "skia/ext/refptr.h"
22 #include "skia/ext/vector_canvas.h"
42 skia::InitializeDC(metafile->context());
179 skia::RefPtr<skia::VectorCanvas> canvas =
180 skia::AdoptRef(new skia::VectorCanvas(device));
184 skia::SetIsDraftMode(*canvas, is_print_ready_metafile_sent_);
185 skia::SetIsPreviewMetafile(*canvas, is_preview)
    [all...]
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.cc 5 #include "skia/ext/bitmap_platform_device_mac.h"
12 #include "skia/ext/bitmap_platform_device_data.h"
13 #include "skia/ext/platform_canvas.h"
14 #include "skia/ext/skia_utils_mac.h"
15 #include "third_party/skia/include/core/SkMatrix.h"
16 #include "third_party/skia/include/core/SkRegion.h"
17 #include "third_party/skia/include/core/SkTypes.h"
18 #include "third_party/skia/include/core/SkUtils.h"
20 namespace skia { namespace
43 #error We require that Skia's and CoreGraphics's recommended
    [all...]
bitmap_platform_device_linux.h 11 #include "skia/ext/platform_device.h"
26 // Skia can be controled in skia/include/corecg/SkUserConfig.h (see bits about
45 namespace skia { namespace
48 // This is the Linux bitmap backing for Skia. We create a Cairo image surface
66 // we ever have to share state between some native drawing UI and Skia, like
112 } // namespace skia
image_operations.h 8 #include "third_party/skia/include/core/SkBitmap.h"
9 #include "third_party/skia/include/core/SkTypes.h"
13 namespace skia { namespace
131 } // namespace skia
recursive_gaussian_convolution.h 8 #include "skia/ext/convolver.h"
9 #include "third_party/skia/include/core/SkSize.h"
10 #include "third_party/skia/include/core/SkTypes.h"
12 namespace skia { namespace
69 } // namespace skia
bitmap_platform_device_win.cc 8 #include "skia/ext/bitmap_platform_device_win.h"
9 #include "skia/ext/bitmap_platform_device_data.h"
10 #include "skia/ext/platform_canvas.h"
11 #include "third_party/skia/include/core/SkMatrix.h"
12 #include "third_party/skia/include/core/SkRefCnt.h"
13 #include "third_party/skia/include/core/SkRegion.h"
14 #include "third_party/skia/include/core/SkUtils.h"
87 namespace skia { namespace
189 skia::AdoptRef(new BitmapPlatformDeviceData(hbitmap)), bitmap);
212 const skia::RefPtr<BitmapPlatformDeviceData>& data
    [all...]
  /external/chromium_org/ui/surface/
transport_dib_gtk.cc 16 #include "skia/ext/platform_canvas.h"
96 skia::PlatformCanvas* TransportDIB::GetPlatformCanvas(int w, int h) {
99 return skia::CreatePlatformCanvas(w, h, true,
101 skia::RETURN_NULL_ON_FAILURE);
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 10 #include "skia/ext/platform_canvas.h"
11 #include "skia/ext/skia_utils_win.h"
386 HDC hdc = skia::BeginPlatformPaint(canvas);
392 skia::EndPlatformPaint(canvas);
398 HDC hdc = skia::BeginPlatformPaint(canvas);
404 skia::EndPlatformPaint(canvas);
410 HDC hdc = skia::BeginPlatformPaint(canvas);
416 skia::EndPlatformPaint(canvas);
422 HDC hdc = skia::BeginPlatformPaint(canvas);
430 skia::EndPlatformPaint(canvas)
    [all...]
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 56 new_bitmap = skia::ImageOperations::Resize(
57 orig_bitmap, skia::ImageOperations::RESIZE_LANCZOS3,
81 new_bitmap = skia::ImageOperations::Resize(
82 sub_image, skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium_org/cc/test/
render_pass_test_utils.h 11 #include "third_party/skia/include/core/SkColor.h"
55 skia::RefPtr<SkImageFilter> filter,
skia_common.cc 8 #include "skia/ext/refptr.h"
9 #include "third_party/skia/include/core/SkDevice.h"
75 skia::RefPtr<TestLazyPixelRef> lazy_pixel_ref =
76 skia::AdoptRef(new TestLazyPixelRef(size.width(), size.height()));
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.h 11 #include "third_party/skia/include/core/SkBitmap.h"
23 // A backing store that uses skia. This is the backing store used by
50 skia::PlatformBitmap* output) OVERRIDE;
backing_store_win.h 37 skia::PlatformBitmap* output) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
theme_helpers.cc 12 #include "skia/ext/bitmap_platform_device_win.h"
13 #include "third_party/skia/include/effects/SkGradientShader.h"
67 skia::BitmapPlatformDevice& device =
68 static_cast<skia::BitmapPlatformDevice&>(
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar_util.cc 10 #include "third_party/skia/include/core/SkPaint.h"
11 #include "third_party/skia/include/effects/SkGradientShader.h"
53 skia::RefPtr<SkShader> gradient = skia::AdoptRef(
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.cc 13 #include "skia/ext/skia_utils_win.h"
58 cc.rgbResult = skia::SkColorToCOLORREF(params.color);
65 skia::COLORREFToSkColor(cc.rgbResult), params.run_state));
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator_win.cc 18 #include "skia/ext/image_operations.h"
19 #include "third_party/skia/include/core/SkRect.h"
61 SkBitmap sk_icon = skia::ImageOperations::Resize(
63 skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium_org/ui/gfx/
canvas.cc 11 #include "third_party/skia/include/core/SkBitmap.h"
12 #include "third_party/skia/include/effects/SkGradientShader.h"
33 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width(),
38 // skia::PlatformCanvas instances are initialized to 0 by Cairo on Linux, but
50 owned_canvas_(skia::AdoptRef(
51 skia::CreatePlatformCanvas(image_rep.pixel_width(),
62 owned_canvas_(skia::AdoptRef(skia::CreatePlatformCanvas(0, 0, false))),
81 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width()
    [all...]
  /external/chromium_org/components/
web_contents_delegate_android.target.darwin-arm.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
106 $(LOCAL_PATH)/skia/config \
110 $(LOCAL_PATH)/third_party/skia/src/core \
111 $(LOCAL_PATH)/skia/ext \
203 $(LOCAL_PATH)/skia/config \
207 $(LOCAL_PATH)/third_party/skia/src/core \
208 $(LOCAL_PATH)/skia/ext \
web_contents_delegate_android.target.darwin-mips.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
105 $(LOCAL_PATH)/skia/config \
109 $(LOCAL_PATH)/third_party/skia/src/core \
110 $(LOCAL_PATH)/skia/ext \
201 $(LOCAL_PATH)/skia/config \
205 $(LOCAL_PATH)/third_party/skia/src/core \
206 $(LOCAL_PATH)/skia/ext \
web_contents_delegate_android.target.darwin-x86.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
107 $(LOCAL_PATH)/skia/config \
111 $(LOCAL_PATH)/third_party/skia/src/core \
112 $(LOCAL_PATH)/skia/ext \
206 $(LOCAL_PATH)/skia/config \
210 $(LOCAL_PATH)/third_party/skia/src/core \
211 $(LOCAL_PATH)/skia/ext \
web_contents_delegate_android.target.linux-arm.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
106 $(LOCAL_PATH)/skia/config \
110 $(LOCAL_PATH)/third_party/skia/src/core \
111 $(LOCAL_PATH)/skia/ext \
203 $(LOCAL_PATH)/skia/config \
207 $(LOCAL_PATH)/third_party/skia/src/core \
208 $(LOCAL_PATH)/skia/ext \
web_contents_delegate_android.target.linux-mips.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
105 $(LOCAL_PATH)/skia/config \
109 $(LOCAL_PATH)/third_party/skia/src/core \
110 $(LOCAL_PATH)/skia/ext \
201 $(LOCAL_PATH)/skia/config \
205 $(LOCAL_PATH)/third_party/skia/src/core \
206 $(LOCAL_PATH)/skia/ext \
web_contents_delegate_android.target.linux-x86.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
107 $(LOCAL_PATH)/skia/config \
111 $(LOCAL_PATH)/third_party/skia/src/core \
112 $(LOCAL_PATH)/skia/ext \
206 $(LOCAL_PATH)/skia/config \
210 $(LOCAL_PATH)/third_party/skia/src/core \
211 $(LOCAL_PATH)/skia/ext \

Completed in 439 milliseconds

1 2 3 45 6 7 8 91011>>