HomeSort by relevance Sort by last modified time
    Searched refs:HBW (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HtrdProc.h 28 FX_DWORD HBW;
JBig2_HtrdProc.cpp 22 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH));
30 if ((x + HPW <= 0) | (x >= (int32_t)HBW) | (y + HPH <= 0) |
75 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH));
JBig2_Context.cpp     [all...]

Completed in 421 milliseconds