HomeSort by relevance Sort by last modified time
    Searched full:ptext (Results 1 - 25 of 45) sorted by null

1 2

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 54 CPDF_TextObject* pText = (CPDF_TextObject*)pObject;
55 CPDF_Font* pFont = pText->m_TextState.GetFont();
56 int count = pText->CountItems();
58 pText->CalcCharPos(pPosArray);
60 FX_FLOAT fontsize_h = pText->m_TextState.GetFontSizeH();
61 FX_FLOAT fontsize_v = pText->m_TextState.GetFontSizeV();
70 if (pText->m_TextState.GetBaselineAngle() != 0) {
73 pText->GetTextMatrix(&matrix);
74 for (int i = 0; i < pText->m_nChars; i++) {
75 FX_DWORD charcode = pText->m_nChars ==
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 132 void GetString(FX_WCHAR* pText) const {
133 FXSYS_assert(pText != NULL);
138 *pText++ = (FX_WCHAR)pChar->m_wCharCode;
142 FX_WCHAR* pText = wsText.GetBuffer(m_iChars);
143 GetString(pText);
219 FX_LPCRTFTEXTOBJ pText,
224 virtual int32_t GetCharRects(FX_LPCRTFTEXTOBJ pText,
fx_tbk.h 135 void GetString(FX_WCHAR* pText) const {
136 FXSYS_assert(pText != NULL);
141 *pText++ = (FX_WCHAR)pChar->m_wCharCode;
146 FX_WCHAR* pText = wsText.GetBuffer(m_iChars);
147 GetString(pText);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp     [all...]
fx_rtfbreak.h 99 FX_LPCRTFTEXTOBJ pText,
104 int32_t GetCharRects(FX_LPCRTFTEXTOBJ pText,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ptext32-noexp-1.d 2 #source: ptext-1.s
ptext64-noexp-1.d 2 #source: ptext-1.s
ptext32-1.d 2 #source: ptext-1.s
ptext64-32-1.d 2 #source: ptext-1.s
ptext64-1.d 2 #source: ptext-1.s
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]
xfa_document_datamerger_imp.cpp 192 CXFA_Node* pText = pItems->GetNodeItem(XFA_NODEITEM_FirstChild);
193 if (!pText) {
197 if (pText->TryContent(wsContent) && (wsContent == wsValue)) {
199 eValueType = pText->GetClassID();
219 CXFA_Node* pText =
221 if (pText) {
222 pText = pText->GetNodeItem(XFA_NODEITEM_NextSibling);
225 if (pText) {
226 pText->TryContent(wsContent);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp     [all...]
pageint.h 122 void AddTextObject(CFX_ByteString* pText,
  /external/tinyxml/docs/
tutorial0.html 215 TiXmlText *pText;
238 pText = pParent-&gt;ToText();
239 printf( "Text: [%s]", pText-&gt;Value() );
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 234 const std::string& ScriptFile::createParserStr(const char* pText,
238 g_ParserStrPool->insert(std::string(pText, pLength), exist);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 167 * param-value = ptext / quoted-string
184 * param-value = ptext / quoted-string
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 150 static const std::string& createParserStr(const char* pText, size_t pLength);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.cpp 364 CXFA_Node* pText = CreateCopyNode(XFA_ELEMENT_Text, pValue);
365 pText->SetContent(FX_WSTRC(L"Button"), FX_WSTRC(L"Button"), FALSE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]
winspool.h     [all...]
winsplp.h 178 LPWSTR pText, LPWSTR pCaption,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 655 CPDF_TextObject* pText = ClipPath.GetText(i);
656 if (pText) {
659 ProcessText(pText, pObj2Device, pTextClippingPath.get());
    [all...]
  /system/bt/stack/smp/
smp_keys.c 927 BT_OCTET16 ptext; local
928 UINT8 *p = ptext;
945 encrypted = SMP_Encrypt( p_cb->tk, BT_OCTET16_LEN, ptext, BT_OCTET16_LEN, output);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]

Completed in 1276 milliseconds

1 2