Searched refs:SetCount (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/tests/ |
H A D | DescriptorTest.cpp | 18 static void SetCount(SkDescriptor* desc, uint32_t count) { desc->fCount = count; } in SetCount() function in SkDescriptorTestHelper 111 SkDescriptorTestHelper::SetCount(desc.get(), 2); in DEF_TEST() 115 SkDescriptorTestHelper::SetCount(desc.get(), 1); in DEF_TEST() 128 SkDescriptorTestHelper::SetCount(desc.get(), 2); in DEF_TEST()
|
/third_party/node/benchmark/napi/ref/ |
H A D | addon.c | 26 SetCount(napi_env env, napi_callback_info info) { in SetCount() function 68 { "count", NULL, NULL, GetCount, SetCount, NULL, napi_enumerable, NULL }, in NAPI_MODULE_INIT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 66 initializeCounts(Module &M, function_ref<void(Function *, uint64_t)> SetCount) { in initializeCounts() argument 93 SetCount(&F, InitialCount); in initializeCounts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 436 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup() local 444 LoopGuard->setCondition(SetCount); in InsertIterationSetup() 449 << *SetCount << "\n"); in InsertIterationSetup()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 451 SetCount (profileSize); in tag_icc_profile() 560 SetCount (fBuffer->LogicalSize ()); in tag_xmp() 1797 fMaskedAreas.SetCount (rangeInfo->fMaskedAreaCount * 4); in range_tag_set() 1821 fLinearizationTable.SetCount (rangeInfo->fLinearizationTable->LogicalSize () >> 1); in range_tag_set() 1861 fBlackLevel.SetCount (rangeInfo->fBlackLevelRepeatRows * in range_tag_set() 1887 fBlackLevelDeltaH.SetCount (count ); in range_tag_set() 1912 fBlackLevelDeltaV.SetCount (count ); in range_tag_set() 1927 fWhiteLevel16.SetCount (rawImage.Planes ()); in range_tag_set() 1928 fWhiteLevel32.SetCount (rawImage.Planes ()); in range_tag_set() 2022 fCFAPattern.SetCount (inf in mosaic_tag_set() [all...] |
H A D | dng_preview.cpp | 491 fOpcodeList2Tag.SetCount (preview.fOpcodeList2Data->LogicalSize ()); in dng_raw_preview_tag_set()
|
H A D | dng_image_writer.h | 104 void SetCount (uint32 count) in SetCount() function in tiff_tag
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 34 milliseconds