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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.h 10 #include "skia/ext/refptr.h"
19 // This class rasterizes the content_rect into a skia bitmap canvas. It then
68 skia::RefPtr<SkCanvas> canvas_;
resource_update.cc 8 #include "third_party/skia/include/core/SkCanvas.h"
9 #include "third_party/skia/include/core/SkDevice.h"
30 const skia::RefPtr<SkCanvas>& canvas,
raster_worker_pool.cc 14 #include "skia/ext/lazy_pixel_ref.h"
15 #include "skia/ext/paint_simplifier.h"
115 skia::RefPtr<SkDrawFilter> draw_filter;
118 draw_filter = skia::AdoptRef(new skia::PaintSimplifier);
121 draw_filter = skia::AdoptRef(new DisableLCDTextFilter);
198 ImageDecodeWorkerPoolTaskImpl(skia::LazyPixelRef* pixel_ref,
225 skia::LazyPixelRef* pixel_ref_;
401 skia::LazyPixelRef* pixel_ref,
  /external/chromium_org/cc/test/
skia_common.h 10 #include "skia/ext/lazy_pixel_ref.h"
11 #include "third_party/skia/include/core/SkBitmap.h"
12 #include "third_party/skia/include/core/SkFlattenable.h"
37 class TestLazyPixelRef : public skia::LazyPixelRef {
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 16 #include "skia/ext/convolver.h"
17 #include "skia/ext/recursive_gaussian_convolution.h"
18 #include "third_party/skia/include/core/SkBitmap.h"
19 #include "third_party/skia/include/core/SkSize.h"
255 skia::ConvolutionFilter1D smoothing_filter;
256 skia::SetUpGaussianConvolutionKernel(
258 skia::SingleChannelConvolveX1D(
267 skia::SingleChannelConvolveY1D(
277 skia::ConvolutionFilter1D gradient_filter;
278 skia::SetUpGaussianConvolutionKernel(&gradient_filter, kernel_sigma, true)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.h 68 skia::PlatformBitmap* output) OVERRIDE;
backing_store_mac.h 45 skia::PlatformBitmap* output) OVERRIDE;
  /external/chromium_org/content/plugin/
webplugin_proxy.h 22 #include "skia/ext/refptr.h"
23 #include "third_party/skia/include/core/SkCanvas.h"
174 skia::RefPtr<SkCanvas>* canvas);
186 skia::RefPtr<SkCanvas>* canvas);
204 skia::RefPtr<SkCanvas> windowless_canvas() const {
240 skia::RefPtr<SkCanvas> windowless_canvases_[2];
  /external/chromium_org/printing/
image_win.cc 11 #include "skia/ext/platform_device.h"
76 skia::InitializeDC(hdc);
pdf_metafile_skia.cc 13 #include "skia/ext/refptr.h"
14 #include "skia/ext/vector_platform_device_skia.h"
15 #include "third_party/skia/include/core/SkData.h"
16 #include "third_party/skia/include/core/SkRefCnt.h"
17 #include "third_party/skia/include/core/SkScalar.h"
18 #include "third_party/skia/include/core/SkStream.h"
19 #include "third_party/skia/include/core/SkTypeface.h"
20 #include "third_party/skia/include/pdf/SkPDFDevice.h"
21 #include "third_party/skia/include/pdf/SkPDFDocument.h"
33 skia::RefPtr<SkPDFDevice> current_page_
    [all...]
printed_document_win.cc 12 #include "skia/ext/platform_device.h"
56 skia::InitializeDC(context);
  /external/chromium_org/skia/ext/
bitmap_platform_device_data.h 8 #include "skia/ext/bitmap_platform_device.h"
10 namespace skia { namespace
17 // is the backing store for a Skia bitmap and we reference count it so that
100 } // namespace skia
bitmap_platform_device_mac_unittest.cc 5 #include "skia/ext/bitmap_platform_device_mac.h"
8 #include "skia/ext/skia_utils_mac.h"
10 #include "third_party/skia/include/core/SkMatrix.h"
11 #include "third_party/skia/include/core/SkRegion.h"
12 #include "third_party/skia/include/core/SkClipStack.h"
14 namespace skia { namespace
69 } // namespace skia
refptr.h 8 #include "third_party/skia/include/core/SkRefCnt.h"
10 namespace skia { namespace
12 // When creating/receiving a ref-counted pointer from Skia, wrap that pointer in
17 // skia::RefPtr<SkShader> shader = skia::AdoptRef(SkGradientShader::Create());
20 // When passing around a ref-counted pointer to methods outside of Skia, always
21 // pass around the skia::RefPtr instead of the raw pointer. An example method
23 // void AMethodThatSavesAShader(const skia::RefPtr<SkShader>& shader) {
26 // skia::RefPtr<SkShader> member_refptr_;
28 // When returning a ref-counted pointer, also return the skia::RefPtr instead
    [all...]
skia_utils_base.cc 5 #include "skia/ext/skia_utils_base.h"
7 namespace skia { namespace
52 } // namespace skia
  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 9 #include "skia/ext/image_operations.h"
84 skia::ImageOperations::ResizeMethod methd,
  /external/chromium_org/ui/views/
shadow_border.cc 32 skia::RefPtr<SkDrawLooper> looper = gfx::CreateShadowDrawLooper(shadows);
  /external/chromium_org/components/
autofill_content_renderer.target.darwin-arm.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
107 $(LOCAL_PATH)/third_party/skia/src/core \
108 $(LOCAL_PATH)/skia/ext \
199 $(LOCAL_PATH)/third_party/skia/src/core \
200 $(LOCAL_PATH)/skia/ext \
autofill_content_renderer.target.darwin-mips.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
106 $(LOCAL_PATH)/third_party/skia/src/core \
107 $(LOCAL_PATH)/skia/ext \
197 $(LOCAL_PATH)/third_party/skia/src/core \
198 $(LOCAL_PATH)/skia/ext \
autofill_content_renderer.target.darwin-x86.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
109 $(LOCAL_PATH)/third_party/skia/src/core \
110 $(LOCAL_PATH)/skia/ext \
204 $(LOCAL_PATH)/third_party/skia/src/core \
205 $(LOCAL_PATH)/skia/ext \
autofill_content_renderer.target.linux-arm.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
107 $(LOCAL_PATH)/third_party/skia/src/core \
108 $(LOCAL_PATH)/skia/ext \
199 $(LOCAL_PATH)/third_party/skia/src/core \
200 $(LOCAL_PATH)/skia/ext \
autofill_content_renderer.target.linux-mips.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
106 $(LOCAL_PATH)/third_party/skia/src/core \
107 $(LOCAL_PATH)/skia/ext \
197 $(LOCAL_PATH)/third_party/skia/src/core \
198 $(LOCAL_PATH)/skia/ext \
autofill_content_renderer.target.linux-x86.mk 14 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
109 $(LOCAL_PATH)/third_party/skia/src/core \
110 $(LOCAL_PATH)/skia/ext \
204 $(LOCAL_PATH)/third_party/skia/src/core \
205 $(LOCAL_PATH)/skia/ext \
  /external/chromium_org/content/
content_app_both.target.darwin-arm.mk 16 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp
114 $(LOCAL_PATH)/third_party/skia/src/core \
115 $(LOCAL_PATH)/skia/ext \
211 $(LOCAL_PATH)/third_party/skia/src/core \
212 $(LOCAL_PATH)/skia/ext \
content_app_both.target.darwin-mips.mk 16 $(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp
113 $(LOCAL_PATH)/third_party/skia/src/core \
114 $(LOCAL_PATH)/skia/ext \
209 $(LOCAL_PATH)/third_party/skia/src/core \
210 $(LOCAL_PATH)/skia/ext \

Completed in 305 milliseconds

1 2 3 4 5 67 8 91011>>