Searched refs:GetNumberFor (Results 1 – 10 of 10) sorted by relevance
35 m_XStep = static_cast<float>(fabs(pDict->GetNumberFor("XStep"))); in Load()36 m_YStep = static_cast<float>(fabs(pDict->GetNumberFor("YStep"))); in Load()
690 m_Gamma = pDict->GetNumberFor("Gamma"); in v_Load()
60 float GetNumberFor(const ByteString& key) const;69 float GetFloatFor(const ByteString& key) const { return GetNumberFor(key); } in GetFloatFor()
135 float CPDF_Dictionary::GetNumberFor(const ByteString& key) const { in GetNumberFor() function in CPDF_Dictionary
222 EXPECT_EQ(0.5f, externalGS->GetNumberFor("ca")); in TEST_F()223 EXPECT_EQ(0.8f, externalGS->GetNumberFor("CA")); in TEST_F()298 EXPECT_EQ(0.5f, externalGS->GetNumberFor("ca")); in TEST_F()299 EXPECT_EQ(0.8f, externalGS->GetNumberFor("CA")); in TEST_F()
130 float opacity = gs_dict->GetNumberFor("CA"); in TEST_F()
233 float fOpacity = pAnnotDict->GetNumberFor("CA"); in SetExtGStateInResourceDict()590 (pAnnotDict->KeyExist("CA") ? pAnnotDict->GetNumberFor("CA") : 1) * 255.f; in FPDFAnnot_GetColor()853 if (pAnnotDict->KeyExist("CA") && pAnnotDict->GetNumberFor("CA") < 1.0f) { in FPDFAnnot_SetAP()
2516 EXPECT_EQ(0, cidinfo_dict->GetNumberFor("Supplement")); in TEST_F()2558 EXPECT_EQ(0, cidinfo_dict->GetNumberFor("Supplement")); in TEST_F()
325 return pBorderStyleDict->GetNumberFor("W"); in GetBorderWidth()485 pAnnotDict.KeyExist("CA") ? pAnnotDict.GetNumberFor("CA") : 1; in GenerateExtGStateDict()1004 fBorderWidth = pBSDict->GetNumberFor("W"); in GenerateFormAP()
487 width = pBS->GetNumberFor("W"); in DrawBorder()