/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 524 int size_x, in FPDF_RenderPage() argument 541 pBitmap->Create(size_x, size_y, FXDIB_Argb); in FPDF_RenderPage() 554 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPage() 564 pDst->Create(size_x, size_y, FXDIB_Rgb32); in FPDF_RenderPage() 566 pDst->CompositeBitmap(0, 0, size_x, size_y, pBitmap, 0, 0, in FPDF_RenderPage() 568 WinDC.StretchDIBits(pDst, 0, 0, size_x, size_y); in FPDF_RenderPage() 580 rect.right = start_x + size_x; in FPDF_RenderPage() 638 start_y - rect.top, size_x, size_y, rotate, flags); in FPDF_RenderPage() 685 int size_x, in FPDF_RenderPageBitmap() argument 714 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap() [all …]
|
D | fpdf_progressive.cpp | 28 int size_x, in FPDF_RenderPageBitmap_Start() argument 59 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap_Start()
|
D | fpdfformfill.cpp | 300 int size_x, in FPDF_FFLDraw() argument 339 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate); in FPDF_FFLDraw() 343 clip.right = start_x + size_x; in FPDF_FFLDraw()
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_page.cpp | 176 int size_x, in DeviceToPage() argument 192 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in DeviceToPage() 204 int size_x, in PageToDevice() argument 217 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in PageToDevice()
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
D | fpdfxfa_page.h | 29 int size_x, 38 int size_x,
|
/external/pdfium/public/ |
D | fpdfview.h | 542 int size_x, 574 int size_x, 638 int size_x, 674 int size_x,
|
D | fpdf_progressive.h | 80 int size_x,
|
D | fpdf_formfill.h | 1471 int size_x,
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 223 GLfloat size_x, GLfloat size_y, int width, int height) in CreateLattice() argument 226 GLfloat shift_x = size_x * width; in CreateLattice() 230 *vptr++ = 2 * i * size_x - shift_x; in CreateLattice()
|
D | utils.h | 37 GLfloat size_x, GLfloat size_y, int width, int height);
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_define.h | 129 int size_x,
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.h | 106 int size_x,
|
D | fx_codec_progress.cpp | 1853 int size_x, in StartDecode() argument 1868 if (size_x <= 0 || size_x > 65535 || size_y <= 0 || size_y > 65535) { in StartDecode() 1872 FX_RECT(start_x, start_y, start_x + size_x, start_y + size_y); in StartDecode() 1887 FX_FLOAT scaleX = (FX_FLOAT)m_clipBox.Width() / (FX_FLOAT)size_x; in StartDecode()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 451 int32_t size_x,
|