HomeSort by relevance Sort by last modified time
    Searched full:textbuf (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 84 CFX_ByteTextBuf textBuf;
85 textBuf<<"q ";
90 textBuf<<bsClipping;
94 textBuf<<bsMatix;
107 pStream->SetData(textBuf.GetBuffer(), textBuf.GetSize(), FALSE, FALSE);
fsdk_baseform.cpp     [all...]
  /external/libpng/contrib/gregbook/
wpng.c 165 char *bgstr, *textbuf = NULL; local
441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL)
452 p = textbuf + TEXT_TITLE_OFFSET;
482 p = textbuf + TEXT_AUTHOR_OFFSET;
512 p = textbuf + TEXT_DESC_OFFSET;
522 if ((len = p - (textbuf + TEXT_DESC_OFFSET)) > 1) {
527 wpng_info.desc = textbuf + TEXT_DESC_OFFSET;
529 p = textbuf + TEXT_DESC_OFFSET;
552 p = textbuf + TEXT_COPY_OFFSET;
582 p = textbuf + TEXT_EMAIL_OFFSET
    [all...]
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 237 char textBuf[64];
238 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf));
240 textBuf, frameNumber, mTotalDroppedFrames));
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 211 FX_BOOL ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf);
214 FX_BOOL ExportFieldsToFDFTextBuf(const CFX_PtrArray& fields,FX_BOOL bIncludeOrExclude, CFX_ByteTextBuf& textBuf);
  /external/stlport/src/details/
fstream_win32io.cpp 493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end local
494 char * nextblock = buf, * ptrtextbuf = textbuf;
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE;
519 char * writetextbuf = textbuf;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end local
494 char * nextblock = buf, * ptrtextbuf = textbuf;
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE;
519 char * writetextbuf = textbuf;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf);
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 594 CFX_ByteTextBuf textBuf;
595 if (!pInterForm->ExportFormToFDFTextBuf(textBuf))
606 pEnv->JS_docmailForm(textBuf.GetBuffer(), textBuf.GetLength(), bUI, (FX_LPCWSTR)cTo, (FX_LPCWSTR)cSubject, (FX_LPCWSTR)cCc, (FX_LPCWSTR)cBcc, (FX_LPCWSTR)cMsg);
    [all...]

Completed in 2890 milliseconds