HomeSort by relevance Sort by last modified time
    Searched refs:WriteAppearance (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 174 void WriteAppearance(const CFX_ByteString& sAPType, const CPDF_Rect& rcBBox,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 659 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP);
678 WriteAppearance("R", GetRotatedRect(), GetMatrix(), csAP);
709 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP);
841 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
842 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
844 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState());
845 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_OFF, "Off");
1019 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
1020 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
1022 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState())
    [all...]

Completed in 371 milliseconds