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

  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 50 const SkBitmap* image_bitmap = image.bitmap(); local
51 SkAutoLockPixels image_lock(*image_bitmap);
52 return *image_bitmap->getAddr32(0, 0) == expect;
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 270 SkBitmap image_bitmap = DecodeImage(temp_install_dir_.Append(path)); local
271 if (image_bitmap.isNull()) {
280 internal_data_->decoded_images.push_back(MakeTuple(image_bitmap, path));
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 131 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)filename, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);
167 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 320 options->image_bitmap.get(),
440 options->image_bitmap.get(),
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 372 IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 599 const SkBitmap* image_bitmap = image.ToSkBitmap(); local
601 image_bitmap->deepCopyTo(&bitmap_copy);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h 387 #define ImageList_LoadBitmap(hi,lpbmp,cx,cGrow,crMask) ImageList_LoadImage(hi,lpbmp,cx,cGrow,crMask,IMAGE_BITMAP,0)
    [all...]
winuser.h     [all...]

Completed in 1771 milliseconds