BitmapPlatformDevice   72 skia/ext/bitmap_platform_device_cairo.cc void BitmapPlatformDevice::SetMatrixClip(
BitmapPlatformDevice   80 skia/ext/bitmap_platform_device_cairo.cc void BitmapPlatformDevice::LoadConfig() {
BitmapPlatformDevice   98 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice  117 skia/ext/bitmap_platform_device_cairo.cc   return new BitmapPlatformDevice(bitmap, cairo);
BitmapPlatformDevice  120 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice  126 skia/ext/bitmap_platform_device_cairo.cc   BitmapPlatformDevice* device = Create(width, height, is_opaque, surface);
BitmapPlatformDevice  136 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
BitmapPlatformDevice  144 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice  155 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice::BitmapPlatformDevice(
BitmapPlatformDevice  165 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice::~BitmapPlatformDevice() {
BitmapPlatformDevice  169 skia/ext/bitmap_platform_device_cairo.cc SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
BitmapPlatformDevice  172 skia/ext/bitmap_platform_device_cairo.cc   return BitmapPlatformDevice::Create(info.width(), info.height(),
BitmapPlatformDevice  176 skia/ext/bitmap_platform_device_cairo.cc cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
BitmapPlatformDevice  187 skia/ext/bitmap_platform_device_cairo.cc void BitmapPlatformDevice::DrawToNativeContext(
BitmapPlatformDevice  193 skia/ext/bitmap_platform_device_cairo.cc void BitmapPlatformDevice::setMatrixClip(const SkMatrix& transform,
BitmapPlatformDevice  204 skia/ext/bitmap_platform_device_cairo.cc       BitmapPlatformDevice::Create(width, height, is_opaque, data));
BitmapPlatformDevice   59 skia/ext/bitmap_platform_device_cairo.h class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
BitmapPlatformDevice   67 skia/ext/bitmap_platform_device_cairo.h   BitmapPlatformDevice(const SkBitmap& other, cairo_t* cairo);
BitmapPlatformDevice   68 skia/ext/bitmap_platform_device_cairo.h   virtual ~BitmapPlatformDevice();
BitmapPlatformDevice   73 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
BitmapPlatformDevice   78 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
BitmapPlatformDevice   83 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
BitmapPlatformDevice  100 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
BitmapPlatformDevice  127 skia/ext/bitmap_platform_device_cairo.h   DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
BitmapPlatformDevice   60 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::ReleaseBitmapContext() {
BitmapPlatformDevice   66 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::SetMatrixClip(
BitmapPlatformDevice   74 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::LoadConfig() {
BitmapPlatformDevice   96 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(CGContextRef context,
BitmapPlatformDevice  135 skia/ext/bitmap_platform_device_mac.cc   BitmapPlatformDevice* rv = new BitmapPlatformDevice(context, bitmap);
BitmapPlatformDevice  144 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
BitmapPlatformDevice  147 skia/ext/bitmap_platform_device_mac.cc   BitmapPlatformDevice* device = Create(NULL, width, height, is_opaque);
BitmapPlatformDevice  153 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice* BitmapPlatformDevice::CreateWithData(uint8_t* data,
BitmapPlatformDevice  161 skia/ext/bitmap_platform_device_mac.cc   BitmapPlatformDevice* rv = Create(context, width, height, is_opaque);
BitmapPlatformDevice  173 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice::BitmapPlatformDevice(
BitmapPlatformDevice  194 skia/ext/bitmap_platform_device_mac.cc BitmapPlatformDevice::~BitmapPlatformDevice() {
BitmapPlatformDevice  199 skia/ext/bitmap_platform_device_mac.cc CGContextRef BitmapPlatformDevice::GetBitmapContext() {
BitmapPlatformDevice  204 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::setMatrixClip(const SkMatrix& transform,
BitmapPlatformDevice  210 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x,
BitmapPlatformDevice  241 skia/ext/bitmap_platform_device_mac.cc SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
BitmapPlatformDevice  244 skia/ext/bitmap_platform_device_mac.cc   return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(),
BitmapPlatformDevice  253 skia/ext/bitmap_platform_device_mac.cc       BitmapPlatformDevice::Create(ctx, width, height, is_opaque));
BitmapPlatformDevice  260 skia/ext/bitmap_platform_device_mac.cc       BitmapPlatformDevice::CreateWithData(data, width, height, is_opaque));
BitmapPlatformDevice   29 skia/ext/bitmap_platform_device_mac.h class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
BitmapPlatformDevice   36 skia/ext/bitmap_platform_device_mac.h   static BitmapPlatformDevice* Create(CGContextRef context,
BitmapPlatformDevice   42 skia/ext/bitmap_platform_device_mac.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
BitmapPlatformDevice   47 skia/ext/bitmap_platform_device_mac.h   static BitmapPlatformDevice* CreateWithData(uint8_t* data,
BitmapPlatformDevice   51 skia/ext/bitmap_platform_device_mac.h   virtual ~BitmapPlatformDevice();
BitmapPlatformDevice   63 skia/ext/bitmap_platform_device_mac.h   BitmapPlatformDevice(CGContextRef context,
BitmapPlatformDevice   96 skia/ext/bitmap_platform_device_mac.h   DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
BitmapPlatformDevice   22 skia/ext/bitmap_platform_device_mac_unittest.cc     bitmap_.reset(BitmapPlatformDevice::Create(
BitmapPlatformDevice   26 skia/ext/bitmap_platform_device_mac_unittest.cc   scoped_ptr<BitmapPlatformDevice> bitmap_;
BitmapPlatformDevice   10 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice   20 skia/ext/bitmap_platform_device_skia.cc     return new BitmapPlatformDevice(bitmap);
BitmapPlatformDevice   25 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
BitmapPlatformDevice   28 skia/ext/bitmap_platform_device_skia.cc   BitmapPlatformDevice* device = Create(width, height, is_opaque);
BitmapPlatformDevice   34 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice   45 skia/ext/bitmap_platform_device_skia.cc   return new BitmapPlatformDevice(bitmap);
BitmapPlatformDevice   48 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice::BitmapPlatformDevice(const SkBitmap& bitmap)
BitmapPlatformDevice   53 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice::~BitmapPlatformDevice() {
BitmapPlatformDevice   56 skia/ext/bitmap_platform_device_skia.cc SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
BitmapPlatformDevice   59 skia/ext/bitmap_platform_device_skia.cc   return BitmapPlatformDevice::Create(info.width(), info.height(),
BitmapPlatformDevice   63 skia/ext/bitmap_platform_device_skia.cc PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() {
BitmapPlatformDevice   69 skia/ext/bitmap_platform_device_skia.cc void BitmapPlatformDevice::DrawToNativeContext(
BitmapPlatformDevice   80 skia/ext/bitmap_platform_device_skia.cc       BitmapPlatformDevice::Create(width, height, is_opaque, data));
BitmapPlatformDevice   21 skia/ext/bitmap_platform_device_skia.h class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
BitmapPlatformDevice   26 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
BitmapPlatformDevice   30 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
BitmapPlatformDevice   35 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
BitmapPlatformDevice   42 skia/ext/bitmap_platform_device_skia.h   explicit BitmapPlatformDevice(const SkBitmap& other);
BitmapPlatformDevice   43 skia/ext/bitmap_platform_device_skia.h   virtual ~BitmapPlatformDevice();
BitmapPlatformDevice   54 skia/ext/bitmap_platform_device_skia.h   DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
BitmapPlatformDevice   58 skia/ext/bitmap_platform_device_win.cc HDC BitmapPlatformDevice::GetBitmapDC() {
BitmapPlatformDevice   69 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::ReleaseBitmapDC() {
BitmapPlatformDevice   77 skia/ext/bitmap_platform_device_win.cc bool BitmapPlatformDevice::IsBitmapDCCreated()
BitmapPlatformDevice   83 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::SetMatrixClip(
BitmapPlatformDevice   91 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::LoadConfig() {
BitmapPlatformDevice  118 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(
BitmapPlatformDevice  144 skia/ext/bitmap_platform_device_win.cc   return new BitmapPlatformDevice(hbitmap, bitmap);
BitmapPlatformDevice  148 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
BitmapPlatformDevice  154 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width,
BitmapPlatformDevice  157 skia/ext/bitmap_platform_device_win.cc   BitmapPlatformDevice* device = BitmapPlatformDevice::Create(width, height,
BitmapPlatformDevice  166 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice::BitmapPlatformDevice(
BitmapPlatformDevice  187 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice::~BitmapPlatformDevice() {
BitmapPlatformDevice  193 skia/ext/bitmap_platform_device_win.cc HDC BitmapPlatformDevice::BeginPlatformPaint() {
BitmapPlatformDevice  198 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::EndPlatformPaint() {
BitmapPlatformDevice  203 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::setMatrixClip(const SkMatrix& transform,
BitmapPlatformDevice  209 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y,
BitmapPlatformDevice  264 skia/ext/bitmap_platform_device_win.cc const SkBitmap& BitmapPlatformDevice::onAccessBitmap() {
BitmapPlatformDevice  272 skia/ext/bitmap_platform_device_win.cc SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
BitmapPlatformDevice  275 skia/ext/bitmap_platform_device_win.cc   return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(),
BitmapPlatformDevice  287 skia/ext/bitmap_platform_device_win.cc       BitmapPlatformDevice::Create(width, height, is_opaque, shared_section));
BitmapPlatformDevice   27 skia/ext/bitmap_platform_device_win.h class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
BitmapPlatformDevice   37 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* Create(int width, int height,
BitmapPlatformDevice   42 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
BitmapPlatformDevice   46 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
BitmapPlatformDevice   49 skia/ext/bitmap_platform_device_win.h   virtual ~BitmapPlatformDevice();
BitmapPlatformDevice   76 skia/ext/bitmap_platform_device_win.h   BitmapPlatformDevice(HBITMAP hbitmap, const SkBitmap& bitmap);
BitmapPlatformDevice  121 skia/ext/bitmap_platform_device_win.h   DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
BitmapPlatformDevice   36 skia/ext/vector_platform_device_emf_win.cc     return BitmapPlatformDevice::Create(width, height, is_opaque,
BitmapPlatformDevice   45 skia/ext/vector_platform_device_skia.cc       BitmapPlatformDevice::CreateAndClear(width(), height(), false));
BitmapPlatformDevice   19 skia/ext/vector_platform_device_skia.h class BitmapPlatformDevice;
BitmapPlatformDevice   52 skia/ext/vector_platform_device_skia.h   skia::RefPtr<BitmapPlatformDevice> raster_surface_;
BitmapPlatformDevice  667 ui/native_theme/native_theme_win.cc   skia::RefPtr<skia::BitmapPlatformDevice> device = skia::AdoptRef(
BitmapPlatformDevice  668 ui/native_theme/native_theme_win.cc       skia::BitmapPlatformDevice::Create(