OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nScriptType
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
169
nScriptType
(0),
184
nScriptType
(scriptType),
193
nScriptType
(other.
nScriptType
),
204
int32_t
nScriptType
;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
1123
FX_BOOL CFX_Edit::SetRichTextScript(int32_t
nScriptType
) {
1125
WordProps.
nScriptType
=
nScriptType
;
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
260
virtual FX_BOOL SetRichTextScript(int32_t
nScriptType
) = 0;
fxet_edit.h
558
FX_BOOL SetRichTextScript(int32_t
nScriptType
) override;
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
768
switch (pWord->pWordProps->
nScriptType
) {
[
all
...]
Completed in 105 milliseconds