HomeSort by relevance Sort by last modified time
    Searched full:bitmapname (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 102 private static void logIfBitmapSolidColor(String bitmapName, Bitmap bitmap) {
112 Log.w(TAG, String.format("%s entire bitmap color is %x", bitmapName, firstColor));
116 String bitmapName = testName + "_" + fileName;
117 Log.d(TAG, "Saving file : " + bitmapName + " in directory : " + className);
118 logIfBitmapSolidColor(bitmapName, bitmap);
120 File file = new File(CAPTURE_SUB_DIRECTORY + className, bitmapName);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 739 IN const WCHAR *bitmapName
745 bitmapName,
812 IN const WCHAR *bitmapName)
814 return new Bitmap(hInstance, bitmapName);
GdiPlusHeaders.h 659 IN const WCHAR * bitmapName);
667 IN const WCHAR * bitmapName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 167 const WCHAR *bitmapName);
182 Bitmap(HINSTANCE hInstance, const WCHAR *bitmapName);
gdiplusimpl.h 379 HINSTANCE hInstance, const WCHAR *bitmapName)
381 return new Bitmap(hInstance, bitmapName);
455 __inline__ Bitmap::Bitmap(HINSTANCE hInstance, const WCHAR *bitmapName):
460 hInstance, bitmapName, &nativeBitmap);
    [all...]

Completed in 291 milliseconds