Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:bValue

895 void CPDF_Dictionary::SetAtBoolean(FX_BSTR key, FX_BOOL bValue)

897 SetAt(key, FX_NEW CPDF_Boolean(bValue));