Searched defs:Dimensions (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc97 class Dimensions { class in namespace:__anon10673
99 Dimensions() function in class:__anon10673::Dimensions
156 Dimensions source_;
157 Dimensions dest_;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsvirt.c740 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; local
772 for (i=0; i < MAX_INPUT_DIMENSIONS; i++) Dimensions[i] = nLUTPoints;
773 CLUT = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, 3, 3, NULL);
H A Dcmslut.c616 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; local
621 Dimensions[i] = nGridPoints;
623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table);
633 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; local
638 Dimensions[i] = nGridPoints;
640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table);
717 cmsUInt32Number Dimensions[MAX_INPUT_DIMENSIONS]; local
722 Dimensions[i] = 2;
724 mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1774 SmallVector<llvm::APInt, 3> Dimensions; local
1778 Dimensions.push_back(CAT->getSize());
1801 Dimensions.push_back(llvm::APInt(32, 0));
1808 mangleNumber(Dimensions.size());
1809 for (const llvm::APInt &Dimension : Dimensions)

Completed in 2972 milliseconds