Searched defs:Layout (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h1 //===- Layout.h -----------------------------------------------------------===//
33 /** \class Layout
34 * \brief Layout maintains the mapping between sections and fragments.
37 * still need section information. Layout is used to maintain the mapping
38 * between sections and fragments. Layout helps readers and target backends
41 class Layout class in namespace:mcld
50 Layout();
53 ~Layout();
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp1 //===- Layout.cpp ---------------------------------------------------------===//
10 #include <mcld/LD/Layout.h>
33 Layout::Range::Range()
38 Layout::Range::Range(const LDSection& pHdr)
43 Layout::Range::~Range()
48 // Layout
50 Layout::Layout() function in class:Layout
54 Layout::~Layout()
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java44 public abstract class Layout { class
99 * Subclasses of Layout use this constructor to set the display text,
111 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
119 * Subclasses of Layout use this constructor to set the display text,
133 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
138 throw new IllegalArgumentException("Layout: " + width + " < 0");
161 * Replace constructor properties of this Layout with new ones. Be careful.
167 throw new IllegalArgumentException("Layout: " + width + " < 0");
180 * Draw this Layout on the specified Canvas.
187 * Draw this Layout o
[all...]

Completed in 1548 milliseconds