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

1 2

  /external/pdfium/public/
fpdf_progressive.h 61 // start_x - Left pixel position of the display area in the
84 int start_x,
fpdfview.h 623 // start_x - Left pixel position of the display area in
640 int start_x,
656 // start_x - Left pixel position of the display area in
676 int start_x,
734 // start_x - Left pixel position of the display area in
767 // You must make sure the start_x, start_y, size_x, size_y
771 int start_x,
785 // start_x - Left pixel position of the display area in
    [all...]
fpdf_formfill.h     [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 41 void DeviceToPage(int start_x,
50 void PageToDevice(int start_x,
cpdfxfa_page.cpp 124 void CPDFXFA_Page::DeviceToPage(int start_x,
136 CFX_PointF pos = GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)
145 void CPDFXFA_Page::PageToDevice(int start_x,
158 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
  /external/libxcam/cl_kernel/
kernel_tonemapping.cl 51 int start_x = mad24(group_id_x, WORK_ITEM_X_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));
kernel_3d_denoise.cl 136 int start_x = mad24(group_id_x, WORKGROUP_WIDTH, -REF_BLOCK_X_OFFSET);
142 int corrd_x = start_x + (j % REF_BLOCK_WIDTH);
kernel_3d_denoise_slm.cl 51 int start_x = mad24(group_id_x, WORK_BLOCK_WIDTH, -REF_BLOCK_X_OFFSET);
54 int corrd_x = start_x + (j % REF_BLOCK_WIDTH);
kernel_wavelet_coeff.cl 54 int start_x = mad24(group_id_x, WG_CELL_X_SIZE, -SLM_CELL_X_OFFSET);
59 int x = start_x + (j % SLM_CELL_X_SIZE);
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 35 int start_x,
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
fpdfview.cpp 771 int start_x,
802 offset_x = start_x_bm + start_x;
806 offset_x = start_y_bm + start_x;
810 offset_x = start_x + size_x - size_x_bm - start_x_bm;
814 offset_x = start_x + size_x - size_x_bm - start_y_bm;
825 int start_x,
834 *bitmap_area = GetMaskDimensionsAndOffsets(pPage, start_x, start_y, size_x,
875 int start_x,
916 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
928 GetMaskBitmap(pPage, start_x, start_y, size_x, size_y, rotate
    [all...]
fsdk_define.h 95 int start_x,
fpdfformfill.cpp 137 int start_x,
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);
481 int start_x,
487 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y,
495 int start_x,
501 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y,
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 308 float start_x = m_info.fillColor.GetShading()->m_beginPoint.x;
319 float x_span = end_x - start_x;
327 float scale = (((x - start_x) * x_span) + ((y - start_y) * y_span)) /
350 float a = ((start_x - end_x) * (start_x - end_x)) +
358 float b = -2 * (((x - start_x) * (end_x - start_x)) +
361 float c = ((x - start_x) * (x - start_x)) +
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 457 const int start_x = local
461 const int end_x = start_x + quadrant_width;
466 const uint8_t* curr_pixel_ptr = frame[img_y] + start_x;
468 for (int img_x = start_x; img_x < end_x; ++img_x) {
502 const uint8_t* curr_pixel_ptr = (*keypoint_scratch_)[img_y] + start_x;
504 for (int img_x = start_x + 1; img_x < end_x - 1; ++img_x) {
image-inl.h 462 const int start_x = Clip((x << 1) - window_radius, ZERO, max_x); local
469 const T* p = original[start_y] + start_x;
  /external/u-boot/scripts/kconfig/
nconf.gui.c 557 int start_x = 0, start_y = 0; local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines,
640 start_x--;
644 start_x++;
655 if (start_x < 0)
656 start_x = 0;
657 if (start_x >= total_cols-text_cols)
658 start_x = total_cols-text_cols;
  /external/webp/src/enc/
predictor_enc.c 307 const int start_x = tile_x << bits; local
311 const int max_x = GetMin(tile_size, width - start_x);
313 const int have_left = (start_x > 0);
316 const int context_start_x = start_x - have_left;
318 const int context_width = max_x + have_left + (max_x < width - start_x);
379 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 115 float start_x = pCoords->GetNumberAt(0); local
135 float x_span = end_x - start_x;
170 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
200 float start_x = pCoords->GetNumberAt(0); local
244 float a = ((start_x - end_x) * (start_x - end_x)) +
252 int length = (int)sqrt((((start_x - end_x) * (start_x - end_x)) +
264 float b = -2 * (((pos.x - start_x) * (end_x - start_x))
448 int start_x = std::max(min_x, 0); local
2353 int start_x, start_y; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderRendering.cpp 3420 int start_x = 0; local
3539 int start_x = 0; 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/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 62 int start_x,
fx_codec_progress.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c     [all...]

Completed in 606 milliseconds

1 2