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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp480 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser) argument
483 FX_POSITION pos = pGS->GetStartPos();
486 CPDF_Object* pElement = pGS->GetNextElement(pos, key_str);
530 if (pGS->KeyExist(FX_BSTRC("TR2"))) {
569 if (!pGS->KeyExist(FX_BSTRC("op"))) {
580 if (pGS->KeyExist(FX_BSTRC("BG2"))) {
587 if (pGS->KeyExist(FX_BSTRC("UCR2"))) {
H A Dfpdf_page.cpp86 CPDF_GeneralStateData* pGS = m_GeneralState.GetModify(); local
87 pGS->m_Matrix.Concat(matrix);
H A Dfpdf_page_parser.cpp855 CPDF_Dictionary* pGS = (CPDF_Dictionary*)FindResourceObj(FX_BSTRC("ExtGState"), name); local
856 if (pGS == NULL || pGS->GetType() != PDFOBJ_DICTIONARY) {
860 m_pCurStates->ProcessExtGS(pGS, this);

Completed in 94 milliseconds