Searched defs:start_y (Results 1 - 16 of 16) sorted by relevance

/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,
18 int start_x, int start_y, int size_x,
49 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 Dfpdfformfill.cpp189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, argument
214 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
219 clip.top = start_y;
220 clip.bottom = start_y + size_y;
H A Dfpdfview.cpp334 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
336 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
344 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, argument
374 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
401 rect.top = start_y;
403 rect.bottom = start_y + size_y;
457 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
502 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, argument
527 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
565 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, in argument
583 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
676 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...]
/external/jpeg/
H A Djdapistd.c205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
218 int row_offset = *start_y / lines_per_iMCU_row;
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height;
229 *start_y = row_offset * lines_per_iMCU_row;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/skia/src/core/
H A DSkScan_Path.cpp100 SkBlitter* blitter, int start_y, int stop_y,
104 int curr_y = start_y;
213 SkBlitter* blitter, int start_y, int stop_y,
229 SkASSERT(local_top >= start_y);
398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
415 * our top (start_y) and will draw below our bottom (stop_y). Thus
420 if (rect.fTop < start_y) {
421 rect.fTop = start_y;
453 start_y <<= shiftEdgesUp;
455 if (clipRect && start_y < clipRec
99 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
212 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
397 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
672 int start_y = ir.fTop; local
[all...]
/external/webp/src/dec/
H A Dio.c174 int start_y = io->mb_y; local
180 if (start_y == 0) {
184 --start_y;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
195 return start_y;
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1164 uint8* start_y = dst_y + y * dst_stride_y + x; local
1176 SetPlane(start_y, dst_stride_y, width, height, value_y);
/external/libyuv/files/source/
H A Dplanar_functions.cc965 uint8* start_y = dst_y + y * dst_stride_y + x; local
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
/external/freetype/src/cff/
H A Dcffgload.c1768 FT_Pos start_y; local
1781 start_y = y;
1810 y = start_y;
1819 FT_Pos start_y; local
1830 start_y = y;
1853 y = start_y;
1867 FT_Pos start_x, start_y; /* record start x, y values for */ local
1884 start_y = y;
1920 y = start_y;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c717 int y, start_y, finish_y; local
724 start_y = sy;
725 if (start_y < miny)
726 start_y = miny;
732 start_y -= sy;
736 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
739 for (y = start_y; y < finish_y; y++) {
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1166 int start_x = 0, start_y = 0; local
1205 start_y = cvRound(scan_roi_rect.y / ystep);
1219 for( int _iy = start_y; _iy < end_y; _iy++ )
H A Dcvhaar.cpp1134 int start_x = 0, start_y = 0; local
1173 start_y = cvRound(scan_roi_rect.y / ystep);
1187 for( int _iy = start_y; _iy < end_y; _iy++ )
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp23 FX_FLOAT start_y = pCoords->GetNumber(1); local
41 FX_FLOAT y_span = end_y - start_y;
79 FX_FLOAT scale = FXSYS_Div(FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), axis_len_square);
106 FX_FLOAT start_y = pCoords->GetNumber(1); local
154 FXSYS_Mul(start_y - end_y, start_y - end_y) - FXSYS_Mul(start_r - end_r, start_r - end_r);
160 int length = (int)FXSYS_sqrt((FXSYS_Mul(start_x - end_x, start_x - end_x) + FXSYS_Mul(start_y - end_y, start_y - end_y)));
170 FX_FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y)
1050 int start_x, start_y; local
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c1768 FT_Pos start_y; local
1781 start_y = y;
1810 y = start_y;
1819 FT_Pos start_y; local
1830 start_y = y;
1853 y = start_y;
1867 FT_Pos start_x, start_y; /* record start x, y values for */ local
1884 start_y = y;
1920 y = start_y;
/external/libvncserver/x11vnc/
H A Duserinput.c2726 int start_x, start_y, last_x, last_y; local
2832 last_y = start_y = cursor_y;
2858 bdy = start_y;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 519 milliseconds