OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBitmap
(Results
1 - 6
of
6
) sorted by null
/development/simulator/app/
DeviceWindow.h
37
wxBitmap*
GetBitmap
(void) const { return mpBitmap; }
LoadableImage.h
61
wxBitmap*
GetBitmap
(void) const { return mpBitmap; }
PhoneButton.h
59
return mSelectedImage.
GetBitmap
();
PhoneButton.cpp
89
wxBitmap* src = mSelectedImage.
GetBitmap
();
PhoneWindow.cpp
382
wxBitmap* pBitmap = pPhoneView->GetBkgImage(0)->
GetBitmap
();
877
wxBitmap* pBitmap = pLimg->
GetBitmap
();
[
all
...]
/external/webkit/WebKit/wx/
WebBrowserShell.cpp
144
wxBitmap back = wxArtProvider::
GetBitmap
(wxART_GO_BACK, wxART_TOOLBAR, wxSize(32,32));
147
wxBitmap forward = wxArtProvider::
GetBitmap
(wxART_GO_FORWARD, wxART_TOOLBAR, wxSize(32,32));
Completed in 37 milliseconds