Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp233 Optional<BC_TEXT_LOC> textLoc = TextLocFromAttribute(*text_attr); in UpdateWidgetProperty() local
234 if (textLoc) in UpdateWidgetProperty()
235 pBarCodeWidget->SetTextLocation(*textLoc); in UpdateWidgetProperty()