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 164 void WriteAppearance(const CFX_ByteString& sAPType, const CPDF_Rect& rcBBox,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 658 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP);
677 WriteAppearance("R", GetRotatedRect(), GetMatrix(), csAP);
708 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP);
840 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
841 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
843 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState());
844 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_OFF, "Off");
1018 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
1019 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
1021 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState());
    [all...]

Completed in 125 milliseconds