Searched defs:NumComponents (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { function in class:sfntly::CompositeBitmapGlyph
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { function in class:sfntly::CompositeBitmapGlyph
/external/clang/lib/CodeGen/
H A DCGVTables.cpp436 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
449 for (unsigned I = 0; I != NumComponents; ++I) {
544 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents);
434 CreateVTableInitializer( const CXXRecordDecl *RD, const VTableComponent *Components, unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, unsigned NumVTableThunks, llvm::Constant *RTTI) argument
/external/clang/lib/Sema/
H A DTreeTransform.h1724 unsigned NumComponents,
1727 NumComponents, RParenLoc);
1721 RebuildOffsetOfExpr(SourceLocation OperatorLoc, TypeSourceInfo *Type, Sema::OffsetOfComponent *Components, unsigned NumComponents, SourceLocation RParenLoc) argument
H A DSemaExpr.cpp10183 unsigned NumComponents,
10207 if (NumComponents != 1)
10209 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
10216 for (unsigned i = 0; i != NumComponents; ++i) {
10359 unsigned NumComponents,
10370 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, CompPtr, NumComponents,
10180 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
10354 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1759 unsigned NumComponents; member in struct:gl_transform_feedback_output
1766 * if NumComponents is 2 and ComponentOffset is 1, then the data to
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1759 unsigned NumComponents; member in struct:gl_transform_feedback_output
1766 * if NumComponents is 2 and ComponentOffset is 1, then the data to

Completed in 230 milliseconds