Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp66 int32_t tempHeight = inputHeight + 2; in RenderResult() local
71 pdfium::base::CheckedNumeric<int32_t> scaledHeight = tempHeight; in RenderResult()
90 int32_t multiY = (int32_t)ceil((float)outputHeight / (float)tempHeight); in RenderResult()