HomeSort by relevance Sort by last modified time
    Searched defs:Height (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/pdfium/core/fpdfdoc/
cpvt_floatrect.h 33 float Height() const {
  /external/libvpx/libvpx/vp8/common/
onyxd.h 29 int Height;
  /external/lzma/CPP/Windows/Control/
CommandBar.h 37 int Height() { return CommandBar_Height(_window); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.h 39 UINTN Height;
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Gop.c 68 0, 0, 0, 0, // X, Y, Width, Height
143 UINT32 Height;
217 GopModeInfo->VerticalResolution = mGopResolutions[ModeNumber].Height;
290 mGopResolutions[ModeNumber].Height // Height
300 mGopResolutions[ModeNumber].Height * sizeof (UINT32);
333 mGopResolutions[ModeNumber].Height, // Height
352 mGopResolutions[ModeNumber].Height, // Height
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 30 int32_t SmallGlyphMetrics::Height() {
64 int32_t SmallGlyphMetrics::Builder::Height() {
68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) {
69 InternalWriteData()->WriteByte(Offset::kHeight, height);
big_glyph_metrics.cc 30 int32_t BigGlyphMetrics::Height() {
76 int32_t BigGlyphMetrics::Builder::Height() {
80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) {
81 InternalWriteData()->WriteByte(Offset::kHeight, height);
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 31 static int Height() { return 10; }
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
62 for (int y = 0; y < info.height(); ++y) {
69 for (int y = 0; y < info.height(); ++y) {
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 31 static int Height() { return 10; }
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
62 for (int y = 0; y < info.height(); ++y) {
69 for (int y = 0; y < info.height(); ++y) {
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 162 Height = HWC2_ATTRIBUTE_HEIGHT,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 47 UINT16 Height;
55 UINT16 Height;
180 image, which is Width pixels wide and Height pixels high.
224 image, which is Width pixels wide and Height pixels high.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 139 PixelHeight - Height of GopBlt/BmpImage in pixels
162 UINTN Height;
275 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
276 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
458 UINTN Height;
548 &Height,
578 DestY = (SizeOfY - Height) / 2;
583 DestY = (SizeOfY - Height - CoordinateY);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 140 PixelHeight - Height of GopBlt/BmpImage in pixels
163 UINTN Height;
276 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
277 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
457 UINTN Height;
547 &Height,
577 DestY = (SizeOfY - Height) / 2;
582 DestY = (SizeOfY - Height - CoordinateY);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuFileSystem.h 46 UINT32 Height
92 UINTN Height;
EmuGraphicsWindow.h 39 UINT32 Height
86 UINTN Height;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 365 UINTN Height;
430 Blt->Height = (UINT16) (VerticalResolution);
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
509 Height = RowInfoArray[0].LineHeight;
513 Height = 0;
525 Height,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 28 UINTN Height;
151 Configure->Height = (UINTN) FrameBufferInfo->VerticalResolution;
168 @param[in] Height Height to fill.
181 IN UINTN Height
199 if (DestinationY + Height > Configure->Height) {
209 if (Width == 0 || Height == 0) {
210 DEBUG ((EFI_D_VERBOSE, "VideoFill: Width or Height is 0\n"));
262 SizeInBytes = WidthInBytes * Height;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 41 @param Height Image height, in pixels.
45 Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL).
52 UINT16 Height;
184 @param Height Height of the output image.
195 UINT16 Height;
210 Height are ignored. If EFI_HII_DRAW_FLAG_TRANSPARENT is set,
229 Height pixels high. The image will be drawn onto
245 @retval EFI_INVALID_PARAMETER The Image or Blt or Height or
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 365 UINTN Height;
430 Blt->Height = (UINT16) (VerticalResolution);
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
509 Height = RowInfoArray[0].LineHeight;
513 Height = 0;
525 Height,
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 81 UINTN Height;
83 BltLibGetSizes (&Width, &Height);
86 H = Height - (Rand32 () % Height);
92 if (H != Height) {
93 Y = Rand32 () % (Height - H);
112 UINTN Height;
114 BltLibGetSizes (&Width, &Height);
117 for (Y = 0; Y < Height; Y++) {
120 Color.Green = (UINT8) ((Y * 0x100) / Height);
    [all...]
  /external/dng_sdk/source/
dng_image.h 206 /// Getter method for height of an image.
208 uint32 Height () const
  /external/mesa3d/src/egl/main/
eglimage.h 60 EGLint Height;
eglsurface.h 60 EGLint Width, Height;
  /external/mesa3d/src/mesa/main/
viewport.c 41 GLfloat width, GLfloat height)
43 /* clamp width and height to the implementation dependent range */
45 height = MIN2(height, (GLfloat) ctx->Const.MaxViewportHeight);
67 ctx->ViewportArray[idx].Height == height)
73 ctx->ViewportArray[idx].Height = height;
79 GLfloat Width, Height; /**< size */
94 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height)
    [all...]
  /external/webrtc/webrtc/video/
screenshare_loopback.cc 29 DEFINE_int32(height, 1110, "Video height (crops source).");
30 size_t Height() {
222 {flags::Width(), flags::Height(), flags::Fps(),

Completed in 473 milliseconds

1 2 3 4 5 6