OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwidths
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_rbk.h
64
pWidths
= NULL;
77
int32_t*
pWidths
;
146
void GetWidths(int32_t*
pWidths
) const {
147
FXSYS_assert(
pWidths
!= NULL);
152
*
pWidths
++ = pChar->m_iCharWidth;
fx_tbk.h
81
pWidths
= NULL;
97
int32_t*
pWidths
;
150
void GetWidths(int32_t*
pWidths
) const {
151
FXSYS_assert(
pWidths
!= NULL);
156
*
pWidths
++ = pChar->m_iCharWidth;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp
340
CPDF_Array*
pWidths
= new CPDF_Array;
342
pWidths
->AddInteger(char_widths[i]);
344
pBaseDict->SetAt("Widths",
pWidths
);
680
CPDF_Array*
pWidths
= new CPDF_Array;
682
pWidths
->AddInteger(char_widths[i]);
684
pBaseDict->SetAt("Widths",
pWidths
);
[
all
...]
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
[
all
...]
fx_textbreak.cpp
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h
230
int32_t*
pWidths
;
xfa_textlayout.cpp
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
83
tr.
pWidths
= NULL;
116
tr.
pWidths
= NULL;
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
237
void LoadCharWidths(FX_WORD*
pWidths
);
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
827
tr.
pWidths
= m_pCharWidths + pPiece->iStartChar;
Completed in 582 milliseconds