Searched refs: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 Dpageint.h358 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);
H A Dfpdf_page.cpp87 CPDF_GeneralStateData* pGS = m_GeneralState.GetModify(); local
88 pGS->m_Matrix.Concat(matrix);

Completed in 404 milliseconds