OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpImage
(Results
1 - 2
of
2
) sorted by null
/development/simulator/app/
PhoneButton.cpp
91
wxImage
tmpImage
= src->ConvertToImage();
93
unsigned char* pRGB =
tmpImage
.GetData(); // top-left RGBRGB...
99
for (y =
tmpImage
.GetHeight()-1; y >= 0; --y) {
100
for (x =
tmpImage
.GetWidth()-1; x >= 0; --x) {
109
mHighlightedBitmap = wxBitmap(
tmpImage
);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java
[
all
...]
Completed in 383 milliseconds