HomeSort by relevance Sort by last modified time
    Searched refs:start_x (Results 1 - 20 of 20) sorted by null

  /external/pdfium/public/
fpdf_progressive.h 57 // start_x - Left 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 340 // start_x - Left 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,
360 // start_x - Left 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,
395 // start_x - Left 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,
425 // start_x - Left 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/libvncserver/VisualNaCro/
recorder.pl 249 $start_x=$x;
254 if($start_x==$x && $start_y==$y) {
258 if($start_x>$x) {
259 $dummy=$x; $x=$start_x; $start_x=$dummy;
266 if(!nacro::savepnm($vnc,$pnm,$start_x,$start_y,$x,$y)) {
269 $x_origin=$start_x;
  /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);
400 rect.left = start_x;
402 rect.right = start_x + size_x;
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);
217 clip.left = start_x;
218 clip.right = start_x + size_x;
  /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,
217 if (start_x == end_x) {
234 if (end_x < start_x) {
243 FX_FLOAT dx = end_x - start_x;
253 static void _UpdateLineJoinPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y,
258 FX_BOOL bStartVert = FXSYS_fabs(start_x - middle_x) < 1.0f / 20;
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);
271 start_dc = (FX_FLOAT)FXSYS_fabs(FXSYS_MulDiv(half_width, start_len, start_x - middle_x));
280 FX_FLOAT outside_x = start_x;
    [all...]
  /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/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 22 FX_FLOAT start_x = pCoords->GetNumber(0); local
40 FX_FLOAT x_span = end_x - start_x;
79 FX_FLOAT scale = FXSYS_Div(FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), axis_len_square);
105 FX_FLOAT start_x = pCoords->GetNumber(0); local
153 FX_FLOAT a = FXSYS_Mul(start_x - end_x, start_x - end_x) +
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)
353 int start_x = min_x, end_x = max_x; local
1050 int start_x, start_y; local
    [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)
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 171 jint start_x, jint start_y, jint width, jint height, jobject options) {
211 region.fLeft = start_x;
213 region.fRight = start_x + width;
  /external/freetype/src/cff/
cffgload.c 1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [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/pdfium/third_party/freetype/src/cff/
cffgload.c 1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 2726 int start_x, start_y, last_x, last_y; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 978 milliseconds