OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGContextRef
(Results
1 - 25
of
53
) sorted by null
1
2
3
/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/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,
83
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,
157
CGContextRef
context = NULL;
174
CGContextRef
context, const SkBitmap& bitmap)
199
CGContextRef
BitmapPlatformDevice::GetBitmapContext() {
210
void BitmapPlatformDevice::DrawToNativeContext(
CGContextRef
context, int x,
253
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
36
CGContextRef
cgContext();
51
CGContextRef
context() { return m_skiaBitLocker.cgContext(); }
LocalCurrentGraphicsContext.mm
36
CGContextRef
cgContext = this->cgContext();
58
CGContextRef
LocalCurrentGraphicsContext::cgContext()
62
CGContextRef
cgContext = m_skiaBitLocker.cgContext();
/external/chromium_org/content/browser/renderer_host/
backing_store_mac.h
29
CGContextRef
cg_bitmap() { return cg_bitmap_; }
51
CGContextRef
context);
63
CGContextRef
CreateCGBitmapContext();
65
base::ScopedCFTypeRef<
CGContextRef
> cg_bitmap_;
/external/clang/test/Analysis/Inputs/
system-header-simulator.h
66
typedef struct CGContext *
CGContextRef
;
67
CGContextRef
CGBitmapContextCreate(void *data/*, size_t width, size_t height,
71
void *CGBitmapContextGetData(
CGContextRef
context);
/external/chromium_org/third_party/skia/include/utils/mac/
SkCGUtils.h
46
void SkCGDrawBitmap(
CGContextRef
, const SkBitmap&, float x, float y);
/external/skia/include/utils/mac/
SkCGUtils.h
46
void SkCGDrawBitmap(
CGContextRef
, const SkBitmap&, float x, float y);
/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/skia/gm/
gammatext.cpp
41
static
CGContextRef
makeCG(const SkBitmap& bm) {
47
CGContextRef
cg = CGBitmapContextCreate(bm.getPixels(), bm.width(), bm.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 = makeCG(canvas->getDevice()->accessBitmap(false));
/external/chromium_org/webkit/child/
webthemeengine_impl_mac.cc
57
CGContextRef
cgContext = bitLocker.cgContext();
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObjectMac.mm
36
- (void)drawInContext:(
CGContextRef
)context
/external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm
45
CGContextRef
cg = CGBitmapContextCreate(bm->getPixels(), width, height,
/external/skia/src/utils/ios/
SkImageDecoder_iOS.mm
45
CGContextRef
cg = CGBitmapContextCreate(bm->getPixels(), width, height,
/external/chromium_org/content/public/browser/
render_widget_host.h
210
CGContextRef
target) = 0;
/external/chromium_org/content/plugin/
webplugin_proxy.h
172
base::ScopedCFTypeRef<
CGContextRef
>* cg_context_out);
192
CGContextRef
windowless_context() const {
229
base::ScopedCFTypeRef<
CGContextRef
> windowless_contexts_[2];
Completed in 3210 milliseconds
1
2
3