Searched refs:CPVT_Dash (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_ap.h | 19 struct CPVT_Dash { struct 20 CPVT_Dash(int32_t dash, int32_t gap, int32_t phase) in CPVT_Dash() function 100 const CPVT_Dash& dash);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 357 CPVT_Dash dsBorder(3, 0, 0); in GenerateWidgetAP() 364 dsBorder = CPVT_Dash(pArray->GetInteger(0), pArray->GetInteger(1), in GenerateWidgetAP() 567 CPVT_Color(CT_GRAY, 0.5), PBS_BEVELED, CPVT_Dash(3, 0, 0)); in GenerateWidgetAP() 803 const CPVT_Dash& dash) { in GenerateBorderAP()
|