HomeSort by relevance Sort by last modified time
    Searched defs:Layout (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/deqp/framework/opengl/
gluVarType.hpp 215 const char* getFormatLayoutName (FormatLayout layout);
242 struct Layout
244 Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLAYOUT_LAST, MatrixOrder matrixOrder_ = MATRIXORDER_LAST);
246 bool operator== (const Layout& other) const;
247 bool operator!= (const Layout& other) const;
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
263 Layout layout; member in struct:glu::VariableDeclaration
275 glu::Layout layout member in struct:glu::InterfaceBlock
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 190 Layout();
724 void CFWL_FormImp::Layout() {
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 571 const ASTRecordLayout &Layout = getASTContext().getASTRecordLayout(RD);
572 VBPtrOffset = Layout.getVBPtrOffset().getQuantity();
    [all...]
RecordLayoutBuilder.cpp 57 /// \brief Externally provided layout. Typically used when the AST source, such
142 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const {
143 uint64_t FieldOffset = Layout.getFieldOffset(FieldNo);
192 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl);
195 EmptySize = Layout.getSize();
198 EmptySize = Layout.getSizeOfLargestEmptySubobject();
216 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl);
219 EmptySize = Layout.getSize();
222 EmptySize = Layout.getSizeOfLargestEmptySubobject();
280 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class)
2375 void MicrosoftRecordLayoutBuilder::layout(const RecordDecl *RD) { function in class:MicrosoftRecordLayoutBuilder
    [all...]
VTableBuilder.cpp 1 //===--- VTableBuilder.cpp - C++ vtable layout builder --------------------===//
10 // This contains code dealing with generation of the layout of virtual tables.
73 /// Offset - the base offset of the overrider's parent in the layout class.
86 /// construction vtable, this holds the offset from the layout class to the
90 /// LayoutClass - The class we're using for layout information. Will be
97 /// MostDerivedClassLayout - the AST record layout of the most derived class.
113 /// derived class as well as the layout class.
244 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class);
248 NonVirtualOffset += Layout.getBaseClassOffset(Base);
364 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD)
    [all...]
ASTContext.cpp 1462 const ASTRecordLayout &layout = getASTRecordLayout(RT->getDecl()); local
5879 const ASTRecordLayout &layout = getASTRecordLayout(RDecl); local
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 358 const ASTRecordLayout &Layout = CGF.getContext().getASTRecordLayout(Base);
359 CharUnits NVSize = Layout.getNonVirtualSize();
402 CharUnits Align = std::max(Layout.getNonVirtualAlignment(),
    [all...]
CGClass.cpp 39 auto &layout = getContext().getASTRecordLayout(RD);
44 return layout.getAlignment();
48 return layout.getNonVirtualAlignment();
158 // Get the layout.
159 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
165 Offset += Layout.getBaseClassOffset(BaseDecl);
205 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived);
207 Offset = Layout.getVBaseClassOffset(Base);
209 Offset = Layout.getBaseClassOffset(Base);
294 const ASTRecordLayout &layout = getContext().getASTRecordLayout(Derived) local
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp 743 /// opcode for captured block variables layout 'instructions'.
748 /// An operator which affects how the following layout should be
788 /// processing the layout past such things.
816 // arc/mrr layout of captured block literal variables.
2593 const llvm::StructLayout *layout = local
    [all...]
MicrosoftCXXABI.cpp 96 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
105 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 286 // layout of a vector type.
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 581 Layout();
    [all...]
fwl_editimp.cpp 283 Layout();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 41 * A base class that manages text layout in visual elements on
47 public abstract class Layout {
55 * (though soft hyphens are respected), and modifying text generally doesn't affect the layout
56 * before it (which yields a more consistent user experience when editing), but layout may not
83 * layout and there is otherwise no valid break. Soft hyphens are ignored and will not be used
106 * Return how wide a layout must be in order to display the
115 * Return how wide a layout must be in order to display the
143 * Subclasses of Layout use this constructor to set the display text,
146 * @param paint the default paint for the layout. Styles can override
155 protected Layout(CharSequence text, TextPaint paint
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 72 private final Layout mLayout = new Layout();
395 public class Layout {
711 // Return true if the layout parameters have been changed
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 493 const StructLayout &Layout = *DL.getStructLayout(STy);
509 uint64_t FieldOffset = Layout.getElementOffset(i);
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 

Completed in 1568 milliseconds

12 3 4 5 6 7