Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Devent.c116 void event_report_justified(struct event *e, int name_width, int result_width) in event_report_justified() argument
118 printf("%*s: result %*llu ", name_width, e->name, result_width, in event_report_justified()
Devent.h40 void event_report_justified(struct event *e, int name_width, int result_width);
/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp977 int result_width = m_ClipRect.Width(); in ContinueQuickStretch() local
998 result_width); in ContinueQuickStretch()
1002 m_ClipRect.left, result_width); in ContinueQuickStretch()
Dfx_dib_transform.cpp194 int result_width = dest_clip.Width(); in SwapXY() local
195 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp477 int result_width = pClipRect->Width(); in StretchMonoToGray() local
479 int result_pitch = (result_width + 3) / 4 * 4; in StretchMonoToGray()
481 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) in StretchMonoToGray()
498 for (int dest_x = 0; dest_x < result_width; dest_x++) { in StretchMonoToGray()