Searched defs:pGS (Results 1 - 3 of 3) sorted by relevance

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

Completed in 396 milliseconds