HomeSort by relevance Sort by last modified time
    Searched defs:skia (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/skia/ext/
convolver_SSE2.h 8 #include "skia/ext/convolver.h"
10 namespace skia { namespace
25 } // namespace skia
convolver_mips_dspr2.h 8 #include "skia/ext/convolver.h"
10 namespace skia { namespace
23 } // namespace skia
skia_utils_base.h 9 #include "third_party/skia/include/ports/SkFontConfigInterface.h"
11 namespace skia { namespace
30 } // namespace skia
bitmap_platform_device_skia.h 10 #include "skia/ext/platform_device.h"
12 namespace skia { namespace
40 // we ever have to share state between some native drawing UI and Skia, like
58 } // namespace skia
lazy_pixel_ref.cc 5 #include "skia/ext/lazy_pixel_ref.h"
7 namespace skia { namespace
21 } // namespace skia
platform_device_linux.cc 5 #include "skia/ext/platform_device.h"
7 namespace skia { namespace
17 } // namespace skia
vector_canvas.h 9 #include "skia/ext/platform_canvas.h"
12 #include "third_party/skia/include/core/SkDevice.h"
14 namespace skia { namespace
18 // using both Skia operations and platform-specific operations. It *doesn't*
38 } // namespace skia
benchmarking_canvas.h 9 #include "skia/ext/refptr.h"
10 #include "third_party/skia/include/utils/SkNWayCanvas.h"
11 #include "third_party/skia/src/utils/debugger/SkDebugCanvas.h"
13 namespace skia { namespace
32 // In order to avoid introducing a Skia version dependency, this
45 skia::RefPtr<SkDebugCanvas> debug_canvas_;
46 skia::RefPtr<TimingCanvas> timing_canvas_;
lazy_pixel_ref.h 8 #include "third_party/skia/include/core/SkPixelRef.h"
9 #include "third_party/skia/include/core/SkRect.h"
11 namespace skia { namespace
42 } // namespace skia
opacity_draw_filter.cc 5 #include "skia/ext/opacity_draw_filter.h"
6 #include "third_party/skia/include/core/SkPaint.h"
8 namespace skia { namespace
25 } // namespace skia
paint_simplifier.cc 5 #include "skia/ext/paint_simplifier.h"
6 #include "third_party/skia/include/core/SkPaint.h"
8 namespace skia { namespace
39 } // namespace skia
paint_simplifier.h 9 #include "third_party/skia/include/core/SkDrawFilter.h"
13 namespace skia { namespace
30 } // namespace skia
vector_platform_device_skia.h 11 #include "skia/ext/platform_device.h"
12 #include "skia/ext/refptr.h"
13 #include "third_party/skia/include/pdf/SkPDFDevice.h"
17 namespace skia { namespace
52 skia::RefPtr<BitmapPlatformDevice> raster_surface_;
57 } // namespace skia
bitmap_platform_device.h 12 #include "skia/ext/bitmap_platform_device_win.h"
14 #include "skia/ext/bitmap_platform_device_mac.h"
16 #include "skia/ext/bitmap_platform_device_cairo.h"
18 #include "skia/ext/bitmap_platform_device_skia.h"
21 namespace skia { namespace
lazy_pixel_ref_utils.h 13 namespace skia { namespace
20 skia::LazyPixelRef* lazy_pixel_ref;
31 } // namespace skia
opacity_draw_filter.h 9 #include "third_party/skia/include/core/SkDrawFilter.h"
13 namespace skia { namespace
30 } // namespace skia
bitmap_platform_device_cairo.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
63 // we ever have to share state between some native drawing UI and Skia, like
131 } // namespace skia
bitmap_platform_device_mac.h 10 #include "skia/ext/platform_device.h"
11 #include "skia/ext/refptr.h"
13 namespace skia { namespace
18 // CGCreateBitmapContext() in a format that Skia supports and can then use this
23 // also becomes invalid. THIS IS DIFFERENT THAN NORMAL SKIA which uses
24 // reference counting for the pixel data. In normal Skia, you could assign
100 } // namespace skia
refptr_unittest.cc 5 #include "skia/ext/refptr.h"
9 namespace skia { namespace
125 } // namespace skia
skia_utils_base.cc 5 #include "skia/ext/skia_utils_base.h"
7 namespace skia { namespace
52 } // namespace skia
skia_utils_win.h 8 #include "third_party/skia/include/core/SkColor.h"
18 namespace skia { namespace
20 // Converts a Skia point to a Windows POINT.
23 // Converts a Windows RECT to a Skia rect.
26 // Converts a Windows RECT to a Skia rect.
33 // Converts a Skia rect to a Windows RECT.
40 // Converts COLORREFs (0BGR) to the ARGB layout Skia expects.
46 } // namespace skia
vector_canvas.cc 5 #include "skia/ext/vector_canvas.h"
6 #include "third_party/skia/include/core/SkDevice.h"
8 namespace skia { namespace
37 } // namespace skia
analysis_canvas.h 9 #include "third_party/skia/include/core/SkBitmapDevice.h"
10 #include "third_party/skia/include/core/SkCanvas.h"
11 #include "third_party/skia/include/core/SkPicture.h"
13 namespace skia { namespace
61 // TODO(robertphillips): Once Skia's SkBaseDevice API is refactored to
168 } // namespace skia
  /external/chromium/webkit/glue/
webkit_glue.h 31 namespace skia { namespace
146 // Returns a WebCanvas pointer associated with the given Skia canvas.
147 WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*);
  /external/chromium_org/content/browser/renderer_host/
backing_store.h 23 namespace skia { namespace
70 skia::PlatformBitmap* output) = 0;

Completed in 191 milliseconds

1 2 3