Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:FX_BSTRC

168     m_Width = m_pDict->GetInteger(FX_BSTRC("Width"));

169 m_Height = m_pDict->GetInteger(FX_BSTRC("Height"));
203 if (!decoder.IsEmpty() && decoder == FX_BSTRC("CCITTFaxDecode")) {
323 m_Width = m_pDict->GetInteger(FX_BSTRC("Width"));
324 m_Height = m_pDict->GetInteger(FX_BSTRC("Height"));
358 if (!decoder.IsEmpty() && decoder == FX_BSTRC("CCITTFaxDecode")) {
393 if (decoder == FX_BSTRC("JPXDecode")) {
400 CPDF_Stream* pGlobals = m_pStreamAcc->GetImageParam()->GetStream(FX_BSTRC("JBIG2Globals"));
473 if (m_bImageMask || !m_pDict->KeyExist(FX_BSTRC("ColorSpace"))) {
475 CPDF_Object* pFilter = m_pDict->GetElementValue(FX_BSTRC("Filter"));
480 if (filter == FX_BSTRC("JPXDecode")) {
485 if (pArray->GetString(pArray->GetCount() - 1) == FX_BSTRC("JPXDecode")) {
493 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
497 CPDF_Object* pCSObj = m_pDict->GetElementValue(FX_BSTRC("ColorSpace"));
511 m_bpc = m_pDict->GetInteger(FX_BSTRC("BitsPerComponent"));
516 if (cs == FX_BSTRC("DeviceGray")) {
518 } else if (cs == FX_BSTRC("DeviceRGB")) {
520 } else if (cs == FX_BSTRC("DeviceCMYK")) {
529 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
554 if (!m_pDict->KeyExist(FX_BSTRC("SMask"))) {
555 CPDF_Object* pMask = m_pDict->GetElementValue(FX_BSTRC("Mask"));
587 if (decoder == FX_BSTRC("CCITTFaxDecode")) {
589 } else if (decoder == FX_BSTRC("DCTDecode")) {
603 } else if (decoder == FX_BSTRC("FlateDecode")) {
605 } else if (decoder == FX_BSTRC("JPXDecode")) {
608 } else if (decoder == FX_BSTRC("JBIG2Decode")) {
617 } else if (decoder == FX_BSTRC("RunLengthDecode")) {
726 CPDF_Stream* pGlobals = m_pStreamAcc->GetImageParam()->GetStream(FX_BSTRC("JBIG2Globals"));
752 CPDF_Stream* pSoftMask = m_pDict->GetStream(FX_BSTRC("SMask"));
754 CPDF_Array* pMatte = pSoftMask->GetDict()->GetArray(FX_BSTRC("Matte"));
767 CPDF_Object* pMask = m_pDict->GetElementValue(FX_BSTRC("Mask"));
779 m_pMaskStream = m_pDict->GetStream(FX_BSTRC("SMask"));
781 CPDF_Array* pMatte = m_pMaskStream->GetDict()->GetArray(FX_BSTRC("Matte"));
794 m_pMaskStream = m_pDict->GetElementValue(FX_BSTRC("Mask"));
918 FX_BSTRC("Filter"));
924 if(filter == FX_BSTRC("CCITTFaxDecode") || filter == FX_BSTRC("JBIG2Decode") )
926 if(filter == FX_BSTRC("RunLengthDecode") || filter == FX_BSTRC("DCTDecode") )
932 if( pArray->GetString(pArray->GetCount() -1) == FX_BSTRC("CCITTFacDecode") ||
933 pArray->GetString(pArray->GetCount() -1) == FX_BSTRC("JBIG2Decode") )
936 if( pArray->GetString(pArray->GetCount() -1) == FX_BSTRC("RunLengthDecode") ||
937 pArray->GetString(pArray->GetCount() -1) == FX_BSTRC("DCTDecode") )