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

1 2

  /external/pdfium/public/
fpdf_progressive.h 61 // start_y - Top pixel position of the display area in the bitmap
83 int start_y,
fpdfview.h 573 // start_y - Top pixel position of the display area in device
589 int start_y,
605 // start_y - Top pixel position of the display area in bitmap
624 int start_y,
680 // start_y - Top pixel position of the display area in device
711 // You must make sure the start_x, start_y, size_x, size_y
716 int start_y,
731 // start_y - Top pixel position of the display area in device
752 int start_y,
    [all...]
fpdf_formfill.h     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 45 int start_y,
54 int start_y,
cpdfxfa_page.cpp 146 int start_y,
159 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate));
169 int start_y,
181 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
  /external/skia/src/core/
SkScan_Path.cpp 96 SkBlitter* blitter, int start_y, int stop_y,
100 int curr_y = start_y;
209 SkBlitter* blitter, int start_y, int stop_y,
225 SkASSERT(local_top >= start_y);
390 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) {
407 * our top (start_y) and will draw below our bottom (stop_y). Thus
412 if (rect.fTop < start_y) {
413 rect.fTop = start_y;
445 start_y = SkLeftShift(start_y, shiftEdgesUp)
736 int start_y = ir.fTop; local
    [all...]
SkScan_AntiPath.cpp 312 int start_y = y >> SHIFT;
314 int count = stop_y - start_y;
347 SkASSERT(start_y > fCurrIY);
357 fRealBlitter->blitV(ileft + fLeft, start_y, count,
372 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
SkScan_AAAPath.cpp     [all...]
SkScanPriv.h 35 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 34 int start_y,
55 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
fsdk_define.h 70 int start_y,
fpdfview.cpp 691 int start_y,
720 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
745 int start_y,
764 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
874 int start_y,
886 pPage->DeviceToPage(start_x, start_y, size_x, size_y, rotate, device_x,
890 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
904 int start_y,
918 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y,
922 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)
    [all...]
fpdfformfill.cpp 76 int start_y,
102 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
103 FX_RECT clip(start_x, start_y, start_x + size_x, start_y + size_y);
396 int start_y,
401 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
410 int start_y,
415 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y,
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 113 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 264 int start_x, int start_y, int width, int height,
  /external/pdfium/xfa/fxgraphics/
cfx_graphics.cpp 392 FX_FLOAT start_y = m_info.fillColor->m_shading->m_beginPoint.y;
403 FX_FLOAT y_span = end_y - start_y;
411 (((x - start_x) * x_span) + ((y - start_y) * y_span)) /
435 ((start_y - end_y) * (start_y - end_y)) -
443 ((y - start_y) * (end_y - start_y)) +
446 ((y - start_y) * (y - start_y)) - (start_r * start_r);
  /external/webp/src/dec/
io_dec.c 155 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/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/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 112 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
132 FX_FLOAT y_span = end_y - start_y;
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
196 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
240 ((start_y - end_y) * (start_y - end_y)) -
248 ((start_y - end_y) * (start_y - end_y))));
259 ((pos.y - start_y) * (end_y - start_y))
2313 int start_x, start_y; local
    [all...]
  /external/webp/src/enc/
predictor_enc.c 293 const int start_y = tile_y << bits; local
295 const int max_y = GetMin(tile_size, height - start_y);
333 if (start_y > 0) {
339 argb + (start_y - 1) * width + context_start_x,
343 const int y = start_y + relative_y;
  /external/libyuv/files/util/
ssim.cc 303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y); local
347 for (int j = start_y; j < image_height; ++j) {
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 485 start_x, start_y, end_x, end_y = line
489 start_x, start_y, end_x, end_y, speed, num_taps)
515 start_x, start_y, end_x, end_y = line
536 start_x, start_y, finger_angle, finger_spacing,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 795 uint32_t start_x, uint32_t start_y,
801 for (int y = start_y; y < start_y + h; y++) {
807 if (x == start_x && y == start_y)
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 63 int start_y,
  /external/freetype/src/cff/
cffgload.c 1816 FT_Pos start_y; local
1867 FT_Pos start_y; local
1915 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]

Completed in 1547 milliseconds

1 2