HomeSort by relevance Sort by last modified time
    Searched refs:SetImage (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/Windows/Control/
Static.h 14 HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMsg(STM_SETIMAGE, imageType, (LPARAM)handle); }
18 HICON SetIcon(HICON icon) { return (HICON)SetImage(IMAGE_ICON, icon); }
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 345 EFI_HII_SET_IMAGE SetImage;
FirmwareManagement.h 7 GetImageInfo() is the only required function. GetImage(), SetImage(),
139 /// required to perform the following image operations: GetImage(), SetImage(), and
193 /// IMAGE_UPDATABLE_VALID indicates SetImage() will accept the new image and update the
195 /// the current image. SetImage VendorCode is optional but can be used for vendor
200 /// IMAGE_UPDATABLE_INVALID indicates SetImage() will reject the new image. No additional
205 /// IMAGE_UPDATABLE_INVALID_TYPE indicates SetImage() will reject the new image. The
210 /// IMAGE_UPDATABLE_INVALID_OLD indicates SetImage() will reject the new image. The
217 /// IMAGE_UPDATABLE_VALID_WITH_VENDOR_CODE indicates SetImage() will accept and update
219 /// rejected and SetImage will return appropriate error.
251 @retval EFI_SUCCESS SetImage() continues to do the callback if supported.
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_image.h 49 void SetImage(const CFX_DIBitmap* pDIBitmap);
cpdf_image.cpp 160 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 249 EFI_HII_SET_IMAGE SetImage;
  /external/pdfium/fpdfsdk/
fpdfeditimg.cpp 102 pImgObj->GetImage()->SetImage(reinterpret_cast<CFX_DIBitmap*>(bitmap));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 331 Status = Fmp->SetImage(
341 Status = Fmp->SetImage(
  /external/ImageMagick/MagickCore/
methods.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 579 STDMETHOD_(void, SetImage)(ID2D1Image *image) PURE;
    [all...]
  /external/ImageMagick/www/api/
image.php 670 <p>The format of the SetImage method is:</p>

Completed in 289 milliseconds