Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp205 typedef bool (CBC_CodeBase::*memptrtype)(BC_TEXT_LOC); in SetTextLocation() typedef
206 memptrtype memptr = nullptr; in SetTextLocation()
209 memptr = (memptrtype)&CBC_Code39::SetTextLocation; in SetTextLocation()
212 memptr = (memptrtype)&CBC_Codabar::SetTextLocation; in SetTextLocation()
217 memptr = (memptrtype)&CBC_Code128::SetTextLocation; in SetTextLocation()
226 typedef bool (CBC_CodeBase::*memptrtype)(int8_t); in SetWideNarrowRatio() typedef
227 memptrtype memptr = nullptr; in SetWideNarrowRatio()
230 memptr = (memptrtype)&CBC_Code39::SetWideNarrowRatio; in SetWideNarrowRatio()
233 memptr = (memptrtype)&CBC_Codabar::SetWideNarrowRatio; in SetWideNarrowRatio()
242 typedef bool (CBC_CodeBase::*memptrtype)(char); in SetStartChar() typedef
[all …]