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

1 2 3 4 5

  /external/pdfium/core/fpdfdoc/
cpvt_floatrect.h 35 FX_FLOAT Height() const {
  /external/libvpx/libvpx/vp8/common/
onyxd.h 28 int Height;
  /external/mesa3d/src/egl/main/
eglmode.h 49 EGLint Width, Height; /* size in pixels */
eglimage.h 49 EGLint Height;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 32 @param PixelHeight Height of GopBlt/BmpImage in pixels.
60 UINTN Height;
175 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
176 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_bitmap_impl.py 16 def Height(bitmap):
17 return bitmap.height
28 def FromRGBPixels(width, height, pixels, bpp):
29 return _bitmap.Bitmap(bpp, width, height, pixels)
46 def Crop(bitmap, left, top, width, height):
47 return bitmap.Crop(left, top, width, height)
image_util_numpy_impl.py 24 def Height(image):
40 metadata['size'] = (Width(image), Height(image))
47 def FromRGBPixels(width, height, pixels, bpp):
49 img.resize((height, width, bpp))
72 width, height, pixels, meta = png.Reader(bytes=png_data).read_flat()
73 return FromRGBPixels(width, height, pixels, 4 if meta['alpha'] else 3)
92 for row in xrange(Height(image1)):
100 for row in xrange(Height(image1)):
112 height = max(Height(image1), Height(image2)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/util/
image_util.py 36 def Height(image):
37 """Height of the image."""
38 return impl.Height(image)
58 def FromRGBPixels(width, height, pixels, bpp=3):
64 width, height: int, the width and height of the image.
67 return impl.FromRGBPixels(width, height, pixels, bpp)
87 is about 2-3x slower for equal images, but can be image height times faster
106 (top, left, width, height), match_count"""
109 def Crop(image, left, top, width, height)
    [all...]
  /external/lzma/CPP/Windows/Control/
CommandBar.h 33 int Height() { return CommandBar_Height(_window); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.h 39 UINTN Height;
  /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);
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 30 static int Height() { return 10; }
44 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
61 for (int y = 0; y < info.height(); ++y) {
70 for (int y = 0; y < info.height(); ++y) {
76 for (int y = 0; y < info.height(); ++y) {
118 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
122 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 89 Height RN 3
  /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/BootLogoLib/
BootLogoLib.c 64 UINTN Height;
186 Status = DecodeImage (ImageFormat, ImageData, ImageSize, &Blt, &BltSize, &Width, &Height);
218 DestY = (SizeOfY - Height) / 2;
222 DestY = (SizeOfY - Height) / 2;
226 DestY = (SizeOfY - Height) / 2;
231 DestY = SizeOfY - Height;
235 DestY = SizeOfY - Height;
239 DestY = SizeOfY - Height;
261 Height,
275 Height,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 39 @param Height Image height, in pixels.
43 Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL).
50 UINT16 Height;
182 @param Height Height of the output image.
193 UINT16 Height;
208 Height are ignored. If EFI_HII_DRAW_FLAG_TRANSPARENT is set,
227 Height pixels high. The image will be drawn onto
243 @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

Completed in 547 milliseconds

1 2 3 4 5