HomeSort by relevance Sort by last modified time
    Searched refs:CGContextRef (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ui/gfx/
scoped_ui_graphics_push_context_ios.h 16 explicit ScopedUIGraphicsPushContext(CGContextRef context);
20 CGContextRef context_;
scoped_cg_context_save_gstate_mac.h 14 explicit ScopedCGContextSaveGState(CGContextRef context) : context_(context) {
23 CGContextRef context_;
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 15 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
19 CGContextRef GetContext();
22 CGContextRef m_pContext;
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.h 36 static BitmapPlatformDevice* Create(CGContextRef context,
54 virtual CGContextRef GetBitmapContext() OVERRIDE;
55 virtual void DrawToNativeContext(CGContextRef context, int x, int y,
63 BitmapPlatformDevice(CGContextRef context,
82 CGContextRef bitmap_context_;
platform_device.h 28 typedef struct CGContext* CGContextRef;
43 typedef CGContextRef PlatformSurface;
71 SK_API CGContextRef GetBitmapContext(SkBaseDevice* device);
105 virtual CGContextRef GetBitmapContext() = 0;
138 static void LoadPathToCGContext(CGContextRef context, const SkPath& path);
141 static void InitializeCGContext(CGContextRef context);
144 static void LoadClippingRegionToCGContext(CGContextRef context,
166 static void LoadTransformToCGContext(CGContextRef context,
platform_device_mac.cc 17 CGContextRef GetBitmapContext(SkBaseDevice* device) {
25 CGContextRef PlatformDevice::BeginPlatformPaint() {
33 // Set up the CGContextRef for peaceful coexistence with Skia
34 void PlatformDevice::InitializeCGContext(CGContextRef context) {
39 void PlatformDevice::LoadPathToCGContext(CGContextRef context,
83 void PlatformDevice::LoadTransformToCGContext(CGContextRef context,
117 CGContextRef context,
bitmap_platform_device_mac.cc 24 static CGContextRef CGContextForData(void* data, int width, int height) {
37 CGContextRef context =
96 BitmapPlatformDevice* BitmapPlatformDevice::Create(CGContextRef context,
156 CGContextRef context = NULL;
173 CGContextRef context, const SkBitmap& bitmap)
198 CGContextRef BitmapPlatformDevice::GetBitmapContext() {
209 void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x,
249 SkCanvas* CreatePlatformCanvas(CGContextRef ctx, int width, int height,
bitmap_platform_device_mac_unittest.cc 40 CGContextRef context = bitmap_->GetBitmapContext();
60 CGContextRef context = bitmap_->GetBitmapContext();
vector_platform_device_skia.h 43 virtual CGContextRef GetBitmapContext() OVERRIDE;
skia_utils_mac.h 113 CGContextRef cgContext();
118 CGContextRef cgContext_;
vector_platform_device_skia.cc 76 CGContextRef VectorPlatformDeviceSkia::GetBitmapContext() {
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
LocalCurrentGraphicsContext.h 37 CGContextRef cgContext();
52 CGContextRef context() { return m_skiaBitLocker.cgContext(); }
LocalCurrentGraphicsContext.mm 36 CGContextRef cgContext = this->cgContext();
58 CGContextRef LocalCurrentGraphicsContext::cgContext()
62 CGContextRef cgContext = m_skiaBitLocker.cgContext();
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 67 typedef struct CGContext *CGContextRef;
68 CGContextRef CGBitmapContextCreate(void *data/*, size_t width, size_t height,
72 void *CGBitmapContextGetData(CGContextRef context);
  /external/chromium_org/printing/
pdf_metafile_cg_mac.h 60 virtual CGContextRef context() const OVERRIDE;
74 base::ScopedCFTypeRef<CGContextRef> context_;
image_mac.cc 30 base::ScopedCFTypeRef<CGContextRef> bitmap_context(
  /external/chromium_org/third_party/skia/include/utils/mac/
SkCGUtils.h 63 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
  /external/skia/include/utils/mac/
SkCGUtils.h 63 void SkCGDrawBitmap(CGContextRef, const SkBitmap&, float x, float y);
  /external/chromium_org/third_party/skia/gm/
gammatext.cpp 41 static CGContextRef makeCG(const SkImageInfo& info, const void* addr,
47 CGContextRef cg = CGBitmapContextCreate((void*)addr, info.width(), info.height(),
68 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) {
89 static void cgDrawText(CGContextRef cg, const void* text, size_t len,
146 CGContextRef cg = 0;
  /external/skia/gm/
gammatext.cpp 41 static CGContextRef makeCG(const SkImageInfo& info, const void* addr,
47 CGContextRef cg = CGBitmapContextCreate((void*)addr, info.width(), info.height(),
68 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) {
89 static void cgDrawText(CGContextRef cg, const void* text, size_t len,
146 CGContextRef cg = 0;
  /external/chromium_org/content/plugin/
webplugin_proxy.h 168 base::ScopedCFTypeRef<CGContextRef>* cg_context_out);
177 CGContextRef windowless_context() const {
207 base::ScopedCFTypeRef<CGContextRef> windowless_contexts_[2];
  /external/chromium_org/content/child/
webthemeengine_impl_mac.cc 57 CGContextRef cgContext = bitLocker.cgContext();
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 46 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height,
  /external/skia/src/utils/ios/
SkImageDecoder_iOS.mm 46 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 35 CGContextRef context = CGBitmapContextCreate(pBitmap->GetBuffer(),
48 CGContextRelease((CGContextRef) graphics);
70 CGContextRef context = (CGContextRef) graphics;
91 CGContextRef context = (CGContextRef) graphics;
138 CGContextSaveGState((CGContextRef) graphics);
144 CGContextRestoreGState((CGContextRef) graphics);
147 static CGContextRef createContextWithBitmap(CFX_DIBitmap* pBitmap)
159 CGContextRef context = CGBitmapContextCreate(pBitmap->GetBuffer(),
    [all...]

Completed in 528 milliseconds

1 2