Searched refs:start_y (Results 1 - 25 of 42) sorted by relevance

12

/external/pdfium/public/
H A Dfpdf_progressive.h63 // start_y - Top pixel position of the display area in the bitmap
85 int start_y,
H A Dfpdfview.h625 // start_y - Top pixel position of the display area in device
641 int start_y,
658 // start_y - Top pixel position of the display area in bitmap
677 int start_y,
736 // start_y - Top pixel position of the display area in device
767 // You must make sure the start_x, start_y, size_x, size_y
772 int start_y,
787 // start_y - Top pixel position of the display area in device
808 int start_y,
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h42 int start_y,
51 int start_y,
H A Dcpdfxfa_page.cpp125 int start_y,
136 CFX_PointF pos = GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)
146 int start_y,
158 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
124 DeviceToPage(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
145 PageToDevice(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
/external/libxcam/cl_kernel/
H A Dkernel_tonemapping.cl52 int start_y = mad24(group_id_y, WORK_ITEM_Y_SIZE, -1);
56 float4 data_Gr = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y));
57 float4 data_R = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height));
58 float4 data_B = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height * 2));
59 float4 data_Gb = read_imagef (input, sampler, (int2)(start_x + offset_x, start_y + offset_y + image_height * 3));
/external/pdfium/fpdfsdk/
H A Dfpdf_progressive.cpp36 int start_y,
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
33 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.cpp772 int start_y,
803 offset_y = start_y + size_y - size_y_bm - start_y_bm;
807 offset_y = start_x_bm + start_y;
811 offset_y = start_y_bm + start_y;
815 offset_y = start_y + size_y - size_y_bm - start_x_bm;
826 int start_y,
834 *bitmap_area = GetMaskDimensionsAndOffsets(pPage, start_x, start_y, size_x,
876 int start_y,
916 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
928 GetMaskBitmap(pPage, start_x, start_y, size_
770 GetMaskDimensionsAndOffsets(CPDF_Page* pPage, int start_x, int start_y, int size_x, int size_y, int rotate, const CFX_FloatRect& mask_box) argument
824 GetMaskBitmap(CPDF_Page* pPage, int start_x, int start_y, int size_x, int size_y, int rotate, const RetainPtr<CFX_DIBitmap>& pSrc, const CFX_FloatRect& mask_box, FX_RECT* bitmap_area) argument
873 FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
978 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
1112 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
1140 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
1266 FPDF_RenderPage_Retail(CPDF_PageRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, bool bNeedToRestore, IFSDK_PAUSE_Adapter* pause) argument
[all...]
H A Dfsdk_define.h96 int start_y,
H A Dfpdfformfill.cpp138 int start_y,
164 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
165 FX_RECT clip(start_x, start_y, start_x + size_x, start_y + size_y);
482 int start_y,
487 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
496 int start_y,
501 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y,
133 FFLCommon(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_RECORDER recorder, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
478 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
492 FPDF_FFLRecord(FPDF_FORMHANDLE hHandle, FPDF_RECORDER recorder, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags) argument
/external/skia/src/core/
H A DSkScan_Path.cpp98 SkBlitter* blitter, int start_y, int stop_y,
102 int curr_y = start_y;
211 SkBlitter* blitter, int start_y, int stop_y,
227 SkASSERT(local_top >= start_y);
396 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) {
413 * our top (start_y) and will draw below our bottom (stop_y). Thus
418 if (rect.fTop < start_y) {
419 rect.fTop = start_y;
451 start_y = SkLeftShift(start_y, shiftEdgesU
97 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
210 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
395 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
726 int start_y = ir.fTop; local
[all...]
H A DSkScanPriv.h37 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_AntiPath.cpp313 int start_y = y >> SHIFT;
315 int count = stop_y - start_y;
348 SkASSERT(start_y > fCurrIY);
358 fRealBlitter->blitV(ileft + fLeft, start_y, count,
373 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
H A DSkScan_AAAPath.cpp986 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound,
1370 SkPath::FillType fillType, AdditiveBlitter* blitter, int start_y, int stop_y,
1375 SkFixed y = SkTMax(prevHead->fNext->fUpperY, SkIntToFixed(start_y));
1392 if (isInverse && SkIntToFixed(start_y) != y) {
1394 if (SkFixedFloorToInt(y) != start_y) {
1395 blitter->getRealBlitter()->blitRect(SkFixedFloorToInt(leftClip), start_y,
1396 width, SkFixedFloorToInt(y) - start_y);
1397 start_y = SkFixedFloorToInt(y);
1399 SkAlpha* maskRow = isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y)
1401 blit_full_alpha(blitter, start_y, SkFixedFloorToIn
[all...]
/external/skqp/src/core/
H A DSkScan_Path.cpp97 SkBlitter* blitter, int start_y, int stop_y,
101 int curr_y = start_y;
210 SkBlitter* blitter, int start_y, int stop_y,
226 SkASSERT(local_top >= start_y);
391 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) {
408 * our top (start_y) and will draw below our bottom (stop_y). Thus
413 if (rect.fTop < start_y) {
414 rect.fTop = start_y;
446 start_y = SkLeftShift(start_y, shiftEdgesU
96 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
209 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
390 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
747 int start_y = ir.fTop; local
[all...]
H A DSkScanPriv.h37 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_AntiPath.cpp313 int start_y = y >> SHIFT;
315 int count = stop_y - start_y;
348 SkASSERT(start_y > fCurrIY);
358 fRealBlitter->blitV(ileft + fLeft, start_y, count,
373 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
H A DSkScan_AAAPath.cpp985 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound,
1369 SkPath::FillType fillType, AdditiveBlitter* blitter, int start_y, int stop_y,
1374 SkFixed y = SkTMax(prevHead->fNext->fUpperY, SkIntToFixed(start_y));
1391 if (isInverse && SkIntToFixed(start_y) != y) {
1393 if (SkFixedFloorToInt(y) != start_y) {
1394 blitter->getRealBlitter()->blitRect(SkFixedFloorToInt(leftClip), start_y,
1395 width, SkFixedFloorToInt(y) - start_y);
1396 start_y = SkFixedFloorToInt(y);
1398 SkAlpha* maskRow = isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y)
1400 blit_full_alpha(blitter, start_y, SkFixedFloorToIn
[all...]
/external/pdfium/xfa/fxgraphics/
H A Dcxfa_graphics.cpp309 float start_y = m_info.fillColor.GetShading()->m_beginPoint.y;
320 float y_span = end_y - start_y;
327 float scale = (((x - start_x) * x_span) + ((y - start_y) * y_span)) /
351 ((start_y - end_y) * (start_y - end_y)) -
359 ((y - start_y) * (end_y - start_y)) +
362 ((y - start_y) * (y - start_y)) - (start_r * start_r);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp2150 float start_y = 0; local
2158 start_y = 0.0f;
2164 start_y = -1;
2181 quad_coordinates.push_back(tcu::Vec4(-1 + dx_multiplier * dx, start_y + dy_multiplier * dy, 0, w)); /* TL */
2182 quad_coordinates.push_back(tcu::Vec4(1 - dx_multiplier * dx, start_y + dy_multiplier * dy, 0, w)); /* TR */
3421 int start_y = 0; local
3429 start_y = 1 + instance_id * single_rt_height; /* middle segment */
3432 end_y = start_y;
3444 start_y = 3 + instance_id * single_rt_height; /* skip the corner */
3447 end_y = start_y
3540 int start_y = 0; local
3906 float start_y = 0.0f; local
[all...]
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dkeypoint_detector.cc459 const int start_y = local
462 const int end_y = start_y + quadrant_height;
465 for (int img_y = start_y; img_y < end_y; ++img_y) {
501 for (int img_y = start_y + 1; img_y < end_y - 1; ++img_y) {
/external/webp/src/dec/
H A Dio_dec.c155 int start_y = io->mb_y; local
161 if (start_y == 0) {
165 --start_y;
173 *num_rows = io->crop_bottom - io->crop_top - start_y;
176 return start_y;
189 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
190 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
213 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
214 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
/external/freetype/src/psaux/
H A Dcffdecode.c1410 FT_Pos start_y; local
1423 start_y = y;
1452 y = start_y;
1461 FT_Pos start_y; local
1472 start_y = y;
1495 y = start_y;
1509 FT_Pos start_x, start_y; /* record start x, y values for */ local
1526 start_y = y;
1562 y = start_y;
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp116 float start_y = pCoords->GetNumberAt(1); local
136 float y_span = end_y - start_y;
170 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
201 float start_y = pCoords->GetNumberAt(1); local
245 ((start_y - end_y) * (start_y - end_y)) -
253 ((start_y - end_y) * (start_y - end_y))));
265 ((pos.y - start_y) * (end_y - start_y))
2353 int start_x, start_y; local
[all...]
/external/webp/src/enc/
H A Dpredictor_enc.c306 const int start_y = tile_y << bits; local
308 const int max_y = GetMin(tile_size, height - start_y);
347 if (start_y > 0) {
353 argb + (start_y - 1) * width + context_start_x,
357 const int y = start_y + relative_y;
/external/libyuv/files/util/
H A Dssim.cc303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y); local
347 for (int j = start_y; j < image_height; ++j) {

Completed in 767 milliseconds

12