/external/libvpx/libvpx/vp8/common/x86/ |
D | variance_ssse3.c | 31 unsigned int Height, 41 unsigned int Height, 51 unsigned int Height, 61 unsigned int Height,
|
D | variance_sse2.c | 72 unsigned int Height, 84 unsigned int Height, 94 unsigned int Height, 104 unsigned int Height, 114 unsigned int Height, 124 unsigned int Height, 134 unsigned int Height,
|
D | variance_impl_sse2.asm | 409 ; unsigned int Height, 453 movsxd rcx, dword ptr arg(4) ;Height 529 movsxd rcx, dword ptr arg(4) ;Height 571 movsxd rcx, dword ptr arg(4) ;Height 600 movsxd rcx, dword ptr arg(4) ;Height 689 ; unsigned int Height, 714 movsxd rcx, dword ptr arg(4) ;Height ; 811 ; unsigned int Height, 831 movsxd rcx, dword ptr arg(4) ;Height ; 927 ; unsigned int Height, [all …]
|
D | variance_impl_ssse3.asm | 23 ; unsigned int Height, 65 movsxd rcx, dword ptr arg(4) ;Height 160 movsxd rcx, dword ptr arg(4) ;Height 219 movsxd rcx, dword ptr arg(4) ;Height 254 movsxd rcx, dword ptr arg(4) ;Height
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 273 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local 274 if (!Best || Height < BestHeight) in pickTraceSucc() 275 Best = Succ, BestHeight = Height; in pickTraceSucc() 682 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 763 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths() 772 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height, in updatePhysDepsUpwards() argument 802 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards() 814 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards() 815 LRU.Cycle = Height; in updatePhysDepsUpwards() 822 return Height; in updatePhysDepsUpwards() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 118 unsigned Height; member 120 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() 223 unsigned Height; member
|
D | ScheduleDAG.h | 319 unsigned Height; // Node height. 338 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 352 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 365 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0), 432 return Height;
|
/external/libvpx/libvpx/vp8/common/arm/ |
D | bilinearfilter_arm.c | 26 int Height in vp8_filter_block2d_bil_armv6() argument 32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in vp8_filter_block2d_bil_armv6() 35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in vp8_filter_block2d_bil_armv6()
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 141 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup() 154 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() 186 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() 292 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 293 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 317 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
|
/external/skia/legacy/src/images/ |
D | SkMovie_gif.cpp | 137 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup() 150 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() 182 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() 288 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 289 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 313 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | custom_button.cc | 66 int CustomDrawButtonBase::Height() const { in Height() function in CustomDrawButtonBase 67 return surfaces_[0]->Height(); in Height() 103 int y = widget->allocation.height - pixbuf->Height(); in OnExpose() 334 button_base_.Height()); in SetBrowserTheme()
|
D | cairo_cached_surface.h | 35 int Height() const;
|
D | reload_button_gtk.cc | 43 gtk_widget_set_size_request(widget(), reload_.Width(), reload_.Height()); in ReloadButtonGtk() 263 gtk_widget_set_size_request(widget(), reload_.Width(), reload_.Height()); in UpdateThemeButtons()
|
D | cairo_cached_surface.cc | 27 int CairoCachedSurface::Height() const { in Height() function in CairoCachedSurface
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 385 int Height in filter_block2d_bil() argument 392 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in filter_block2d_bil() 395 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in filter_block2d_bil()
|
D | onyxd.h | 32 int Height; member
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Blit.cpp | 252 rect.bottom = desc.Height; in getSurfaceRect() 439 vp.Height = sourceRect.bottom - sourceRect.top; in setViewport() 444 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 }; in setViewport() 512 dummyVp.Height = 1; in saveState()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FloatRectHaiku.cpp | 39 , m_size(rect.Width() + 1, rect.Height() + 1) in FloatRect()
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 193 int Height() const {return image_->height; } in Height() function 330 Allocate(src.Width(), src.Height()); in CloneFrom() 387 Allocate(src.Width(), src.Height()); in CloneFrom() 534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) { in Allocate() 544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
|
/external/giflib/ |
D | gifalloc.c | 223 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width; in ApplyTranslation() 381 CopyFrom->ImageDesc.Height * in MakeSavedImage() 388 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height * in MakeSavedImage()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGRectElement.h | 60 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGForeignObjectElement.h | 60 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGMaskElement.h | 66 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGImageElement.h | 73 DECLARE_ANIMATED_LENGTH(Height, height)
|
D | SVGFilterPrimitiveStandardAttributes.h | 79 DECLARE_ANIMATED_LENGTH(Height, height)
|