Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_stream.h42 #define FX_GETBYTEOFFSET8(a) ((uint8_t)(a >> 8)) macro
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp324 buffer.AppendByte(FX_GETBYTEOFFSET8(offset)); in AppendIndex1()
334 buffer.AppendByte(FX_GETBYTEOFFSET8(objnum)); in AppendIndex2()
336 buffer.AppendByte(FX_GETBYTEOFFSET8(index)); in AppendIndex2()
368 if (pFile->AppendByte(FX_GETBYTEOFFSET8(offset)) < 0) in OutputIndex()