OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pIdentity
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_tbk.h
73
virtual FX_WCHAR GetChar(void*
pIdentity
, int32_t index) const = 0;
74
virtual int32_t GetWidth(void*
pIdentity
, int32_t index) const = 0;
79
pIdentity
= NULL;
95
void*
pIdentity
;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.h
126
virtual FX_WCHAR GetChar(void*
pIdentity
, int32_t index) const;
127
virtual int32_t GetWidth(void*
pIdentity
, int32_t index) const;
fde_txtedtpage.cpp
81
tr.
pIdentity
= (void*)hText;
114
tr.
pIdentity
= (void*)hText;
616
FX_WCHAR CFDE_TxtEdtPage::GetChar(void*
pIdentity
, int32_t index) const {
618
m_nPageStart + ((FDE_LPTEXTEDITPIECE)
pIdentity
)->nStart + index;
626
int32_t CFDE_TxtEdtPage::GetWidth(void*
pIdentity
, int32_t index) const {
628
m_pCharWidth[((FDE_LPTEXTEDITPIECE)
pIdentity
)->nStart + index];
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
[
all
...]
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
825
tr.
pIdentity
= NULL;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h
[
all
...]
Completed in 734 milliseconds