Home
last modified time | relevance | path

Searched refs:IsPattern (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp23 bool CPDF_Color::IsPattern() const { in IsPattern() function in CPDF_Color
53 if (!IsPattern()) in SetValueForPattern()
103 ASSERT(IsPattern()); in GetPattern()
Dcpdf_color.h30 bool IsPattern() const;
Dcpdf_colorstate.cpp112 if (!color->IsPattern()) in SetColor()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1003 enum class IsPattern { No, Yes }; enum
1006 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern, in patternOrZeroFor()
1008 if (isPattern == IsPattern::Yes) in patternOrZeroFor()
1014 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1019 IsPattern isPattern, in constStructWithPadding()
1058 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern, in constWithPadding()
1256 constWithPadding(CGM, IsPattern::No, llvm::Constant::getNullValue(ElTy)); in emitStoresForZeroInit()
1266 CGM, IsPattern::Yes, initializationPatternFor(CGM, ElTy)); in emitStoresForPatternInit()
1283 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern, in replaceUndef()
1754 CGM, IsPattern::Yes, initializationPatternFor(CGM, ElTy)); in emitZeroOrPatternForAutoVarInit()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp887 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText()
894 if (textobj->m_ColorState.GetFillColor()->IsPattern()) { in ProcessText()
1429 if (FillColor.IsPattern()) { in ProcessPathPattern()
1436 if (StrokeColor.IsPattern()) { in ProcessPathPattern()
Dcpdf_imagerenderer.cpp98 if (pColor && pColor->IsPattern()) { in StartRenderDIBBase()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp381 bool IsPattern = C.SemaResult->Kind == CodeCompletionResult::RK_Pattern; in add() local
383 &Completion.RequiredQualifier, IsPattern); in add()