Searched refs:iBytes (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_algorithm.cpp29 int32_t iBytes,
33 if (iBytes > 1) {
37 if (iBytes > 1) {
39 if (iBytes > 2) {
43 if (iBytes > 2) {
65 int32_t iBytes = 3; local
79 iBytes = iSrcLen;
82 FX_Base64EncodePiece(srcData, iBytes, pDstEnd);
114 int32_t& iBytes) {
116 iBytes
28 FX_Base64EncodePiece(const FX_BASE64DATA& src, int32_t iBytes, FX_CHAR dst[4]) argument
111 FX_Base64DecodePiece(const FX_CHAR src[4], int32_t iChars, FX_BASE64DATA& dst, int32_t& iBytes) argument
165 int32_t iChars = 4, iBytes; local
221 int32_t iChars = 4, iBytes; local
[all...]
H A Dfx_stream.cpp773 int32_t iBytes = pByteSize == NULL ? iMaxLength * 2 : *pByteSize; local
775 iLen = m_pStreamImp->ReadData((uint8_t*)pStr, iBytes);
792 int32_t iBytes = pByteSize == NULL ? iMaxLength : *pByteSize; local
793 iBytes = std::min(iBytes, m_pStreamImp->GetLength() - pos);
794 if (iBytes > 0) {
796 m_pBuf = FX_Alloc(uint8_t, iBytes);
797 m_iBufSize = iBytes;
798 } else if (iBytes > m_iBufSize) {
799 m_pBuf = FX_Realloc(uint8_t, m_pBuf, iBytes);
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp3943 int32_t iBytes; local
3944 if (GetMapModuleBuffer(pKey, pValue, iBytes) && iBytes == sizeof(mValue)) {
4228 int32_t iBytes = 0; local
4229 if (!GetMapModuleBuffer(pKey, pData, iBytes, bProtoAlso)) {
4232 return iBytes == sizeof(void*) && FXSYS_memcpy(&pData, pData, iBytes);
5061 int32_t iBytes; local
5062 if (!GetMapModuleBuffer(pKey, pValue, iBytes)) {
5065 wsValue = CFX_WideStringC((const FX_WCHAR*)pValue, iBytes / sizeo
5068 SetMapModuleBuffer( void* pKey, void* pValue, int32_t iBytes, XFA_MAPDATABLOCKCALLBACKINFO* pCallbackInfo) argument
5097 GetMapModuleBuffer(void* pKey, void*& pValue, int32_t& iBytes, FX_BOOL bProtoAlso) argument
[all...]
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_object.h106 int32_t iBytes; member in struct:_XFA_MAPDATABLOCK
608 int32_t iBytes,
612 int32_t& iBytes,

Completed in 85 milliseconds