Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp478 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser) in ProcessExtGS() argument
481 FX_POSITION pos = pGS->GetStartPos(); in ProcessExtGS()
484 CPDF_Object* pObject = pGS->GetNextElement(pos, key_str)->GetDirect(); in ProcessExtGS()
527 if (pGS->KeyExist(FX_BSTRC("TR2"))) { in ProcessExtGS()
566 if (!pGS->KeyExist(FX_BSTRC("op"))) { in ProcessExtGS()
577 if (pGS->KeyExist(FX_BSTRC("BG2"))) { in ProcessExtGS()
584 if (pGS->KeyExist(FX_BSTRC("UCR2"))) { in ProcessExtGS()
Dfpdf_page_parser.cpp943 CPDF_Dictionary* pGS = (CPDF_Dictionary*)FindResourceObj(FX_BSTRC("ExtGState"), name); in Handle_SetExtendGraphState() local
944 if (pGS == NULL || pGS->GetType() != PDFOBJ_DICTIONARY) { in Handle_SetExtendGraphState()
948 m_pCurStates->ProcessExtGS(pGS, this); in Handle_SetExtendGraphState()
Dfpdf_page.cpp87 CPDF_GeneralStateData* pGS = m_GeneralState.GetModify(); in TransformGeneralState() local
88 pGS->m_Matrix.Concat(matrix); in TransformGeneralState()
Dpageint.h358 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);