OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPDF_VariableText
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_vtmodule.cpp
11
IPDF_VariableText
*
IPDF_VariableText
::NewVariableText() {
14
void
IPDF_VariableText
::DelVariableText(
IPDF_VariableText
* pVT) {
pdf_vt.h
340
class CPDF_VariableText : public
IPDF_VariableText
, private CPDF_EditContainer {
349
//
IPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
fxet_module.cpp
11
if (
IPDF_VariableText
* pVT =
IPDF_VariableText
::NewVariableText()) {
19
IPDF_VariableText
::DelVariableText(pEdit->GetVariableText());
fxet_edit.cpp
742
CFX_Edit::CFX_Edit(
IPDF_VariableText
* pVT)
806
IPDF_VariableText
* CFX_Edit::GetVariableText() {
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
13
class
IPDF_VariableText
;
320
class
IPDF_VariableText
{
322
static
IPDF_VariableText
* NewVariableText();
324
static void DelVariableText(
IPDF_VariableText
* pVT);
459
~
IPDF_VariableText
() {}
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
28
class
IPDF_VariableText
;
199
virtual
IPDF_VariableText
* GetVariableText() = 0;
fxet_edit.h
524
explicit CFX_Edit(
IPDF_VariableText
* pVT);
533
IPDF_VariableText
* GetVariableText() override;
739
IPDF_VariableText
* m_pVT;
Completed in 48 milliseconds