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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
MainHexEditor.c 234 if (HMainEditor.BufferImage->BufferType != FileTypeFileBuffer) {
235 if (!HMainEditor.BufferImage->Modified) {
272 HMainEditor.BufferImage->DiskImage->Name,
273 HMainEditor.BufferImage->DiskImage->Offset,
274 HMainEditor.BufferImage->DiskImage->Size,
275 HMainEditor.BufferImage->MemImage->Offset,
276 HMainEditor.BufferImage->MemImage->Size,
277 HMainEditor.BufferImage->BufferType
346 HMainEditor.BufferImage->FileImage->FileName
393 HMainEditor.BufferImage->FileImage->FileName
    [all...]
HexEditor.h 23 #include "BufferImage.h"
Misc.c 53 Line = HMainEditor.BufferImage->CurrentLine;
62 if (Line->Link.ForwardLink == HMainEditor.BufferImage->ListHead) {
88 Line = HMainEditor.BufferImage->CurrentLine;
97 if (Line->Link.BackLink == HMainEditor.BufferImage->ListHead) {
141 Advance/Retreat lines and set CurrentLine in BufferImage to it.
173 HMainEditor.BufferImage->CurrentLine = Line;
Misc.h 36 Advance/Retreat lines and set CurrentLine in BufferImage to it.
HexEditorTypes.h 113 HEFI_EDITOR_BUFFER_IMAGE *BufferImage;
HexeditStrings.uni 34 #string STR_HEXEDIT_LIBEDITOR_MAINEDITOR_BUFFERIMAGE #language en-US "%EMainEditor init failed on BufferImage init\n%N"
40 #string STR_HEXEDIT_LIBEDITOR_BUFFERIMAGE_CLEAN #language en-US "BufferImage cleanup failed\n"
BufferImage.h 2 Defines BufferImage - the view of the file that is visible at any point,
BufferImage.c     [all...]
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 35 private final Image bufferImage;
78 * @param bufferImage the Image that is used for the buffering.
88 Image bufferImage,
96 this.bufferImage = bufferImage;
110 Graphics bufferGraphics = bufferImage.getGraphics();
117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null))
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.inf 81 HexEdit/BufferImage.h
82 HexEdit/BufferImage.c
  /device/linaro/bootloader/edk2/EdkShellPkg/
ShellR33.patch     [all...]
ShellR64.patch     [all...]
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 696 milliseconds