Home
last modified time | relevance | path

Searched refs:fWindow (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp29 : fWindow(NULL) in SkNativeGLContext()
42 if (fWindow && fDeviceContext) { in destroyGLContext()
43 ReleaseDC(fWindow, fDeviceContext); in destroyGLContext()
45 if (fWindow) { in destroyGLContext()
46 DestroyWindow(fWindow); in destroyGLContext()
73 if (!(fWindow = CreateWindow(TEXT("Griffin"), in createGLContext()
83 if (!(fDeviceContext = GetDC(fWindow))) { in createGLContext()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp29 : fWindow(NULL) in SkNativeGLContext()
42 if (fWindow && fDeviceContext) { in destroyGLContext()
43 ReleaseDC(fWindow, fDeviceContext); in destroyGLContext()
45 if (fWindow) { in destroyGLContext()
46 DestroyWindow(fWindow); in destroyGLContext()
73 if (!(fWindow = CreateWindow(TEXT("Griffin"), in createGLContext()
83 if (!(fDeviceContext = GetDC(fWindow))) { in createGLContext()
/external/chromium_org/third_party/skia/src/views/mac/
DSampleAppDelegate.mm3 @synthesize fWindow, fView, fOptions;
8 [fWindow setAcceptsMouseMovedEvents:YES];
13 NSRect frame = NSMakeRect(fWindow.frame.origin.x, fWindow.frame.origin.y, 768, 1024);
14 [fWindow setFrame:frame display:YES animate:YES];
DSampleAppDelegate.h14 NSWindow* fWindow; variable
19 @property (assign) IBOutlet NSWindow* fWindow;
/external/skia/src/views/mac/
DSampleAppDelegate.mm3 @synthesize fWindow, fView, fOptions;
8 [fWindow setAcceptsMouseMovedEvents:YES];
13 NSRect frame = NSMakeRect(fWindow.frame.origin.x, fWindow.frame.origin.y, 768, 1024);
14 [fWindow setFrame:frame display:YES animate:YES];
DSampleAppDelegate.h14 NSWindow* fWindow; variable
19 @property (assign) IBOutlet NSWindow* fWindow;
/external/chromium_org/third_party/skia/experimental/SkV8Example/
DGlobal.h32 , fWindow(NULL) in Global()
52 fWindow = win; in setWindow()
55 return fWindow; in getWindow()
75 SkOSWindow* fWindow; variable
/external/skia/experimental/SkV8Example/
DGlobal.h32 , fWindow(NULL) in Global()
52 fWindow = win; in setWindow()
55 return fWindow; in getWindow()
75 SkOSWindow* fWindow; variable
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
Dnacl_sample.cpp37 fWindow = new SampleWindow(NULL, 0, &commandName, NULL); in SkiaInstance()
42 delete fWindow; in ~SkiaInstance()
73 fWindow->resize(position.size().width(), position.size().height()); in DidChangeView()
74 fWindow->update(NULL); in DidChangeView()
157 SampleWindow* fWindow; member in SkiaInstance
/external/skia/platform_tools/nacl/src/
Dnacl_sample.cpp37 fWindow = new SampleWindow(NULL, 0, &commandName, NULL); in SkiaInstance()
42 delete fWindow; in ~SkiaInstance()
73 fWindow->resize(position.size().width(), position.size().height()); in DidChangeView()
74 fWindow->update(NULL); in DidChangeView()
157 SampleWindow* fWindow; member in SkiaInstance
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
DSkExample.h24 SkExample(SkExampleWindow* window) : fWindow(window) {} in SkExample()
36 SkExampleWindow* fWindow;
DHelloSkiaExample.cpp24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType); in HelloSkia()
93 this->fWindow->inval(NULL); in draw()
/external/skia/experimental/SkiaExamples/
DSkExample.h24 SkExample(SkExampleWindow* window) : fWindow(window) {} in SkExample()
36 SkExampleWindow* fWindow;
DHelloSkiaExample.cpp24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType); in HelloSkia()
93 this->fWindow->inval(NULL); in draw()
/external/skia/include/gpu/gl/
DSkNativeGLContext.h77 HWND fWindow;
/external/chromium_org/third_party/skia/include/gpu/gl/
DSkNativeGLContext.h77 HWND fWindow;