HomeSort by relevance Sort by last modified time
    Searched full:line1_r_ok (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrrdProc.cpp 177 bool line1_r_ok = (reference_h > 0 && reference_h < GRHR + 1); local
180 uint32_t line1_r = line1_r_ok ? pLineR[nOffset - nStrideR] : 0;
197 if (line1_r_ok) {
235 if (line1_r_ok) {
412 bool line1_r_ok = (reference_h > 0 && reference_h < GRHR + 1); local
415 uint32_t line1_r = line1_r_ok ? pLineR[nOffset - nStrideR] : 0;
426 if (line1_r_ok)
460 if (line1_r_ok)

Completed in 179 milliseconds