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

  /external/pdfium/core/fxge/dib/
cfx_imagestretcher.cpp 179 int result_height = m_ClipRect.Height(); local
181 for (; m_LineIndex < result_height; ++m_LineIndex) {
185 dest_y = result_height - m_LineIndex - 1;
cfx_dibsource.cpp 972 int result_height = dest_clip.Height(); local
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 541 int result_height = pClipRect->Height();
544 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb))
555 for (int dest_y = 0; dest_y < result_height; dest_y++) {
    [all...]
  /external/libaom/libaom/aom_dsp/
noise_model.c 1341 const int result_height = (num_blocks_h + 2) * block_size; local
    [all...]

Completed in 109 milliseconds