Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp524 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 …]
Dfpdf_progressive.cpp28 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()
Dfpdfformfill.cpp300 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/
Dfpdfxfa_page.cpp176 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/
Dfpdfxfa_page.h29 int size_x,
38 int size_x,
/external/pdfium/public/
Dfpdfview.h542 int size_x,
574 int size_x,
638 int size_x,
674 int size_x,
Dfpdf_progressive.h80 int size_x,
Dfpdf_formfill.h1471 int size_x,
/external/autotest/client/deps/glbench/src/
Dutils.cc223 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()
Dutils.h37 GLfloat size_x, GLfloat size_y, int width, int height);
/external/pdfium/fpdfsdk/include/
Dfsdk_define.h129 int size_x,
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h106 int size_x,
Dfx_codec_progress.cpp1853 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/
Dfx_codec.h451 int32_t size_x,