Home
last modified time | relevance | path

Searched refs:FX_GETBYTEOFFSET0 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_stream.h43 #define FX_GETBYTEOFFSET0(a) ((uint8_t)(a)) macro
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp325 buffer.AppendByte(FX_GETBYTEOFFSET0(offset)); in AppendIndex1()
335 buffer.AppendByte(FX_GETBYTEOFFSET0(objnum)); in AppendIndex2()
337 buffer.AppendByte(FX_GETBYTEOFFSET0(index)); in AppendIndex2()
370 if (pFile->AppendByte(FX_GETBYTEOFFSET0(offset)) < 0) in OutputIndex()