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

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 19 struct CPVT_Dash {
20 CPVT_Dash(int32_t dash, int32_t gap, int32_t phase)
100 const CPVT_Dash& dash);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 357 CPVT_Dash dsBorder(3, 0, 0);
364 dsBorder = CPVT_Dash(pArray->GetInteger(0), pArray->GetInteger(1),
567 CPVT_Color(CT_GRAY, 0.5), PBS_BEVELED, CPVT_Dash(3, 0, 0));
803 const CPVT_Dash& dash) {
    [all...]

Completed in 31 milliseconds