Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:FX_BSTRC

81             if (bsKeyword != FX_BSTRC("ID")) {

100 if (pDict->KeyExist(FX_BSTRC("ColorSpace"))) {
101 pCSObj = pDict->GetElementValue(FX_BSTRC("ColorSpace"));
104 if (name != FX_BSTRC("DeviceRGB") && name != FX_BSTRC("DeviceGray") && name != FX_BSTRC("DeviceCMYK")) {
105 pCSObj = FindResourceObj(FX_BSTRC("ColorSpace"), name);
108 pDict->SetAt(FX_BSTRC("ColorSpace"), pCSObj, m_pDocument);
135 pDict->SetAtName(FX_BSTRC("Subtype"), FX_BSTRC("Image"));
278 if (decoder == FX_BSTRC("CCITTFaxDecode") || decoder == FX_BSTRC("CCF")) {
281 } else if (decoder == FX_BSTRC("ASCII85Decode") || decoder == FX_BSTRC("A85")) {
283 } else if (decoder == FX_BSTRC("ASCIIHexDecode") || decoder == FX_BSTRC("AHx")) {
285 } else if (decoder == FX_BSTRC("FlateDecode") || decoder == FX_BSTRC("Fl")) {
287 } else if (decoder == FX_BSTRC("LZWDecode") || decoder == FX_BSTRC("LZW")) {
289 } else if (decoder == FX_BSTRC("DCTDecode") || decoder == FX_BSTRC("DCT")) {
291 src_buf, limit, width, height, 0, pParam ? pParam->GetInteger(FX_BSTRC("ColorTransform"), 1) : 1);
293 } else if (decoder == FX_BSTRC("RunLengthDecode") || decoder == FX_BSTRC("RL")) {
311 CPDF_Object* pFilter = pDict->GetElementValue(FX_BSTRC("Filter"));
315 CPDF_Array* pParams = pDict->GetArray(FX_BSTRC("DecodeParms"));
321 pParam = pDict->GetDict(FX_BSTRC("DecodeParms"));
323 FX_DWORD width = pDict->GetInteger(FX_BSTRC("Width"));
324 FX_DWORD height = pDict->GetInteger(FX_BSTRC("Height"));
327 FX_DWORD bpc = pDict->GetInteger(FX_BSTRC("BitsPerComponent"));
383 CPDF_Array* pParams = pDict->GetArray(FX_BSTRC("DecodeParms"));
388 pDict->RemoveAt(FX_BSTRC("Filter"));
389 pDict->RemoveAt(FX_BSTRC("DecodeParms"));
420 pDict->SetAtInteger(FX_BSTRC("Length"), (int)dwStreamSize);
948 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents"));
977 CFX_AffineMatrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
981 CPDF_Array* pBBox = pForm->m_pFormDict->GetArray(FX_BSTRC("BBox"));
997 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
1065 CPDF_Array* pContent = m_pObjects->m_pFormDict->GetArray(FX_BSTRC("Contents"));