Searched refs:GetNumberFor (Results 1 – 9 of 9) sorted by relevance
43 m_XStep = static_cast<float>(fabs(pDict->GetNumberFor("XStep"))); in Load()44 m_YStep = static_cast<float>(fabs(pDict->GetNumberFor("YStep"))); in Load()
574 m_Gamma = pDict->GetNumberFor("Gamma"); in v_Load()
52 float GetNumberFor(const ByteString& key) const;58 float GetFloatFor(const ByteString& key) const { return GetNumberFor(key); } in GetFloatFor()
120 float CPDF_Dictionary::GetNumberFor(const ByteString& key) const { in GetNumberFor() function in CPDF_Dictionary
146 EXPECT_EQ(0.5f, externalGS->GetNumberFor("ca")); in TEST_F()147 EXPECT_EQ(0.8f, externalGS->GetNumberFor("CA")); in TEST_F()217 EXPECT_EQ(0.5f, externalGS->GetNumberFor("ca")); in TEST_F()218 EXPECT_EQ(0.8f, externalGS->GetNumberFor("CA")); in TEST_F()
315 return pBorderStyleDict->GetNumberFor("W"); in GetBorderWidth()474 pAnnotDict.KeyExist("CA") ? pAnnotDict.GetNumberFor("CA") : 1; in GenerateExtGStateDict()974 fBorderWidth = pBSDict->GetNumberFor("W"); in GenerateFormAP()
452 width = pBS->GetNumberFor("W"); in DrawBorder()
809 EXPECT_EQ(0, cidinfo_dict->GetNumberFor("Supplement")); in TEST_F()851 EXPECT_EQ(0, cidinfo_dict->GetNumberFor("Supplement")); in TEST_F()
528 (pAnnotDict->KeyExist("CA") ? pAnnotDict->GetNumberFor("CA") : 1) * 255.f; in FPDFAnnot_GetColor()