Searched defs:Width (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.cc23 int CairoCachedSurface::Width() const { function in class:CairoCachedSurface
H A Dcustom_button.cc62 int CustomDrawButtonBase::Width() const { function in class:CustomDrawButtonBase
63 return surfaces_[0]->Width();
101 gfx::Rect bounds = gfx::Rect(0, 0, pixbuf->Width(), 0);
333 gtk_widget_set_size_request(widget(), button_base_.Width(),
/external/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
17 vp8_filter_block2d_bil_armv6( 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/libvpx/vp8/common/
H A Donyxd.h29 int Width; member in struct:__anon6224
H A Dfilter.c362 * INT32 Width : Block width
384 int Width,
392 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
395 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
376 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
H A Donyx.h104 int Width; // width of data passed to the compressor member in struct:__anon6220
H A Donyxc_int.h91 int Width; member in struct:VP8Common
H A Dpostproc.c453 * unsigned int Width width of plane
472 unsigned int Width, unsigned int Height, int Pitch)
481 for (j = 0; j < Width; j++)
699 dest->y_width = oci->Width;
1103 dest->y_width = oci->Width;
468 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/external/llvm/lib/Support/
H A DTargetRegistry.cpp104 size_t Width = 0; local
109 Width = std::max(Width, Targets.back().first.size());
117 OS.indent(Width - Targets[i].first.size()) << " - "
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.h26 unsigned Base, Width, Offset; member in struct:llvm::EncodingField
28 : Base(B), Width(W), Offset(O) { }
38 void addField(unsigned Base, unsigned Width, unsigned Offset) { argument
39 Fields.push_back(EncodingField(Base, Width, Offset));
H A DRegisterInfoEmitter.cpp209 // Width is the number of bits per hex number.
212 unsigned Width) {
213 assert(Width <= 32 && "Width too large");
214 unsigned Digits = (Width + 3) / 4;
215 for (unsigned i = 0, e = Bits.size(); i < e; i += Width) {
217 for (unsigned j = 0; j != Width && i + j != e; ++j)
210 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument
H A DFixedLenDecoderEmitter.cpp238 // Width of instructions
748 << "(insn, " << OI->Base << ", " << OI->Width
755 << "(insn, " << OI->Base << ", " << OI->Width
1324 unsigned Width = 0; local
1337 OpInfo.addField(Base, Width, Offset);
1339 Width = 0;
1348 OpInfo.addField(Base, Width, Offset);
1350 Width = 0;
1358 Width = 1;
1360 } else if (BI && BI->getBitNum() != Offset + Width) {
[all...]
/external/libvpx/vp8/decoder/
H A Ddecodframe.c603 const int Width = pc->Width; local
611 pc->Width = (data[3] | (data[4] << 8)) & 0x3fff;
617 if (Width != pc->Width || Height != pc->Height)
621 if (pc->Width <= 0)
623 pc->Width = Width;
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
641 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_row
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp81 unsigned Width = PTy->getNumElements(); local
82 if (EltNo >= Width) // Out of range access.
H A DInstCombinePHI.cpp577 unsigned Width; // The width extracted. member in struct:__anon7004::LoweredPHIRecord
580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {}
584 : PN(pn), Shift(Sh), Width(0) {}
599 (Val.Width>>3);
604 LHS.Width == RHS.Width;
/external/clang/include/clang/Basic/
H A DSpecifiers.h71 /*DeclSpec::TSW*/ unsigned Width : 2; member in struct:clang::WrittenBuiltinSpecs
/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.c1043 * unsigned int Width width of plane
1058 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a)
1122 mov ecx, [Width]
1299 * unsigned int Width width of plane
1314 void vp8_plane_add_noise_mmx(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a)
1381 mov ecx, [Width]
1411 void vp8_plane_add_noise_mmx(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a) argument
1435 mov ecx, [Width]
1460 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a) argument
1484 mov ecx, [Width]
[all...]
/external/giflib/
H A Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
148 int Width, int GifHeight, int GifInterlace,
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
/external/opencv/cxcore/include/
H A Dcvwimage.h82 // int w = im.Width();
89 // for (int c = 0; c < im->Width(); ++c) {
192 int Width() const {return image_->width; } function in class:cv::WImage
330 Allocate(src.Width(), src.Height());
387 Allocate(src.Width(), src.Height());
533 if (IsNull() || WImage<T>::Width() != width ||
544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
/external/opencv/otherlibs/highgui/
H A Dhighgui.h371 int Width() { return !m_img ? 0 : !m_img->roi ? m_img->width : m_img->roi->width; }; function in class:CvvImage
/external/jhead/
H A Djhead.h80 int Height, Width; member in struct:__anon5441
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp342 unsigned Width = cast<IntegerType>(Index->getType())->getBitWidth(); local
343 if (TD->getPointerSizeInBits() > Width)
347 APInt IndexScale(Width, 0), IndexOffset(Width, 0);
H A DValueTracking.cpp1265 unsigned Width = CI->getBitWidth(); local
1266 if (isPowerOf2_32(Width) && Width > 8) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2067 unsigned Width = CountTrailingOnes_32(And_imm) - 1; local
2072 CurDAG->getTargetConstant(Width, MVT::i32),
2088 unsigned Width = 32 - Srl_imm - 1; local
2095 CurDAG->getTargetConstant(Width, MVT::i32),
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp756 uint64_t Width = SE->getTypeSizeInBits(Ty); local
757 if (TD && !TD->isLegalInteger(Width))
770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))

Completed in 386 milliseconds

12