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

  /external/pdfium/public/
fpdf_progressive.h 59 // start_x - Left pixel position of the display area in the
82 int start_x,
fpdfview.h 571 // start_x - Left pixel position of the display area in
588 int start_x,
603 // start_x - Left pixel position of the display area in
623 int start_x,
678 // start_x - Left pixel position of the display area in
711 // You must make sure the start_x, start_y, size_x, size_y
715 int start_x,
729 // start_x - Left pixel position of the display area in
751 int start_x,
    [all...]
fpdf_formfill.h     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 44 void DeviceToPage(int start_x,
53 void PageToDevice(int start_x,
cpdfxfa_page.cpp 145 void CPDFXFA_Page::DeviceToPage(int start_x,
159 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate));
168 void CPDFXFA_Page::PageToDevice(int start_x,
181 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 33 int start_x,
55 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
fsdk_define.h 69 int start_x,
fpdfview.cpp 690 int start_x,
720 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
744 int start_x,
764 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
873 int start_x,
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);
903 int start_x,
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 75 int start_x,
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);
395 int start_x,
401 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
409 int start_x,
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 391 FX_FLOAT start_x = m_info.fillColor->m_shading->m_beginPoint.x;
402 FX_FLOAT x_span = end_x - start_x;
411 (((x - start_x) * x_span) + ((y - start_y) * y_span)) /
434 FX_FLOAT a = ((start_x - end_x) * (start_x - end_x)) +
442 FX_FLOAT b = -2 * (((x - start_x) * (end_x - start_x)) +
445 FX_FLOAT c = ((x - start_x) * (x - start_x)) +
  /external/webp/src/enc/
predictor_enc.c 292 const int start_x = tile_x << bits; local
296 const int max_x = GetMin(tile_size, width - start_x);
298 const int have_left = (start_x > 0);
299 const int have_right = (max_x < width - start_x);
302 const int context_start_x = start_x - have_left;
361 start_x, start_x + max_x, y, max_quantization, exact,
  /external/libyuv/files/util/
ssim.cc 302 const int start_x = start_max(image_width - 8 + KERNEL_X, KERNEL_X); local
319 for (int i = KERNEL_X; i < start_x; ++i) {
322 if (start_x < image_width) {
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 111 FX_FLOAT start_x = pCoords->GetNumberAt(0);
131 FX_FLOAT x_span = end_x - start_x;
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
195 FX_FLOAT start_x = pCoords->GetNumberAt(0);
239 FX_FLOAT a = ((start_x - end_x) * (start_x - end_x)) +
247 int length = (int)FXSYS_sqrt((((start_x - end_x) * (start_x - end_x)) +
258 FX_FLOAT b = -2 * (((pos.x - start_x) * (end_x - start_x))
447 int start_x = std::max(min_x, 0); local
2313 int start_x, start_y; local
    [all...]
  /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,
802 for (int x = start_x; x < start_x + w; x++) {
807 if (x == start_x && y == start_y)
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 62 int start_x,
fx_codec_progress.cpp     [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/ImageMagick/MagickCore/
draw.c 4058 start_x, local
4126 start_x, local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1915 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1681 FX_FLOAT start_x = pCoords->GetNumberAt(0); local
1721 FX_FLOAT start_x = pCoords->GetNumberAt(0); local
    [all...]

Completed in 1509 milliseconds