Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:FX_BSTRC

313         if (pFont->GetFontDict()->KeyExist(FX_BSTRC("Widths"))) {

324 pDict->SetAtName(FX_BSTRC("Type"), FX_BSTRC("Font"));
325 pDict->SetAtName(FX_BSTRC("Subtype"), FX_BSTRC("Type1"));
326 pDict->SetAtName(FX_BSTRC("BaseFont"), fontName);
328 pDict->SetAt(FX_BSTRC("Encoding"), pEncoding->Realize());
368 CPDF_Dictionary* pList = pResources->GetDict(FX_BSTRC("ColorSpace"));
377 CPDF_Dictionary* pColorSpaces = pResources->GetDict(FX_BSTRC("ColorSpace"));
384 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultRGB"));
387 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultGray"));
390 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultCMYK"));
490 int type = pDict->GetInteger(FX_BSTRC("PatternType"));
631 FX_INT32 org_size = pFontDict->GetInteger(FX_BSTRC("Length1")) + pFontDict->GetInteger(FX_BSTRC("Length2")) + pFontDict->GetInteger(FX_BSTRC("Length3"));