Searched refs:size_y (Results 1 - 25 of 29) sorted by relevance

12

/external/pdfium/fpdfsdk/include/
H A Dfpdf_progressive.h60 // size_y - Vertical size (in pixels) for displaying the page.
69 int size_y, int rotate, int flags,IFSDK_PAUSE * pause);
H A Dfpdfview.h332 // size_y - Vertical size (in pixels) for displaying the page.
339 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
352 // size_y - Vertical size (in pixels) for displaying the page.
360 int size_x, int size_y, int rotate, int flags);
387 // size_y - Vertical size (in pixels) for displaying the page.
404 // utilities. You must make sure the start_x, start_y, size_x, size_y and rotate parameters have exactly
407 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
417 // size_y - Vertical size (in pixels) for displaying the page.
429 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
H A Dfpdfformfill.h820 * size_y - Vertical size (in pixels) for displaying the page.
832 int size_x, int size_y, int rotate, int flags);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp12 extern void (*Func_RenderPage)( CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
19 int size_y, int rotate, int flags,
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
17 FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, IFSDK_PAUSE * pause ) argument
H A Dfpdfview.cpp429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
431 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
439 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, argument
456 pBitmap->Create(size_x, size_y, FXDIB_Argb);
469 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
472 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
488 WinDC.StretchDIBits(pDst,0,0,size_x*2,size_y*2);
502 rect.bottom = start_y + size_y;
555 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
558 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotat
605 FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
669 FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int device_x, int device_y, double* page_x, double* page_y) argument
687 FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, double page_x, double page_y, int* device_x, int* device_y) argument
779 FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags,FX_BOOL bNeedToRestore, IFSDK_PAUSE_Adapter * pause ) argument
[all...]
H A Dfpdfformfill.cpp190 int size_x, int size_y, int rotate, int flags)
217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
223 clip.bottom = start_y + size_y;
189 FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc84 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
93 !iter->ReadLength(&size_y) ||
100 size_y > kMaxCursorDimension)
106 size_y / scale > kMaxCursorDimension)
112 if (size_x > 0 && size_y > 0) {
115 if (size_x * size_y * 4 > data_len)
121 custom_size_.set_height(size_y);
/external/chromium_org/components/metrics/gpu/
H A Dgpu_metrics_provider.cc32 DWORD size_y = GetDeviceCaps(hdc, VERTSIZE); local
35 double dpi_y = (size_y > 0) ?
36 GetDeviceCaps(hdc, VERTRES) / (size_y / kMillimetersPerInch) : 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dgeneric_codec_test.cc150 int size_y = _width * _height; local
152 sourceFrame.CreateFrame(size_y, tmpBuffer,
153 size_uv, tmpBuffer + size_y,
154 size_uv, tmpBuffer + size_y + size_uv,
200 sourceFrame.CreateFrame(size_y, tmpBuffer,
201 size_uv, tmpBuffer + size_y,
202 size_uv, tmpBuffer + size_y + size_uv,
324 sourceFrame.CreateFrame(size_y, tmpBuffer,
325 size_uv, tmpBuffer + size_y,
326 size_uv, tmpBuffer + size_y
[all...]
H A Dcodec_database_test.cc121 int size_y = _width * _height; local
123 sourceFrame.CreateFrame(size_y, tmpBuffer,
124 size_uv, tmpBuffer + size_y,
125 size_uv, tmpBuffer + size_y + size_uv,
336 sourceFrame.CreateFrame(size_y, tmpBuffer,
337 size_uv, tmpBuffer + size_y,
338 size_uv, tmpBuffer + size_y + size_uv,
H A Dmt_rx_tx_test.cc62 int size_y = width * height; local
66 sourceFrame.CreateFrame(size_y, tmpBuffer,
67 size_uv, tmpBuffer + size_y,
68 size_uv, tmpBuffer + size_y + size_uv,
H A Dnormal_test.cc270 int size_y = _width * _height; local
289 sourceFrame.CreateFrame(size_y, tmpBuffer,
290 size_uv, tmpBuffer + size_y,
291 size_uv, tmpBuffer + size_y + size_uv,
H A Dmedia_opt_test.cc315 int size_y = _width * _height; local
322 sourceFrame.CreateFrame(size_y, tmpBuffer,
323 size_uv, tmpBuffer + size_y,
324 size_uv, tmpBuffer + size_y + size_uv,
H A Dquality_modes_test.cc266 int size_y = _nativeWidth * _nativeHeight; local
268 sourceFrame.CreateFrame(size_y, tmpBuffer,
269 size_uv, tmpBuffer + size_y,
270 size_uv, tmpBuffer + size_y + size_uv,
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame.cc32 int size_y = stride_y * height; local
38 y_plane_.CreateEmptyPlane(size_y, stride_y, size_y);
48 int I420VideoFrame::CreateFrame(int size_y, const uint8_t* buffer_y, argument
53 if (size_y < 1 || size_u < 1 || size_v < 1)
57 y_plane_.Copy(size_y, stride_y, buffer_y);
H A Dtexture_video_frame.cc40 int TextureVideoFrame::CreateFrame(int size_y, argument
H A Di420_video_frame_unittest.cc279 int size_y = std::min(frame1.allocated_size(kYPlane), local
285 return (memcmp(frame1.buffer(kYPlane), frame2.buffer(kYPlane), size_y) == 0 &&
/external/chromium_org/third_party/webrtc/common_video/interface/
H A Dtexture_video_frame.h40 virtual int CreateFrame(int size_y,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dunit_test.cc230 int size_y = _inst.width * _inst.height; local
232 _inputVideoBuffer.CreateFrame(size_y, _refFrame,
233 size_uv, _refFrame + size_y,
234 size_uv, _refFrame + size_y + size_uv,
435 int size_y = width * height; local
437 _inputVideoBuffer.CreateFrame(size_y, _refFrame,
438 size_uv, _refFrame + size_y,
439 size_uv, _refFrame + size_y + size_uv,
690 _inputVideoBuffer.CreateFrame(size_y, _sourceBuffer,
691 size_uv, _sourceBuffer + size_y,
776 int size_y = width * height; local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc184 int size_y = config_.codec_settings->width * config_.codec_settings->height; local
188 source_frame_.CreateFrame(size_y, source_buffer_,
189 size_uv, source_buffer_ + size_y,
190 size_uv, source_buffer_ + size_y + size_uv,
/external/chromium_org/third_party/v4l2capture/
H A Dv4l2capture.c211 int size_y; local
212 if(!PyArg_ParseTuple(args, "ii", &size_x, &size_y))
220 format.fmt.pix.height = size_y;
436 "set_format(size_x, size_y) -> size_x, size_y\n\n"
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h64 virtual int CreateFrame(int size_y,
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_player_impl.cc520 int size_y = video_codec_info_.width * video_codec_info_.height; local
527 const uint8_t* buffer_u = buffer_y + size_y;
529 videoFrame.CreateFrame(size_y, buffer_y,
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc446 int size_y = src_width * src_height; local
455 input_frame.CreateFrame(size_y, frame_buffer.get(),
456 size_uv, frame_buffer.get() + size_y,
457 size_uv, frame_buffer.get() + size_y + size_uv,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc305 int size_y = video_frame.height * video_frame.y_pitch; local
309 int ret = incoming_frame_.CreateFrame(size_y,

Completed in 4776 milliseconds

12