HomeSort by relevance Sort by last modified time
    Searched refs:tmpImage (Results 1 - 3 of 3) 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);
DeviceManager.cpp 485 //printf("HEY: creating tmpImage, w=%d h=%d data=%p\n",
489 wxImage tmpImage(mWidth, mHeight, (unsigned char*) mImageData, true);
492 return new wxBitmap(tmpImage);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java     [all...]

Completed in 261 milliseconds