Home
last modified time | relevance | path

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

/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
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
DSkRect.h445 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { in Make() function
/external/skia/
Dmake.py110 def Make(args): function
/external/clang/include/clang/Basic/
DDiagnosticIDs.h89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() function
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.h173 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { in Make() function
/external/llvm/lib/MC/
DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { in Make() function in MCLineEntry
906 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() function in MCGenDwarfLabelEntry
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make() function in BindingKey