Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp467 const ByteString& sExtGSDictName, in GenerateExtGStateDict() argument
482 pExtGStateDict->SetFor(sExtGSDictName, std::move(pGSDict)); in GenerateExtGStateDict()
527 ByteString sExtGSDictName = "GS"; in GenerateCircleAP() local
528 sAppStream << "/" << sExtGSDictName << " gs "; in GenerateCircleAP()
589 GenerateExtGStateDict(*pAnnotDict, sExtGSDictName, "Normal"); in GenerateCircleAP()
599 ByteString sExtGSDictName = "GS"; in GenerateHighlightAP() local
600 sAppStream << "/" << sExtGSDictName << " gs "; in GenerateHighlightAP()
615 GenerateExtGStateDict(*pAnnotDict, sExtGSDictName, "Multiply"); in GenerateHighlightAP()
636 ByteString sExtGSDictName = "GS"; in GenerateInkAP() local
637 sAppStream << "/" << sExtGSDictName << " gs "; in GenerateInkAP()
[all …]