Searched defs:Make (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
H A DSkDeviceProperties.h86 static Geometry Make(Orientation orientation, Layout layout) { function in struct:SkDeviceProperties::Geometry
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { function in struct:SkDeviceProperties
H A DSkPoint.h21 static SkIPoint Make(int32_t x, int32_t y) { function in struct:SkIPoint
137 static SkPoint Make(SkScalar x, SkScalar y) { function in struct:SkPoint
486 * Make this vector be orthogonal to vec. Looking down vec the
/external/skia/include/core/
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
H A DSkDeviceProperties.h86 static Geometry Make(Orientation orientation, Layout layout) { function in struct:SkDeviceProperties::Geometry
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { function in struct:SkDeviceProperties
H A DSkPoint.h21 static SkIPoint Make(int32_t x, int32_t y) { function in struct:SkIPoint
137 static SkPoint Make(SkScalar x, SkScalar y) { function in struct:SkPoint
486 * Make this vector be orthogonal to vec. Looking down vec the
/external/chromium/net/base/
H A Dnet_log.cc175 BoundNetLog BoundNetLog::Make(NetLog* net_log, function in class:net::BoundNetLog
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h82 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser, function in class:clang::DiagnosticMappingInfo
/external/chromium_org/net/base/
H A Dnet_log.cc177 // Make sure we aren't watching a NetLog on destruction. Because the NetLog
484 BoundNetLog BoundNetLog::Make(NetLog* net_log, function in class:net::BoundNetLog
/external/skia/tools/
H A Dbbh_shootout.cpp35 // Make fCpuTime negative so that we don't mess with stats:
69 static BenchmarkControl Make(size_t i) { function in struct:BenchmarkControl
91 return SkISize::Make(256, 256);
97 return SkISize::Make(0, 0);
164 SkISize::Make(256, 256),
165 SkISize::Make(512, 512),
166 SkISize::Make(1024, 1024),
363 BenchmarkControl::Make(i),
/external/chromium/chrome/common/
H A Dsqlite_utils.cc57 virtual SQLErrorHandler* Make() { function in class:DefaultSQLErrorHandlerFactory
285 SQLErrorHandler* error_handler = GetErrorHandlerFactory()->Make();
297 SQLErrorHandler* error_handler = GetErrorHandlerFactory()->Make();
/external/llvm/lib/MC/
H A DMCDwarf.cpp65 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) { function in class:MCLineEntry
230 // Now delete the MCLineSections that were created in MCLineEntry::Make()
771 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, function in class:MCGenDwarfLabelEntry
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp92 static BindingKey Make(const MemRegion *R, Kind k);
111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { function in class:BindingKey
263 return addBinding(BindingKey::Make(R, k), V);
275 return lookup(BindingKey::Make(R, k));
292 return removeBinding(BindingKey::Make(R, k));
819 TopKey = BindingKey::Make(Top, BindingKey::Default);
887 BindingKey::Make(Top, BindingKey::Default),
894 BindingKey TopKey = BindingKey::Make(Top, BindingKey::Default);
929 Result = Result.add(BindingKey::Make(Concrete, BindingKey::Default),
1112 .addBinding(BindingKey::Make(G
[all...]

Completed in 2036 milliseconds