Searched defs:Height (Results 1 - 25 of 53) sorted by relevance

123

/external/libvpx/libvpx/vp8/common/
H A Donyxd.h29 int Height; member in struct:__anon12782
H A Dfilter.c294 * INT32 Height : Block height
310 int Width, int Height) {
314 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width,
318 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width,
307 filter_block2d_bil(unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height) argument
/external/pdfium/core/fpdfdoc/
H A Dcpvt_floatrect.h33 float Height() const { function in class:CPVT_FloatRect
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp31 static int Height() { return 10; } function in class:TestImageGenerator
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/skqp/tests/
H A DCachedDecodingPixelRefTest.cpp31 static int Height() { return 10; } function in class:TestImageGenerator
45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/dng_sdk/source/
H A Ddng_image.h208 uint32 Height () const function in class:dng_image
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h37 int Height() { return CommandBar_Height(_window); } function in class:NWindows::NControl::CCommandBar
/external/mesa3d/src/egl/main/
H A Deglimage.h60 EGLint Height; member in struct:_egl_image_attribs
H A Deglsurface.h60 EGLint Width, Height; member in struct:_egl_surface
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dtexture9.c43 UINT Width, UINT Height, UINT Levels,
58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
59 "pSharedHandle=%p\n", This, Width, Height, Levels,
63 user_assert(Width && Height, D3DERR_INVALIDCALL);
119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
126 info->height0 = Height;
131 info->last_level = util_logbase2(MAX2(Width, Height));
155 Width, Height,
166 Width, Height,
180 This->base.pstype = (Height
41 NineTexture9_ctor( struct NineTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
381 NineTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels,
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u "
48 This, pParams, Width, Height, Depth, Levels,
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL);
76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
83 info->height0 = Height;
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth));
118 voldesc.Height = u_minify(Height, l);
280 UINT Width, UINT Height, UIN
31 NineVolumeTexture9_ctor( struct NineVolumeTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
279 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Ddevice9ex.c179 UINT Height,
194 UINT Height,
207 UINT Height,
177 NineDevice9Ex_CreateRenderTargetEx( struct NineDevice9Ex *This, UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle, DWORD Usage ) argument
192 NineDevice9Ex_CreateOffscreenPlainSurfaceEx( struct NineDevice9Ex *This, UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle, DWORD Usage ) argument
205 NineDevice9Ex_CreateDepthStencilSurfaceEx( struct NineDevice9Ex *This, UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Discard, IDirect3DSurface9 **ppSurface, HANDLE *pSharedHandle, DWORD Usage ) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc30 int32_t BigGlyphMetrics::Height() { function in class:sfntly::BigGlyphMetrics
76 int32_t BigGlyphMetrics::Builder::Height() { function in class:sfntly::BigGlyphMetrics::Builder
H A Dsmall_glyph_metrics.cc30 int32_t SmallGlyphMetrics::Height() { function in class:sfntly::SmallGlyphMetrics
64 int32_t SmallGlyphMetrics::Builder::Height() { function in class:sfntly::SmallGlyphMetrics::Builder
/external/webrtc/webrtc/video/
H A Dscreenshare_loopback.cc30 size_t Height() { function in namespace:webrtc::flags
222 {flags::Width(), flags::Height(), flags::Fps(),
H A Dvideo_loopback.cc30 size_t Height() { function in namespace:webrtc::flags
211 {flags::Width(), flags::Height(), flags::Fps(),
/external/ImageMagick/coders/
H A Dcut.c79 unsigned Height;
336 Header.Height=ReadBlobLSBShort(image);
339 if (Header.Width==0 || Header.Height==0 || Header.Reserved!=0)
371 image->rows=Header.Height;
516 for (i=0; i < (int) Header.Height; i++)
77 unsigned Height; member in struct:__anon133
H A Dwpg.c896 unsigned int Height;
905 unsigned int Height;
918 unsigned int Height;
1044 BitmapHeader1.Height=ReadBlobLSBShort(image);
1045 if ((BitmapHeader1.Width == 0) || (BitmapHeader1.Height == 0))
1058 image->rows=BitmapHeader1.Height;
1096 BitmapHeader2.Height=ReadBlobLSBShort(image);
1097 if ((BitmapHeader2.Width == 0) || (BitmapHeader2.Height == 0))
1116 image->rows=BitmapHeader2.Height;
1286 Bitmap2Header1.Height
891 unsigned int Height; member in struct:__anon159
900 unsigned int Height; member in struct:__anon160
913 unsigned int Height; member in struct:__anon161
[all...]
/external/giflib/
H A Dquantize.c48 2D array for each of the RGB colors with size Width by Height. There is no
60 unsigned int Height,
90 for (i = 0; i < (int)(Width * Height); i++) {
125 NewColorSubdiv[0].Count = ((long)Width) * Height; /* Pixels */
161 for (i = 0; i < (int)(Width * Height); i++) {
59 GifQuantizeBuffer(unsigned int Width, unsigned int Height, int *ColorMapSize, GifByteType * RedInput, GifByteType * GreenInput, GifByteType * BlueInput, GifByteType * OutputBuffer, GifColorType * OutputColorMap) argument
H A Degif_lib.c267 const int Height,
297 GifFile->SHeight = Height;
315 (void)EGifPutWord(Height, GifFile);
362 const int Height,
383 GifFile->Image.Height = Height;
406 (void)EGifPutWord(Height, GifFile);
433 Private->PixelCount = (long)Width *(long)Height;
1096 int SavedHeight = sp->ImageDesc.Height;
265 EGifPutScreenDesc(GifFileType *GifFile, const int Width, const int Height, const int ColorRes, const int BackGround, const ColorMapObject *ColorMap) argument
358 EGifPutImageDesc(GifFileType *GifFile, const int Left, const int Top, const int Width, const int Height, const bool Interlace, const ColorMapObject *ColorMap) argument
H A Dgif_lib.h48 GifWord Left, Top, Width, Height; /* Current image dimensions. */ member in struct:GifImageDesc
219 int GifQuantizeBuffer(unsigned int Width, unsigned int Height,
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp360 unsigned Height = SuccTBI->InstrHeight; local
361 if (!Best || Height < BestHeight) {
363 BestHeight = Height;
770 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
867 // Height is the issue height computed from virtual register dependencies alone.
868 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height,
889 // update MI Height to consider the physreg dependencies.
901 Height = std::max(Height, DepHeigh
[all...]
/external/mesa3d/src/mesa/main/
H A Dviewport.c67 ctx->ViewportArray[idx].Height == height)
73 ctx->ViewportArray[idx].Height = height;
79 GLfloat Width, Height; /**< size */ member in struct:gl_viewport_inputs
176 if (p[i].Width < 0 || p[i].Height < 0) {
180 i + first, p[i].Width, p[i].Height);
188 p[i].Width, p[i].Height);
411 ctx->ViewportArray[i].Height = 0;
482 float half_height = 0.5f * ctx->ViewportArray[i].Height;
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp441 m_pShell->PVRShellOutputDebug("Window Height: %i\n" , m_pShell->PVRShellGet(prefHeight));
746 @Input Height Height of the region to capture
751 bool PVRShellInit::ApiScreenCaptureBuffer(int Width,int Height,unsigned char *pBuf) argument
758 pLines2 = (unsigned char *)calloc(4 * Width * Height, sizeof(unsigned char));
763 glReadPixels(0, 0, Width, Height, GL_RGBA, GL_UNSIGNED_BYTE, pLines2);
772 for (j = 0, i = 0; j < 4 * Width * Height; j += 4, i += 3)
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h125 /// For regunits: Height of the highest user in the trace.
126 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
231 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles

Completed in 782 milliseconds

123