HomeSort by relevance Sort by last modified time
    Searched full:skbitmap (Results 801 - 825 of 2021) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 8 #include "third_party/skia/include/core/SkBitmap.h"
96 gfx::Rect rect, SkBitmap* output) {
99 const SkBitmap& bitmap = device->accessBitmap(false);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.cc 25 bitmap_.setConfig(SkBitmap::kARGB_8888_Config,
57 SkBitmap sk_bitmap;
58 sk_bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 17 #include "third_party/skia/include/core/SkBitmap.h"
71 const SkBitmap& pixels) OVERRIDE;
123 SkBitmap read_pixels_bitmap_;
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.h 15 // A device is basically a wrapper around SkBitmap that provides a surface for
64 const SkBitmap& bitmap);
66 virtual SkBaseDevice* onCreateCompatibleDevice(SkBitmap::Config, int width,
bitmap_platform_device_skia.h 15 // For now we just use SkBitmap for SkBitmapDevice
42 explicit BitmapPlatformDevice(const SkBitmap& other);
50 virtual SkBaseDevice* onCreateCompatibleDevice(SkBitmap::Config, int width,
bitmap_platform_device_mac.cc 103 SkBitmap bitmap;
106 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0,
174 CGContextRef context, const SkBitmap& bitmap)
242 SkBitmap::Config config, int width, int height, bool isOpaque,
244 SkASSERT(config == SkBitmap::kARGB_8888_Config);
278 bitmap_.setConfig(SkBitmap::kARGB_8888_Config, width, height, width * 4,
image_operations_bench.cc 28 #include "third_party/skia/include/core/SkBitmap.h"
85 // from what SkBitmap::getSize() returns since it does not take into account
92 int GetBitmapSize(const SkBitmap* bitmap) {
231 SkBitmap source;
232 source.setConfig(SkBitmap::kARGB_8888_Config,
237 SkBitmap dest;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.h 37 #include "SkBitmap.h"
65 void didDrawRect(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap);
88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
  /external/chromium_org/third_party/skia/src/core/
SkBlitBWMaskTemplate.h 10 #include "SkBitmap.h"
19 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS)
26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
SkShader.cpp 44 bool SkShader::setContext(const SkBitmap& device,
164 SkShader::BitmapType SkShader::asABitmap(SkBitmap*, SkMatrix*,
177 SkShader* SkShader::CreateBitmapShader(const SkBitmap& src,
243 bool SkColorShader::setContext(const SkBitmap& device, const SkPaint& paint,
296 SkShader::BitmapType SkColorShader::asABitmap(SkBitmap* bitmap, SkMatrix* matrix,
336 bool SkEmptyShader::setContext(const SkBitmap&, const SkPaint&,
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.h 15 class SkBitmap;
80 static bool Install(SkData* data, SkBitmap* destination,
110 static bool Install(SkStreamRewindable* stream, SkBitmap* destination,
SkImageDecoder_wbmp.cpp 25 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
102 bool SkWBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap,
114 decodedBitmap->setConfig(SkBitmap::kIndex8_Config, width, height, 0,
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
33 SkBitmap fBackup;
127 static void copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src,
144 static void blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
175 static void blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
221 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap)
301 static void disposeFrameIfNeeded(SkBitmap* bm, const SavedImage* cur, const SavedImage* next,
302 SkBitmap* backup, SkColor color)
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm
    [all...]
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 13 class SkBitmap;
72 // successful, a SkBitmap is created and returned. It is up to the caller
74 static SkBitmap* Decode(const unsigned char* input, size_t input_size);
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface.cc 13 #include "third_party/skia/include/core/SkBitmap.h"
29 CustomSkBitmapDevice(const SkBitmap& bitmap) : SkBitmapDevice(bitmap) {}
58 bitmaps_[i]->setConfig(SkBitmap::kARGB_8888_Config,
  /external/skia/gm/
mixedxfermodes.cpp 9 #include "SkBitmap.h"
86 SkBitmap bitmap;
87 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 2, 2, 2 * sizeof(uint32_t));
verylargebitmap.cpp 13 static void make_bm(SkBitmap* bm, int width, int height, SkColor colors[2]) {
14 bm->setConfig(SkBitmap::kARGB_8888_Config, width, height);
29 SkBitmap bm;
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 10 #include "SkBitmap.h"
19 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS)
26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
  /external/skia/src/images/
SkDecodingImageGenerator.h 15 class SkBitmap;
80 static bool Install(SkData* data, SkBitmap* destination,
110 static bool Install(SkStreamRewindable* stream, SkBitmap* destination,
SkImageDecoder_wbmp.cpp 25 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
102 bool SkWBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap,
114 decodedBitmap->setConfig(SkBitmap::kIndex8_Config, width, height, 0,
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
33 SkBitmap fBackup;
127 static void copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src,
144 static void blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
175 static void blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
221 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap)
301 static void disposeFrameIfNeeded(SkBitmap* bm, const SavedImage* cur, const SavedImage* next,
302 SkBitmap* backup, SkColor color)
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm
    [all...]
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_opencl.cpp 8 #include "SkBitmap.h"
39 bool SkDifferentPixelsMetric::diff(SkBitmap* baseline, SkBitmap* test, bool computeMask,
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 14 #include "third_party/skia/include/core/SkBitmap.h"
128 SkBitmap* image, SkBitmap* mask) {
134 SkBitmap img =
301 SkBitmap* image, SkBitmap* mask) {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 27 #include "third_party/skia/include/core/SkBitmap.h"
507 SkBitmap bitmap = GdkPixbufToImageSkia(pixbuf.get());
878 SkBitmap Gtk2UI::GenerateGtkThemeBitmap(int id) const {
883 SkBitmap bitmap;
884 bitmap.setConfig(SkBitmap::kARGB_8888_Config,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.h 121 SkBitmap::Allocator* allocator() const { return m_allocator; }
122 const SkBitmap& getSkBitmap() const { return m_bitmap->bitmap(); }
141 void setMemoryAllocator(SkBitmap::Allocator* allocator) { m_allocator = allocator; }
142 void setSkBitmap(const SkBitmap& bitmap) { m_bitmap = NativeImageSkia::create(bitmap); }
191 // Notifies the SkBitmap if any pixels changed and resets the flag.
211 SkBitmap::Allocator* m_allocator;

Completed in 344 milliseconds

<<31323334353637383940>>