Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 128) sorted by relevance

123456

/external/llvm/include/llvm/Target/
DTargetData.h155 bool isLegalInteger(unsigned Width) const { in isLegalInteger() argument
157 if (LegalIntWidths[i] == Width) in isLegalInteger()
162 bool isIllegalInteger(unsigned Width) const { in isIllegalInteger() argument
163 return !isLegalInteger(Width); in isIllegalInteger()
170 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger() argument
172 if (Width <= LegalIntWidths[i]) in fitsInLegalInteger()
/external/libvpx/vp8/common/arm/
Dbilinearfilter_arm.c25 int Width, 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/
DSkMovie_gif.cpp141 src += imageDesc.Width; in copyInterlaceGroup()
145 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup()
153 GifWord copyWidth = frame->ImageDesc.Width; in blitInterlace()
185 GifWord copyWidth = frame->ImageDesc.Width; in blitNormal()
197 srcPad = frame->ImageDesc.Width - copyWidth; in blitNormal()
200 src += frame->ImageDesc.Width; in blitNormal()
293 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
294 target->ImageDesc.Left + target->ImageDesc.Width in checkIfCover()
321 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
/external/libvpx/vp8/common/
Dg_common.h13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, i…
18 int Width,
Dfilter.c384 int Width, 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()
Donyxd.h29 int Width; member
/external/libvpx/vp8/decoder/
Ddecodframe.c603 const int Width = pc->Width; in vp8_decode_frame() local
611 pc->Width = (data[3] | (data[4] << 8)) & 0x3fff; in vp8_decode_frame()
617 if (Width != pc->Width || Height != pc->Height) in vp8_decode_frame()
621 if (pc->Width <= 0) in vp8_decode_frame()
623 pc->Width = Width; in vp8_decode_frame()
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) in vp8_decode_frame()
641 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows); in vp8_decode_frame()
646 if (pc->Width == 0 || pc->Height == 0) in vp8_decode_frame()
/external/clang/lib/Sema/
DSemaChecking.cpp2398 unsigned Width; member
2403 IntRange(unsigned Width, bool NonNegative) in IntRange()
2404 : Width(Width), NonNegative(NonNegative) in IntRange()
2468 return IntRange(std::max(L.Width, R.Width), in join()
2474 return IntRange(std::min(L.Width, R.Width), in meet()
2549 std::min(MaxWidth, OutputTypeRange.Width)); in GetExprRange()
2552 if (SubRange.Width >= OutputTypeRange.Width) in GetExprRange()
2557 return IntRange(SubRange.Width, in GetExprRange()
2626 return IntRange(R.Width, /*NonNegative*/ true); in GetExprRange()
2645 if (zext >= L.Width) in GetExprRange()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.cc62 int CustomDrawButtonBase::Width() const { in Width() function in CustomDrawButtonBase
63 return surfaces_[0]->Width(); in Width()
101 gfx::Rect bounds = gfx::Rect(0, 0, pixbuf->Width(), 0); in OnExpose()
333 gtk_widget_set_size_request(widget(), button_base_.Width(), in SetBrowserTheme()
Dcairo_cached_surface.h34 int Width() const;
Dreload_button_gtk.cc43 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()
Dcairo_cached_surface.cc23 int CairoCachedSurface::Width() const { in Width() function in CairoCachedSurface
/external/giflib/
Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member
148 int Width, int GifHeight, int GifInterlace,
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
Dgifalloc.c223 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width; in ApplyTranslation()
382 CopyFrom->ImageDesc.Width); in MakeSavedImage()
389 CopyFrom->ImageDesc.Width); in MakeSavedImage()
/external/llvm/lib/Analysis/
DIVUsers.cpp92 uint64_t Width = SE->getTypeSizeInBits(I->getType()); in AddUsersIfInteresting() local
93 if (Width > 64 || (TD && !TD->isLegalInteger(Width))) in AddUsersIfInteresting()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DBlit.cpp251 rect.right = desc.Width; in getSurfaceRect()
438 vp.Width = sourceRect.right - sourceRect.left; in setViewport()
444 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 }; in setViewport()
511 dummyVp.Width = 1; in saveState()
/external/opencv/cxcore/include/
Dcvwimage.h192 int Width() const {return image_->width; } in Width() function
330 Allocate(src.Width(), src.Height()); in CloneFrom()
387 Allocate(src.Width(), src.Height()); in CloneFrom()
533 if (IsNull() || WImage<T>::Width() != width || in Allocate()
544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFloatRectHaiku.cpp39 , m_size(rect.Width() + 1, rect.Height() + 1) in FloatRect()
/external/webkit/Source/WebCore/svg/
DSVGRectElement.h59 DECLARE_ANIMATED_LENGTH(Width, width)
DSVGForeignObjectElement.h59 DECLARE_ANIMATED_LENGTH(Width, width)
DSVGMaskElement.h65 DECLARE_ANIMATED_LENGTH(Width, width)
DSVGImageElement.h72 DECLARE_ANIMATED_LENGTH(Width, width)
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp573 unsigned Width; // The width extracted. member
576 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {} in LoweredPHIRecord()
580 : PN(pn), Shift(Sh), Width(0) {} in LoweredPHIRecord()
595 (Val.Width>>3); in getHashValue()
600 LHS.Width == RHS.Width; in isEqual()
/external/clang/include/clang/Basic/
DSpecifiers.h69 /*DeclSpec::TSW*/ unsigned Width : 2; member
/external/jhead/
Djhead.c293 if (ImageInfo.Height <= 1280 && ImageInfo.Width <= 1280){
294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
299 if (1024.0 / ImageInfo.Width < scale) scale = 1024.0 / ImageInfo.Width;
303 …sprintf(CommandString, "mogrify -geometry %dx%d -quality 85 &i",(int)(ImageInfo.Width*scale), (int…
444 if (ImageInfo.Width > ImageInfo.Height) return TRUE;
448 if (ImageInfo.Width < ImageInfo.Height) return TRUE;

123456