HomeSort by relevance Sort by last modified time
    Searched defs:iBytes (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcrt/
cfx_checksumcontext.cpp 34 void Base64EncodePiece(const FX_BASE64DATA& src, int32_t iBytes, char dst[4]) {
37 if (iBytes > 1) {
41 if (iBytes > 1) {
43 if (iBytes > 2) {
47 if (iBytes > 2) {
70 int32_t iBytes = 3;
84 iBytes = iSrcLen;
87 Base64EncodePiece(srcData, iBytes, pDstEnd);
cfx_seekablestreamproxy.cpp 237 size_t iBytes = iMaxLength * 2;
238 size_t iLen = ReadData(reinterpret_cast<uint8_t*>(pStr), iBytes);
248 size_t iBytes =
251 if (iBytes > 0) {
252 std::vector<uint8_t> buf(iBytes);
254 size_t iLen = ReadData(buf.data(), iBytes);
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp 73 int32_t& iBytes) {
75 iBytes = 1;
82 iBytes = 2;
87 iBytes = 3;
125 int32_t iChars = 4, iBytes;
147 Base64DecodePiece(srcData, iChars, dstData, iBytes);
149 if (iBytes > 1) {
152 if (iBytes > 2) {
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 115 int32_t iBytes;
424 int32_t iBytes;
425 if (GetMapModuleBuffer(pKey, pValue, iBytes, true) &&
426 iBytes == sizeof(CXFA_Measurement)) {
577 int32_t iBytes = 0;
579 if (GetMapModuleBuffer(pKey, pData, iBytes, true) &&
580 iBytes == sizeof(void*)) {
581 memcpy(&pData, pData, iBytes);
    [all...]

Completed in 149 milliseconds