Home
last modified time | relevance | path

Searched refs:size_y (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp525 int size_y, 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()
565 FXSYS_memset(pDst->GetBuffer(), -1, pitch * size_y); 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()
581 rect.bottom = start_y + size_y; in FPDF_RenderPage()
638 start_y - rect.top, size_x, size_y, rotate, flags); in FPDF_RenderPage()
686 int size_y, in FPDF_RenderPageBitmap() argument
[all …]
Dfpdf_progressive.cpp29 int size_y, in FPDF_RenderPageBitmap_Start() argument
59 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap_Start()
Dfpdfformfill.cpp301 int size_y, in FPDF_FFLDraw() argument
339 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate); in FPDF_FFLDraw()
345 clip.bottom = start_y + size_y; in FPDF_FFLDraw()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp177 int size_y, in DeviceToPage() argument
192 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in DeviceToPage()
205 int size_y, in PageToDevice() argument
217 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in PageToDevice()
/external/llvm/test/CodeGen/Mips/
Dcmplarge.ll12 …%size_y = getelementptr inbounds %struct.StorablePicture, %struct.StorablePicture* %s, i32 0, i32 1
13 %0 = load i32, i32* %size_y, align 4
23 %1 = load i32, i32* %size_y, align 4
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_page.h30 int size_y,
39 int size_y,
/external/pdfium/public/
Dfpdfview.h543 int size_y,
575 int size_y,
639 int size_y,
675 int size_y,
Dfpdf_progressive.h81 int size_y,
Dfpdf_formfill.h1472 int size_y,
/external/autotest/client/deps/glbench/src/
Dutils.cc223 GLfloat size_x, GLfloat size_y, int width, int height) in CreateLattice() argument
227 GLfloat shift_y = size_y * height; in CreateLattice()
231 *vptr++ = 2 * j * size_y - shift_y; in CreateLattice()
Dutils.h37 GLfloat size_x, GLfloat size_y, int width, int height);
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc361 int size_y = src_width * src_height; in ScaleSequence() local
371 frame_buffer.get() + size_y, in ScaleSequence()
372 frame_buffer.get() + size_y + size_uv, in ScaleSequence()
/external/pdfium/fpdfsdk/include/
Dfsdk_define.h130 int size_y,
/external/opencv3/samples/cpp/
Dtrain_HOG.cpp114 const int size_y = box.height; in sample_neg() local
123 box.y = rand() % (img->rows - size_y); in sample_neg()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h107 int size_y,
Dfx_codec_progress.cpp1854 int size_y, 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()
1896 FX_FLOAT scaleY = (FX_FLOAT)m_clipBox.Height() / (FX_FLOAT)size_y; in StartDecode()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h452 int32_t size_y,