Searched refs:pGS (Results 1 – 4 of 4) sorted by relevance
478 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser) in ProcessExtGS() argument481 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()
943 CPDF_Dictionary* pGS = (CPDF_Dictionary*)FindResourceObj(FX_BSTRC("ExtGState"), name); in Handle_SetExtendGraphState() local944 if (pGS == NULL || pGS->GetType() != PDFOBJ_DICTIONARY) { in Handle_SetExtendGraphState()948 m_pCurStates->ProcessExtGS(pGS, this); in Handle_SetExtendGraphState()
87 CPDF_GeneralStateData* pGS = m_GeneralState.GetModify(); in TransformGeneralState() local88 pGS->m_Matrix.Concat(matrix); in TransformGeneralState()
358 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);