HomeSort by relevance Sort by last modified time
    Searched defs:Width (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/vp8/common/
onyxd.h 31 int Width;
  /external/mesa3d/src/egl/main/
eglmode.h 49 EGLint Width, Height; /* size in pixels */
eglimage.h 48 EGLint Width;
eglsurface.h 55 EGLint Width, Height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxd.h 31 int Width;
  /external/libcxxabi/test/
dynamic_cast_stress.pass.cpp 44 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;
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, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /external/llvm/lib/Support/
TargetRegistry.cpp 125 size_t Width = 0;
130 Width = std::max(Width, Targets.back().first.size());
138 OS.indent(Width - Targets[i].first.size()) << " - "
Unicode.cpp 217 /// on a terminal ("character width"). This depends on the implementation of the
218 /// terminal, and there's no standard definition of character width.
221 /// \return Character width:
356 int Width = charWidth(buf[0]);
357 if (Width < 0)
359 ColumnWidth += Width;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType6HalftoneDictionary_autogen.cpp 47 int64_t SkPdfType6HalftoneDictionary::Width(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
SkPdfType16HalftoneDictionary_autogen.cpp 47 int64_t SkPdfType16HalftoneDictionary::Width(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 107 uint64_t Width = Target.getTypeWidth(PtrDiff);
110 Width = 2 * Width;
111 return std::make_pair(Width, Align);
MicrosoftCXXABI.cpp 222 // to a pointer width if any are present and an int width otherwise.
225 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
239 Width = llvm::RoundUpToAlignment(Width, Align);
240 return std::make_pair(Width, Align);
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index,
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast_stress.cpp 45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 118 unsigned Width;
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) {
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) {
137 return FormattedString(Str, Width, true)
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 28 unsigned Width;
32 Column(StringRef Str, unsigned Width)
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 - 3) << "..."
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 34 int32_t SmallGlyphMetrics::Width() {
72 int32_t SmallGlyphMetrics::Builder::Width() {
76 void SmallGlyphMetrics::Builder::SetWidth(byte_t width) {
77 InternalWriteData()->WriteByte(Offset::kWidth, width);
big_glyph_metrics.cc 34 int32_t BigGlyphMetrics::Width() {
84 int32_t BigGlyphMetrics::Builder::Width() {
88 void BigGlyphMetrics::Builder::SetWidth(byte_t width) {
89 InternalWriteData()->WriteByte(Offset::kWidth, width);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon2672
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 211 /// Convert bits into bytes. Assert if not a byte width multiple.
214 report_fatal_error("number of bits must be a byte width multiple");
328 unsigned Width = getInt(Tok);
329 if (Width == 0)
331 "Zero width native integer type in datalayout string");
332 LegalIntWidths.push_back(Width);
396 report_fatal_error("Invalid bit width, must be a 24bit integer");
709 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const {
711 if (Width <= LegalIntWidth)
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 172 assert(isPowerOf2_32(TyWidth) && "Ty width must be power of 2");
275 unsigned Width = LT.second.getVectorNumElements();
276 Index = Index % Width;
353 // We don't lower vector selects well that are wider than the register width.
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 125 unsigned Width = (AI.getBitWidth() / 8) * 2;
128 assert(Width >= Size && "hex string is too large!");
129 HexString.insert(HexString.begin(), Width - Size, '0');
  /external/skia/include/core/
SkFontStyle.h 27 enum Width {
45 SkFontStyle(int weight, int width, Slant);
54 int width() const { return fUnion.fR.fWidth; } function in class:SkFontStyle
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon28169
    [all...]

Completed in 242 milliseconds

1 2 3 4 5