Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/native_client_sdk/src/doc/sdk/
Ddownload.rst61 Make section in Prerequisites
76 .. _versioning:
/external/skia/include/core/
DSkSize.h17 static SkTSize Make(T w, T h) { in Make() function
78 static SkSize Make(SkScalar w, SkScalar h) { in Make() function
DSkDeviceProperties.h77 static Geometry Make(Orientation orientation, Layout layout) { in Make() function
90 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { in Make() function
DSkPoint.h21 static SkIPoint16 Make(int x, int y) { in Make() function
43 static SkIPoint Make(int32_t x, int32_t y) { in Make() function
159 static SkPoint Make(SkScalar x, SkScalar y) { in Make() function
DSkImageInfo.h131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) { in Make() function
DSkRect.h428 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { in Make() function
/external/chromium_org/third_party/skia/include/core/
DSkSize.h17 static SkTSize Make(T w, T h) { in Make() function
78 static SkSize Make(SkScalar w, SkScalar h) { in Make() function
DSkPoint.h21 static SkIPoint16 Make(int x, int y) { in Make() function
43 static SkIPoint Make(int32_t x, int32_t y) { in Make() function
159 static SkPoint Make(SkScalar x, SkScalar y) { in Make() function
DSkImageInfo.h162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) { in Make() function
DSkRect.h426 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { in Make() function
/external/chromium_org/sandbox/linux/bpf_dsl/
Dcons.h29 static List Make(const T& head, List tail) { in Make() function
/external/skia/
Dmake.py113 def Make(args): function
/external/chromium_org/third_party/skia/
Dmake.py113 def Make(args): function
/external/chromium_org/gpu/command_buffer/service/
Dtransfer_buffer_manager_unittest.cc64 static scoped_ptr<BufferBacking> Make() { in Make() function in gpu::FakeBufferBacking
/external/clang/include/clang/Basic/
DDiagnosticIDs.h80 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() function
/external/llvm/lib/MC/
DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { in Make() function in MCLineEntry
909 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() function in MCGenDwarfLabelEntry
/external/chromium_org/net/base/
Dnet_log.cc498 BoundNetLog BoundNetLog::Make(NetLog* net_log, in Make() function in net::BoundNetLog
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make() function in BindingKey