Searched defs:wType (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fxjs/
H A Dcjs_globaldata.cpp230 uint16_t wType = *((uint16_t*)p); local
233 if (wType == (uint16_t)(('X' << 8) | 'F')) {
327 uint16_t wType = (uint16_t)(('X' << 8) | 'F'); local
328 sFile.AppendBlock(&wType, sizeof(uint16_t));

Completed in 184 milliseconds