Searched defs:Height (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxd.h32 int Height; member in struct:__anon13066
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmode.h49 EGLint Width, Height; /* size in pixels */ member in struct:_egl_mode
H A Deglimage.h49 EGLint Height; member in struct:_egl_image_attribs
H A Deglsurface.h55 EGLint Width, Height; member in struct:_egl_surface
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h32 int Height; member in struct:__anon24857
/external/mesa3d/src/egl/main/
H A Deglmode.h49 EGLint Width, Height; /* size in pixels */ member in struct:_egl_mode
H A Deglimage.h49 EGLint Height; member in struct:_egl_image_attribs
H A Deglsurface.h55 EGLint Width, Height; member in struct:_egl_surface
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType6HalftoneDictionary_autogen.cpp59 int64_t SkPdfType6HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType6HalftoneDictionary
60 SkPdfNativeObject* ret = get("Height", "");
68 return get("Height", "") != NULL;
H A DSkPdfType16HalftoneDictionary_autogen.cpp59 int64_t SkPdfType16HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType16HalftoneDictionary
60 SkPdfNativeObject* ret = get("Height", "");
68 return get("Height", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp47 int64_t SkPdfImageDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
48 SkPdfNativeObject* ret = get("Height", "");
56 return get("Height", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType6HalftoneDictionary_autogen.cpp59 int64_t SkPdfType6HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType6HalftoneDictionary
60 SkPdfNativeObject* ret = get("Height", "");
68 return get("Height", "") != NULL;
H A DSkPdfType16HalftoneDictionary_autogen.cpp59 int64_t SkPdfType16HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType16HalftoneDictionary
60 SkPdfNativeObject* ret = get("Height", "");
68 return get("Height", "") != NULL;
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.cc40 int WebRect::Height() const { return size.height; } function in class:WebRect
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.h117 Height, enumerator in enum:blink::FINAL::RegionSetting
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc30 int32_t BigGlyphMetrics::Height() { function in class:sfntly::BigGlyphMetrics
76 int32_t BigGlyphMetrics::Builder::Height() { function in class:sfntly::BigGlyphMetrics::Builder
H A Dsmall_glyph_metrics.cc30 int32_t SmallGlyphMetrics::Height() { function in class:sfntly::SmallGlyphMetrics
64 int32_t SmallGlyphMetrics::Builder::Height() { function in class:sfntly::SmallGlyphMetrics::Builder
/external/chromium_org/third_party/webrtc/video/
H A Dloopback.cc38 size_t Height() { return static_cast<size_t>(FLAGS_height); } function in namespace:webrtc::flags
95 "Local Preview", flags::Width(), flags::Height()));
97 "Loopback Video", flags::Width(), flags::Height()));
136 stream->height = flags::Height();
151 flags::Height(),
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc30 int32_t BigGlyphMetrics::Height() { function in class:sfntly::BigGlyphMetrics
76 int32_t BigGlyphMetrics::Builder::Height() { function in class:sfntly::BigGlyphMetrics::Builder
H A Dsmall_glyph_metrics.cc30 int32_t SmallGlyphMetrics::Height() { function in class:sfntly::SmallGlyphMetrics
64 int32_t SmallGlyphMetrics::Builder::Height() { function in class:sfntly::SmallGlyphMetrics::Builder
/external/chromium_org/third_party/angle/util/
H A DEvent.h25 int Height; member in struct:Event::SizeEvent
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp177 static int Height() { return 10; } function in class:TestImageGenerator
192 TestImageGenerator::Height(),
224 REPORTER_ASSERT(reporter, TestImageGenerator::Height() == bm.height());
346 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
349 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dnormal_test.h99 int Height() const { return _height; }; function in class:NormalTest
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp366 unsigned Height = SuccTBI->InstrHeight; local
367 if (!Best || Height < BestHeight)
368 Best = Succ, BestHeight = Height;
774 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
864 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
872 // Height is the issue height computed from virtual register dependencies alone.
873 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height,
890 // update MI Height to consider the physreg dependencies.
902 Height = std::max(Height, DepHeigh
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h122 INT Height; member in class:MetafileHeader
157 rect->Height = Height;

Completed in 642 milliseconds

123