Home
last modified time | relevance | path

Searched refs:GetModuleHeight (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_barcode.h30 absl::optional<int32_t> GetModuleHeight();
H A Dcxfa_barcode.cpp142 absl::optional<int32_t> CXFA_Barcode::GetModuleHeight() { in GetModuleHeight() function in CXFA_Barcode
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffbarcode.cpp233 absl::optional<int32_t> height = barcode_->GetModuleHeight(); in UpdateWidgetProperty()