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

1 2

  /frameworks/base/core/tests/coretests/src/android/graphics/
PathOffsetTest.java 36 private static final int START_X = 10;
45 actualPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW);
51 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE,
61 initialPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW);
69 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE,
  /external/clang/test/CodeGen/
mandel.c 18 #define START_X -2.1
23 #define step_X ((END_X - START_X)/IMAGE_WIDTH)
36 double __complex__ c = (START_X+x*step_X) + (START_Y+y*step_Y) * I;
  /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);
  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 41 private static final int START_X = 10;
42 private static final int END_X = BITMAP_WIDTH - START_X;
43 private static final int CENTER_X = (START_X + END_X) / 2;
58 path.moveTo(START_X, CENTER_Y);
80 left.right = START_X;
DashPathEffectTest.java 41 private static final int START_X = 10;
42 private static final int END_X = BITMAP_WIDTH - START_X;
56 path.moveTo(START_X, COORD_Y);
72 if (y == COORD_Y && x >= START_X && x < END_X) {
DiscretePathEffectTest.java 43 private static final int START_X = 10;
44 private static final int END_X = BITMAP_WIDTH - START_X;
60 path.moveTo(START_X, COORD_Y);
100 int lineLength = END_X - START_X;
ComposePathEffectTest.java 42 private static final int START_X = 10;
49 path.moveTo(START_X, CENTER);
  /external/llvm/test/CodeGen/X86/
vfcmp.ll 5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
2008-07-23-VSetCC.ll 4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
mmx-s2v.ll 4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) {; <label>:0
vfcmp.ll 5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
2008-07-23-VSetCC.ll 4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 33 int start_x,
55 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
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,
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...]
  /external/llvm/test/Transforms/InstCombine/
2008-09-02-VectorCrash.ll 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2008-09-02-VectorCrash.ll 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
  /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...]
  /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/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...]
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 113 int start_x, int start_y, int width, int height,
  /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,

Completed in 1282 milliseconds

1 2