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

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
event.c 116 void event_report_justified(struct event *e, int name_width, int result_width)
118 printf("%*s: result %*llu ", name_width, e->name, result_width,
event.h 40 void event_report_justified(struct event *e, int name_width, int result_width);
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 977 int result_width = m_ClipRect.Width(); local
    [all...]
fx_dib_transform.cpp 194 int result_width = dest_clip.Width(); local
195 if (!pTransBitmap->Create(result_width, result_height, GetFormat()))
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 477 int result_width = pClipRect->Width();
479 int result_pitch = (result_width + 3) / 4 * 4;
481 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb))
498 for (int dest_x = 0; dest_x < result_width; dest_x++) {
    [all...]

Completed in 2542 milliseconds