/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 525 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 …]
|
D | fpdf_progressive.cpp | 29 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()
|
D | fpdfformfill.cpp | 301 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/ |
D | fpdfxfa_page.cpp | 177 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/ |
D | cmplarge.ll | 12 …%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/ |
D | fpdfxfa_page.h | 30 int size_y, 39 int size_y,
|
/external/pdfium/public/ |
D | fpdfview.h | 543 int size_y, 575 int size_y, 639 int size_y, 675 int size_y,
|
D | fpdf_progressive.h | 81 int size_y,
|
D | fpdf_formfill.h | 1472 int size_y,
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 223 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()
|
D | utils.h | 37 GLfloat size_x, GLfloat size_y, int width, int height);
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 361 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/ |
D | fsdk_define.h | 130 int size_y,
|
/external/opencv3/samples/cpp/ |
D | train_HOG.cpp | 114 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/ |
D | fx_codec_progress.h | 107 int size_y,
|
D | fx_codec_progress.cpp | 1854 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/ |
D | fx_codec.h | 452 int32_t size_y,
|