Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:DA

256     CFX_ByteString DA;
257 if (CPDF_Object* pDAObj = FPDF_GetFieldAttr(pAnnotDict, "DA")) {
258 DA = pDAObj->GetString();
260 if (DA.IsEmpty()) {
261 DA = pFormDict->GetString("DA");
263 if (DA.IsEmpty()) {
266 CPDF_SimpleParser syntax(DA);
274 CPVT_Color crText = ParseColor(DA);