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

/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp28 : fWindow(NULL)
44 if (fWindow && fDeviceContext) {
45 ReleaseDC(fWindow, fDeviceContext);
48 if (fWindow) {
49 DestroyWindow(fWindow);
50 fWindow = 0;
77 if (!(fWindow = CreateWindow(TEXT("Griffin"),
87 if (!(fDeviceContext = GetDC(fWindow))) {
112 ReleaseDC(fWindow, fDeviceContext);
114 DestroyWindow(fWindow);
[all...]
/external/chromium_org/third_party/skia/src/views/mac/
H A DSampleAppDelegate.h14 NSWindow* fWindow; variable
19 @property (assign) IBOutlet NSWindow* fWindow; variable
/external/skia/src/views/mac/
H A DSampleAppDelegate.h14 NSWindow* fWindow; variable
19 @property (assign) IBOutlet NSWindow* fWindow; variable
/external/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp29 : fWindow(NULL)
42 if (fWindow && fDeviceContext) {
43 ReleaseDC(fWindow, fDeviceContext);
45 if (fWindow) {
46 DestroyWindow(fWindow);
73 if (!(fWindow = CreateWindow(TEXT("Griffin"),
83 if (!(fDeviceContext = GetDC(fWindow))) {
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DGlobal.h32 , fWindow(NULL)
52 fWindow = win;
55 return fWindow;
75 SkOSWindow* fWindow; member in class:Global
/external/skia/experimental/SkV8Example/
H A DGlobal.h32 , fWindow(NULL)
52 fWindow = win;
55 return fWindow;
75 SkOSWindow* fWindow; member in class:Global
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.h24 SkExample(SkExampleWindow* window) : fWindow(window) {}
36 SkExampleWindow* fWindow; member in class:SkExample
H A DHelloSkiaExample.cpp24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType);
26 // fWindow->setupBackend(SkExampleWindow::kRaster_DeviceType);
93 this->fWindow->inval(NULL);
/external/skia/experimental/SkiaExamples/
H A DSkExample.h24 SkExample(SkExampleWindow* window) : fWindow(window) {}
36 SkExampleWindow* fWindow; member in class:SkExample
H A DHelloSkiaExample.cpp24 fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType);
26 // fWindow->setupBackend(SkExampleWindow::kRaster_DeviceType);
93 this->fWindow->inval(NULL);
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_sample.cpp37 fWindow = new SampleWindow(NULL, 0, &commandName, NULL);
42 delete fWindow;
73 fWindow->resize(position.size().width(), position.size().height());
74 fWindow->update(NULL);
157 SampleWindow* fWindow; member in class:SkiaInstance
/external/skia/platform_tools/nacl/src/
H A Dnacl_sample.cpp37 fWindow = new SampleWindow(NULL, 0, &commandName, NULL);
42 delete fWindow;
73 fWindow->resize(position.size().width(), position.size().height());
74 fWindow->update(NULL);
157 SampleWindow* fWindow; member in class:SkiaInstance
/external/skia/include/gpu/gl/
H A DSkNativeGLContext.h77 HWND fWindow; member in class:SkNativeGLContext
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkNativeGLContext.h101 HWND fWindow; member in class:SkNativeGLContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 305 milliseconds