OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHWND
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/views/
SkOSWindow_Mac.h
18
void* getHWND() const { return
fHWND
; }
37
void*
fHWND
;
SkOSWindow_iOS.h
17
void* getHWND() const { return
fHWND
; }
36
void*
fHWND
;
SkOSWindow_Win.h
20
void* getHWND() const { return
fHWND
; }
55
void*
fHWND
;
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
34
SkOSWindow::SkOSWindow(void* hWnd) :
fHWND
(hWnd)
71
this->getBitmap().drawToPort((WindowRef)
fHWND
, (CGContextRef)ctx);
78
GetWindowBounds((WindowRef)
fHWND
, kWindowContentRgn, &r);
90
InvalWindowRect((WindowRef)
fHWND
, &rect);
96
SetWindowTitleWithCFString((WindowRef)
fHWND
, str);
Completed in 23 milliseconds