Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp283 int32_t ys0 = y < 0 ? -y : 0; in ComposeToInternal() local
292 if (ys0 >= ys1 || xs0 >= xs1) in ComposeToInternal()
298 int32_t h = ys1 - ys0; in ComposeToInternal()
307 const uint8_t* lineSrc = GetLineUnsafe(rtSrc.top + ys0) + in ComposeToInternal()