HomeSort by relevance Sort by last modified time
    Searched refs:pGS (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 480 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser)
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"))) {
pageint.h 322 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);
fpdf_page.cpp 86 CPDF_GeneralStateData* pGS = m_GeneralState.GetModify();
87 pGS->m_Matrix.Concat(matrix);

Completed in 163 milliseconds