/external/skia/src/gpu/gl/win/ |
D | SkNativeGLContext_win.cpp | 29 : 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/ |
D | SkNativeGLContext_win.cpp | 29 : 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/ |
D | SampleAppDelegate.mm | 3 @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];
|
D | SampleAppDelegate.h | 14 NSWindow* fWindow; variable 19 @property (assign) IBOutlet NSWindow* fWindow;
|
/external/skia/src/views/mac/ |
D | SampleAppDelegate.mm | 3 @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];
|
D | SampleAppDelegate.h | 14 NSWindow* fWindow; variable 19 @property (assign) IBOutlet NSWindow* fWindow;
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | Global.h | 32 , fWindow(NULL) in Global() 52 fWindow = win; in setWindow() 55 return fWindow; in getWindow() 75 SkOSWindow* fWindow; variable
|
/external/skia/experimental/SkV8Example/ |
D | Global.h | 32 , 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/ |
D | nacl_sample.cpp | 37 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/ |
D | nacl_sample.cpp | 37 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/ |
D | SkExample.h | 24 SkExample(SkExampleWindow* window) : fWindow(window) {} in SkExample() 36 SkExampleWindow* fWindow;
|
D | HelloSkiaExample.cpp | 24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType); in HelloSkia() 93 this->fWindow->inval(NULL); in draw()
|
/external/skia/experimental/SkiaExamples/ |
D | SkExample.h | 24 SkExample(SkExampleWindow* window) : fWindow(window) {} in SkExample() 36 SkExampleWindow* fWindow;
|
D | HelloSkiaExample.cpp | 24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType); in HelloSkia() 93 this->fWindow->inval(NULL); in draw()
|
/external/skia/include/gpu/gl/ |
D | SkNativeGLContext.h | 77 HWND fWindow;
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
D | SkNativeGLContext.h | 77 HWND fWindow;
|