Searched defs:Width (Results 26 - 50 of 111) sorted by relevance

12345

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
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/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h27 enum Width { enum in class:SkFontStyle
/external/chromium_org/third_party/webrtc/video/
H A Dloopback.cc35 size_t Width() { return static_cast<size_t>(FLAGS_width); } function in namespace:webrtc::flags
95 "Local Preview", flags::Width(), flags::Height()));
97 "Loopback Video", flags::Width(), flags::Height()));
135 stream->width = flags::Width();
150 flags::Width(),
/external/libvpx/libvpx/vp8/common/
H A Dfilter.c360 * INT32 Width : Block width
382 int Width,
390 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
393 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
374 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 Deglsurface.h55 EGLint Width, Height; member in struct:_egl_surface
/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/ports/
H A DSkFontStyle.h27 enum Width { enum in class:SkFontStyle
/external/chromium_org/third_party/angle/util/
H A DEvent.h24 int Width; member in struct:Event::SizeEvent
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.cpp35 int64_t SkPdfImageDictionary::Width(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
36 SkPdfNativeObject* ret = get("Width", "");
44 return get("Width", "") != NULL;
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp176 static int Width() { return 10; } function in class:TestImageGenerator
191 *info = SkImageInfo::MakeN32(TestImageGenerator::Width(),
223 REPORTER_ASSERT(reporter, TestImageGenerator::Width() == bm.width());
345 REPORTER_ASSERT(r, TestImageGenerator::Width() == image->width());
349 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dnormal_test.h98 int Width() const { return _width; }; function in class:NormalTest
/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.h35 char Width; member in struct:llvm::object::RelocToApply
36 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} argument
37 RelocToApply() : Value(0), Width(0) {}
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp391 unsigned Width = LT.second.getVectorNumElements(); local
392 Index = Index % Width;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h121 INT Width; member in class:MetafileHeader
156 rect->Width = Width;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.cpp35 int64_t SkPdfImageDictionary::Width(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
36 SkPdfNativeObject* ret = get("Width", "");
44 return get("Width", "") != NULL;
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp176 static int Width() { return 10; } function in class:TestImageGenerator
191 info->fWidth = TestImageGenerator::Width();
225 REPORTER_ASSERT(reporter, TestImageGenerator::Width() == bm.width());
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp128 uint64_t Width = WidthChars.getQuantity(); local
129 llvm::Value *Args[2] = { llvm::ConstantInt::getSigned(CGF.Int64Ty, Width),
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp299 unsigned Width = SchedModel->getIssueWidth(); local
300 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width;
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp362 uint64_t Width, MCInst &MI,
366 Offset, Width);
360 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp752 unsigned Width = LT.second.getVectorNumElements(); local
753 Index = Index % Width;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h91 FX_FLOAT Width() const function in class:CLST_Rect
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h102 int Width; member in struct:__anon13063
H A Donyxc_int.h74 int Width; member in struct:VP8Common

Completed in 518 milliseconds

12345