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

1 2 3 4 5 6

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxd.h 31 int Width;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.h 49 EGLint Width, Height; /* size in pixels */
eglimage.h 48 EGLint Width;
  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxd.h 31 int Width;
  /external/chromium_org/chrome/test/chromedriver/
basic_types.cc 18 WebSize::WebSize() : width(0), height(0) {}
20 WebSize::WebSize(int width, int height) : width(width), height(height) {}
26 WebRect::WebRect(int x, int y, int width, int height)
27 : origin(x, y), size(width, height) {}
38 int WebRect::Width() const { return size.width; }
  /external/chromium_org/third_party/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 59 uint64_t Width = Target.getTypeWidth(PtrDiff);
62 Width = 2 * Width;
63 return std::make_pair(Width, Align);
MicrosoftCXXABI.cpp 174 // to a pointer width if any are present and an int width otherwise.
177 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
191 Width = llvm::RoundUpToAlignment(Width, Align);
192 return std::make_pair(Width, Align);
  /external/llvm/lib/Support/
TargetRegistry.cpp 126 size_t Width = 0;
131 Width = std::max(Width, Targets.back().first.size());
139 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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index,
  /external/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/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/chromium_org/third_party/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);
  /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);
  /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:__anon2565
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 67 double width() const { return m_width; } function in class:blink::FINAL
116 Width,

Completed in 4575 milliseconds

1 2 3 4 5 6