Home
last modified time | relevance | path

Searched refs:gs_dict (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp126 CPDF_Dictionary* gs_dict = extGState_dict->GetDictFor("GS"); in TEST_F() local
127 ASSERT_TRUE(gs_dict); in TEST_F()
128 ByteString type = gs_dict->GetStringFor(pdfium::annotation::kType); in TEST_F()
130 float opacity = gs_dict->GetNumberFor("CA"); in TEST_F()
133 ByteString blend_mode = gs_dict->GetStringFor("BM"); in TEST_F()
135 bool alpha_source_flag = gs_dict->GetBooleanFor("AIS", true); in TEST_F()