HomeSort by relevance Sort by last modified time
    Searched refs:start_y (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/public/
fpdf_progressive.h 58 // start_y - Top pixel position of the display area in the bitmap coordinate.
68 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
fpdfview.h 341 // start_y - Top pixel position of the display area in the device coordinate.
350 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
361 // start_y - Top pixel position of the display area in the bitmap coordinate.
370 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
396 // start_y - Top pixel position of the display area in the device coordinate.
415 // utilities. You must make sure the start_x, start_y, size_x, size_y and rotate parameters have exactly
418 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
426 // start_y - Top pixel position of the display area in the device coordinate.
440 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
fpdf_formfill.h     [all...]
  /external/skia/src/core/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 100 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 < clipRect->fTop)
672 int start_y = ir.fTop; local
    [all...]
SkScan_AntiPath.cpp 313 int start_y = y >> SHIFT;
315 int count = stop_y - start_y;
348 SkASSERT(start_y > fCurrIY);
359 fRealBlitter->blitV(ileft + fLeft, start_y, count,
374 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
  /external/libvncserver/VisualNaCro/
recorder.pl 250 $start_y=$y;
254 if($start_x==$x && $start_y==$y) {
261 if($start_y>$y) {
262 $dummy=$y; $y=$start_y; $start_y=$dummy;
266 if(!nacro::savepnm($vnc,$pnm,$start_x,$start_y,$x,$y)) {
270 $y_origin=$start_y;
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 12 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);
fpdfview.cpp 334 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,
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,
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, int size_x, int size_y
    [all...]
fpdfformfill.cpp 189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
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;
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 113 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 258 int start_x, int start_y, int width, int height,
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 214 static void _UpdateLineEndPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, FX_FLOAT end_x, FX_FLOAT end_y,
218 if (start_y == end_y) {
224 if (end_y < start_y) {
232 } else if (start_y == end_y) {
244 FX_FLOAT dy = end_y - start_y;
253 static void _UpdateLineJoinPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y,
261 int start_dir = middle_y > start_y ? 1 : -1;
268 start_k = FXSYS_Div(middle_y - start_y, middle_x - start_x);
270 start_len = FXSYS_sqrt2(start_x - middle_x, start_y - middle_y);
287 if (start_y < FXSYS_Mul(end_k, start_x) + end_c)
    [all...]
  /external/jpeg/
jdapistd.c 205 * 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;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 171 jint start_x, jint start_y, jint width, jint height, jobject options) {
212 region.fTop = start_y;
214 region.fBottom = start_y + height;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 23 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/webp/src/dec/
io.c 174 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/freetype/src/cff/
cffgload.c 1768 FT_Pos start_y; local
1819 FT_Pos start_y; local
1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 1768 FT_Pos start_y; local
1819 FT_Pos start_y; local
1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 717 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++) {
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]
cvhaar.cpp 1134 int start_x = 0, start_y = 0; local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 965 uint8* start_y = dst_y + y * dst_stride_y + x; local
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1111 uint8* start_y = dst_y + y * dst_stride_y + x; local
    [all...]

Completed in 758 milliseconds

1 2