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

1234

/external/libvpx/libvpx/vp8/common/
H A Donyxd.h31 int Width; member in struct:__anon9483
H A Dfilter.c361 * INT32 Width : Block width
383 int Width,
391 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
394 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
375 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/mesa3d/src/egl/main/
H A Deglmode.h49 EGLint Width, Height; /* size in pixels */ member in struct:_egl_mode
H A Deglimage.h48 EGLint Width; member in struct:_egl_image_attribs
H A Deglsurface.h55 EGLint Width, Height; member in struct:_egl_surface
/external/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp44 template <std::size_t Width, std::size_t Depth>
46 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
52 const std::size_t Width = 10; local
54 A<Width, Depth> a;
55 typedef B<Width/2, Depth> Destination;
56 // typedef A<Width, Depth> Destination;
60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
74 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
75 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
76 A<Width, Dept
[all...]
/external/libvpx/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/llvm/lib/Support/
H A DUnicode.cpp356 int Width = charWidth(buf[0]); local
357 if (Width < 0)
359 ColumnWidth += Width;
H A DTargetRegistry.cpp125 size_t Width = 0; local
130 Width = std::max(Width, Targets.back().first.size());
138 OS.indent(Width - Targets[i].first.size()) << " - "
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType6HalftoneDictionary_autogen.cpp47 int64_t SkPdfType6HalftoneDictionary::Width(SkPdfNativeDoc* doc) { function in class:SkPdfType6HalftoneDictionary
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
H A DSkPdfType16HalftoneDictionary_autogen.cpp47 int64_t SkPdfType16HalftoneDictionary::Width(SkPdfNativeDoc* doc) { function in class:SkPdfType16HalftoneDictionary
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) argument
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp107 uint64_t Width = Target.getTypeWidth(PtrDiff); variable
110 Width = 2 * Width;
111 return std::make_pair(Width, Align);
H A DMicrosoftCXXABI.cpp225 uint64_t Width = Ptrs * PtrSize + Ints * IntSize; local
239 Width = llvm::RoundUpToAlignment(Width, Align);
240 return std::make_pair(Width, Align);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index, function in class:sfntly::HorizontalDeviceMetricsTable
/external/llvm/include/llvm/Support/
H A DFormat.h118 unsigned Width; member in class:llvm::FormattedString
123 : Str(S), Width(W), RightJustify(R) { }
127 /// \p Width characters. If \p Str is larger that \p Width, full string
129 inline FormattedString left_justify(StringRef Str, unsigned Width) { argument
130 return FormattedString(Str, Width, false);
134 /// \p Width characters. If \p Str is larger that \p Width, full string
136 inline FormattedString right_justify(StringRef Str, unsigned Width) { argument
137 return FormattedString(Str, Width, tru
144 unsigned Width; member in class:llvm::FormattedNumber
162 format_hex(uint64_t N, unsigned Width, bool Upper = false) argument
175 format_hex_no_prefix(uint64_t N, unsigned Width, bool Upper = false) argument
187 format_decimal(int64_t N, unsigned Width) argument
[all...]
/external/llvm/tools/llvm-cov/
H A DCoverageReport.cpp28 unsigned Width; member in struct:__anon11159::Column
32 Column(StringRef Str, unsigned Width) argument
33 : Str(Str), Width(Width), Trim(NoTrim), Alignment(LeftAlignment) {}
54 if (Str.size() <= Width) {
56 OS.indent(Width - Str.size());
61 OS.indent(Width - Str.size());
67 OS << Str.substr(0, Width);
70 OS << "..." << Str.substr(Str.size() - Width + 3);
73 OS << Str.substr(0, Width
78 column(StringRef Str, unsigned Width) argument
83 column(StringRef Str, unsigned Width, const T &Value) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc34 int32_t BigGlyphMetrics::Width() { function in class:sfntly::BigGlyphMetrics
84 int32_t BigGlyphMetrics::Builder::Width() { function in class:sfntly::BigGlyphMetrics::Builder
H A Dsmall_glyph_metrics.cc34 int32_t SmallGlyphMetrics::Width() { function in class:sfntly::SmallGlyphMetrics
72 int32_t SmallGlyphMetrics::Builder::Width() { function in class:sfntly::SmallGlyphMetrics::Builder
/external/skia/include/core/
H A DSkFontStyle.h27 enum Width { enum in class:SkFontStyle
/external/giflib/
H A Dquantize.c48 2D array for each of the RGB colors with size Width by Height. There is no
59 GifQuantizeBuffer(unsigned int Width, argument
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++) {
/external/libedit/src/
H A Dchartype.h113 Width(wchar_t c) function
167 #define Width(c) 1 macro
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h36 char Width; member in struct:llvm::object::RelocToApply
37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} argument
38 RelocToApply() : Value(0), Width(0) {}
401 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4);
405 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4);
410 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4);
414 return RelocToApply(Value, /*Width=*/8);
/external/llvm/lib/IR/
H A DDataLayout.cpp328 unsigned Width = getInt(Tok); local
329 if (Width == 0)
332 LegalIntWidths.push_back(Width);
709 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const {
711 if (Width <= LegalIntWidth)
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp275 unsigned Width = LT.second.getVectorNumElements(); local
276 Index = Index % Width;

Completed in 583 milliseconds

1234