Searched refs:baseInfo (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 55 SkTLazy<SkShaderBase::GradientInfo> baseInfo; in ShaderAsALinearGradient() local 57 baseInfo.init(); in ShaderAsALinearGradient() 58 baseInfo->fColorCount = info->fColorCount; in ShaderAsALinearGradient() 59 baseInfo->fColors = info->fColors; in ShaderAsALinearGradient() 60 baseInfo->fColorOffsets = info->fColorOffsets; in ShaderAsALinearGradient() 62 if (as_SB(shader)->asGradient(baseInfo.getMaybeNull()) != SkShaderBase::GradientType::kLinear) { in ShaderAsALinearGradient() 66 info->fColorCount = baseInfo->fColorCount; // this is inout in asGradient() in ShaderAsALinearGradient() 67 info->fPoints[0] = baseInfo->fPoint[0]; in ShaderAsALinearGradient() 68 info->fPoints[1] = baseInfo->fPoint[1]; in ShaderAsALinearGradient() 69 info->fTileMode = baseInfo->fTileMode; in ShaderAsALinearGradient() [all …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | SignerInformation.java | 101 protected SignerInformation(SignerInformation baseInfo) in SignerInformation() argument 103 this(baseInfo, baseInfo.info); in SignerInformation() 114 protected SignerInformation(SignerInformation baseInfo, SignerInfo info) in SignerInformation() argument 117 this.contentType = baseInfo.contentType; in SignerInformation() 118 this.isCounterSignature = baseInfo.isCounterSignature(); in SignerInformation() 119 this.sid = baseInfo.getSID(); in SignerInformation() 125 this.content = baseInfo.content; in SignerInformation() 126 this.resultDigest = baseInfo.resultDigest; in SignerInformation() 127 this.signedAttributeValues = baseInfo.signedAttributeValues; in SignerInformation() 128 this.unsignedAttributeValues = baseInfo.unsignedAttributeValues; in SignerInformation()
|
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
D | SignerInformation.java | 103 protected SignerInformation(SignerInformation baseInfo) in SignerInformation() argument 105 this(baseInfo, baseInfo.info); in SignerInformation() 116 protected SignerInformation(SignerInformation baseInfo, SignerInfo info) in SignerInformation() argument 119 this.contentType = baseInfo.contentType; in SignerInformation() 120 this.isCounterSignature = baseInfo.isCounterSignature(); in SignerInformation() 121 this.sid = baseInfo.getSID(); in SignerInformation() 127 this.content = baseInfo.content; in SignerInformation() 128 this.resultDigest = baseInfo.resultDigest; in SignerInformation() 129 this.signedAttributeValues = baseInfo.signedAttributeValues; in SignerInformation() 130 this.unsignedAttributeValues = baseInfo.unsignedAttributeValues; in SignerInformation()
|
/external/skia/gm/ |
D | xfermodes3.cpp | 132 SkImageInfo baseInfo = baseCanvas->imageInfo(); in makeTempSurface() local 133 SkImageInfo info = SkImageInfo::Make(w, h, baseInfo.colorType(), baseInfo.alphaType(), in makeTempSurface() 134 baseInfo.refColorSpace()); in makeTempSurface()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | main.cpp | 6192 KernelArgInfo baseInfo; in test_image_enumeration() local 6193 baseInfo.setTypeName(baseGenName.c_str()); in test_image_enumeration() 6195 KernelArgGenerator* pOrig = pDataGen->getArgGenerator(baseInfo); in test_image_enumeration() 6221 pDataGen->setArgGenerator(baseInfo, pImgGen); in test_image_enumeration() 6264 pDataGen->setArgGenerator(baseInfo, pOrig); in test_image_enumeration() 6295 KernelArgInfo baseInfo; in test_image_enumeration_3d() local 6296 baseInfo.setTypeName(baseGenName.c_str()); in test_image_enumeration_3d() 6298 KernelArgGenerator* pOrig = pDataGen->getArgGenerator(baseInfo); in test_image_enumeration_3d() 6324 pDataGen->setArgGenerator(baseInfo, pImgGen); in test_image_enumeration_3d() 6367 pDataGen->setArgGenerator(baseInfo, pOrig); in test_image_enumeration_3d()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 993 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i]; in handleCXXRecordDecl() local 994 if (baseInfo->base) { in handleCXXRecordDecl() 997 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 968 const ShaderInterfaceVariableInfo &baseInfo = mVariableInfoMap.getVariableById( in addInputAttachmentDescriptorSetDesc() local 971 uint32_t baseBinding = baseInfo.binding - baseInputAttachment.getLocation(); in addInputAttachmentDescriptorSetDesc()
|
D | vk_cache_utils.cpp | 5547 const ShaderInterfaceVariableInfo &baseInfo = variableInfoMap.getVariableById( in updateInputAttachments() local 5550 uint32_t baseBinding = baseInfo.binding - baseInputAttachment.getLocation(); in updateInputAttachments() 6439 const ShaderInterfaceVariableInfo &baseInfo = variableInfoMap.getVariableById( in updateInputAttachments() local 6442 uint32_t baseBinding = baseInfo.binding - baseInputAttachment.getLocation(); in updateInputAttachments()
|