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

12 3

  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 49 CGContextRef context;
52 // Get the CGContextRef
55 sizeof (CGContextRef),
172 CGContextRef cg = reinterpret_cast<CGContextRef>(ctx);
390 CGContextRef cg;
395 sizeof (CGContextRef),
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 49 CGContextRef context;
52 // Get the CGContextRef
55 sizeof (CGContextRef),
172 CGContextRef cg = reinterpret_cast<CGContextRef>(ctx);
390 CGContextRef cg;
395 sizeof (CGContextRef),
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 71 this->getBitmap().drawToPort((WindowRef)fHWND, (CGContextRef)ctx);
250 CGContextRef cg;
255 sizeof (CGContextRef),
SkBitmap_Mac.cpp 106 void SkBitmap::drawToPort(WindowRef wind, CGContextRef cg) const {
  /external/chromium_org/skia/ext/
platform_canvas.h 47 SK_API SkCanvas* CreatePlatformCanvas(CGContextRef context,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.mm 151 CGContextRef cgContext = bitLocker.cgContext();
179 CGContextRef cgContext = bitLocker.cgContext();
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 175 CGContextRef context,
302 CGContextRef PdfMetafileCg::context() const {
pdf_metafile_skia.cc 183 CGContextRef context,
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 144 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
221 CGContextRef ctx = CGBitmapContextCreate(bitmap.getPixels(), w, h,
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 136 CGContextRef context = NULL; // The bitmap context
285 CGContextRef context;
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 144 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) {
221 CGContextRef ctx = CGBitmapContextCreate(bitmap.getPixels(), w, h,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 90 CGContextRef context;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 197 void CGPaint(CGContextRef context, const gfx::Rect& rect);
425 CGContextRef buffer_context_; // Weak ref.
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 370 CGContextRef saved_context_weak = windowless_context();
501 base::ScopedCFTypeRef<CGContextRef>* cg_context_out) {
503 // and then use that to create a CGContextRef.
505 CGContextRef cg_context = NULL;
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp 95 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height, 8, bm->rowBytes(), cs, BITMAP_INFO);
SkFontHost_mac.cpp 212 CG_EXTERN void CGContextSetAllowsFontSmoothing(CGContextRef context, bool value);
213 CG_EXTERN void CGContextSetAllowsFontSubpixelPositioning(CGContextRef context, bool value);
214 CG_EXTERN void CGContextSetShouldSubpixelPositionFonts(CGContextRef context, bool value);
215 CG_EXTERN void CGContextSetAllowsFontSubpixelQuantization(CGContextRef context, bool value);
216 CG_EXTERN void CGContextSetShouldSubpixelQuantizeFonts(CGContextRef context, bool value);
311 AutoCFRelease<CGContextRef> cgContext(CGBitmapContextCreate(&rgb, 1, 1, 8, 4,
342 AutoCFRelease<CGContextRef> fCG;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 104 CGContextRef cg_context; /* CoreGraphics rendering context */
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 95 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height, 8, bm->rowBytes(), cs, BITMAP_INFO);
SkFontHost_mac.cpp 212 CG_EXTERN void CGContextSetAllowsFontSmoothing(CGContextRef context, bool value);
213 CG_EXTERN void CGContextSetAllowsFontSubpixelPositioning(CGContextRef context, bool value);
214 CG_EXTERN void CGContextSetShouldSubpixelPositionFonts(CGContextRef context, bool value);
215 CG_EXTERN void CGContextSetAllowsFontSubpixelQuantization(CGContextRef context, bool value);
216 CG_EXTERN void CGContextSetShouldSubpixelQuantizeFonts(CGContextRef context, bool value);
311 AutoCFRelease<CGContextRef> cgContext(CGBitmapContextCreate(&rgb, 1, 1, 8, 4,
342 AutoCFRelease<CGContextRef> fCG;
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 628 CGContextRef context;
686 CGContextRef context;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 149 CGContextRef target) OVERRIDE;
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 559 CGContextRef context;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.mm 138 CGContextRef cgContext = bitLocker.cgContext();
  /external/clang/test/Analysis/
malloc.c 973 CGContextRef context = CGBitmapContextCreate(ptr);
983 CGContextRef context = CGBitmapContextCreate(ptr);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 367 CGContextRef context = static_cast<CGContextRef>([[NSGraphicsContext graphicsContextWithBitmapImageRep:offscreenRep] graphicsPort]);
790 CGContextRef c = localContext.cgContext();
    [all...]

Completed in 693 milliseconds

12 3