Searched defs:pWidths (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
H A Dfx_rbk.h64 pWidths = NULL;
77 int32_t* pWidths; member in struct:_FX_RTFTEXTOBJ
146 void GetWidths(int32_t* pWidths) const {
147 FXSYS_assert(pWidths != NULL);
152 *pWidths++ = pChar->m_iCharWidth;
H A Dfx_tbk.h81 pWidths = NULL;
97 int32_t* pWidths; member in struct:_FX_TXTRUN
150 void GetWidths(int32_t* pWidths) const {
151 FXSYS_assert(pWidths != NULL);
156 *pWidths++ = pChar->m_iCharWidth;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp340 CPDF_Array* pWidths = new CPDF_Array; local
342 pWidths->AddInteger(char_widths[i]);
344 pBaseDict->SetAt("Widths", pWidths);
680 CPDF_Array* pWidths = new CPDF_Array; local
682 pWidths->AddInteger(char_widths[i]);
684 pBaseDict->SetAt("Widths", pWidths);
853 CPDF_Array* pWidths = new CPDF_Array; local
858 pWidths->AddInteger(char_width);
871 pWidths->AddInteger(char_width);
896 pWidths
[all...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.h230 int32_t* pWidths; member in struct:_XFA_TEXTPIECE
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp1185 FXSYS_assert(pText->pStr != NULL && pText->pWidths != NULL &&
1188 int32_t* pWidths = pText->pWidths; local
1231 iWidth = *pWidths++;
1264 if (*pWidths < 0) {
1427 FXSYS_assert(pText->pStr != NULL && pText->pWidths != NULL &&
1430 int32_t* pWidths = pText->pWidths; local
1464 iCharSize = *pWidths++;
H A Dfx_textbreak.cpp1179 int32_t* pWidths = pTxtRun->pWidths; local
1231 iWidth = *pWidths++;
1560 int32_t* pWidths = pTxtRun->pWidths; local
1599 iCharSize = *pWidths++;

Completed in 511 milliseconds