Searched refs:setModule (Results 1 – 5 of 5) sorted by relevance
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| D | QrCode.java | 296 setModule(8, i, getBit(bits, i)); in drawFormatBits() 297 setModule(8, 7, getBit(bits, 6)); in drawFormatBits() 298 setModule(8, 8, getBit(bits, 7)); in drawFormatBits() 299 setModule(7, 8, getBit(bits, 8)); in drawFormatBits() 301 setModule(14 - i, 8, getBit(bits, i)); in drawFormatBits() 305 setModule(size - 1 - i, 8, getBit(bits, i)); in drawFormatBits() 307 setModule(8, size - 15 + i, getBit(bits, i)); in drawFormatBits() 308 setModule(8, size - 8, 1); // Always dark in drawFormatBits() 314 private void setModule(int x, int y, int dark) { in setModule() method in QrCode
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
| D | LTOCodeGenerator.h | 84 void setModule(std::unique_ptr<LTOModule> M);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 170 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 12394 …PipelineShaderStageCreateInfo & setModule( VULKAN_HPP_NAMESPACE::ShaderModule module_ ) VULKAN_HPP… in setModule() function 14242 …CuFunctionCreateInfoNVX & setModule( VULKAN_HPP_NAMESPACE::CuModuleNVX module_ ) VULKAN_HPP_NOEXCE… in setModule() function
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 14646 …VULKAN_HPP_CONSTEXPR_14 PipelineShaderStageCreateInfo & setModule( VULKAN_HPP_NAMESPACE::ShaderMod… in setModule() function 17009 …VULKAN_HPP_CONSTEXPR_14 CuFunctionCreateInfoNVX & setModule( VULKAN_HPP_NAMESPACE::CuModuleNVX mod… in setModule() function
|