Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:FX_BSTRC

17     m_Pattern2Form = pDict->GetMatrix(FX_BSTRC("Matrix"));

18 m_bColored = pDict->GetInteger(FX_BSTRC("PaintType")) == 1;
39 m_bColored = pDict->GetInteger(FX_BSTRC("PaintType")) == 1;
40 m_XStep = (FX_FLOAT)FXSYS_fabs(pDict->GetNumber(FX_BSTRC("XStep")));
41 m_YStep = (FX_FLOAT)FXSYS_fabs(pDict->GetNumber(FX_BSTRC("YStep")));
48 m_BBox = pDict->GetRect(FX_BSTRC("BBox"));
60 m_Pattern2Form = pDict->GetMatrix(FX_BSTRC("Matrix"));
61 m_pShadingObj = pDict->GetElementValue(FX_BSTRC("Shading"));
111 CPDF_Object* pFunc = pShadingDict->GetElementValue(FX_BSTRC("Function"));
126 CPDF_Object* pCSObj = pShadingDict->GetElementValue(FX_BSTRC("ColorSpace"));
132 m_ShadingType = pShadingDict->GetInteger(FX_BSTRC("ShadingType"));
148 m_nCoordBits = pDict->GetInteger(FX_BSTRC("BitsPerCoordinate"));
149 m_nCompBits = pDict->GetInteger(FX_BSTRC("BitsPerComponent"));
150 m_nFlagBits = pDict->GetInteger(FX_BSTRC("BitsPerFlag"));
164 CPDF_Array* pDecode = pDict->GetArray(FX_BSTRC("Decode"));