Searched refs:yPos (Results 1 - 20 of 20) sorted by relevance

/external/skia/gm/
H A Dstlouisarch.cpp33 SkScalar yPos = kHeight / 2 + 10; variable
34 degenBigQuad->moveTo(0, yPos);
35 degenBigQuad->quadTo(0, yPos, kWidth, yPos);
49 SkScalar yPos = kHeight / 2; variable
50 degenBigCubic->moveTo(0, yPos);
51 degenBigCubic->cubicTo(0, yPos,
52 0, yPos,
53 kWidth, yPos);
64 SkScalar yPos variable
[all...]
H A Dpathopsinverse.cpp63 int yPos = 0; variable
77 canvas->translate(0, SkIntToScalar(yPos));
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
96 yPos += 150;
H A Dmultipicturedraw.cpp65 SkScalar xPos, yPos = 0; local
72 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
80 yPos += 2 * kHexSide * kRoot3Over2;
116 SkScalar xPos = 0.0f, yPos = 0.0f; local
118 for (int y = 0; yPos < kBig; ++y) {
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
134 yPos += 2 * kHexSide * kRoot3Over2;
/external/v8/test/mjsunit/regress/
H A Dregress-201590.js45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
51 y: Math.floor(yPos)
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_page.h48 int yPos,
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_page.cpp228 int yPos,
242 rect.Set(xPos, yPos, xSize, ySize);
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate);
226 GetDisplayMatrix(CFX_Matrix& matrix, int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp956 int yPos,
969 y0 = yPos + ySize;
971 y1 = yPos;
973 y2 = yPos + ySize;
977 y0 = yPos;
979 y1 = yPos;
981 y2 = yPos + ySize;
985 y0 = yPos;
987 y1 = yPos + ySize;
989 y2 = yPos;
954 GetDisplayMatrix(CFX_Matrix& matrix, int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
[all...]
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp438 int yPos = ySize - my - _buttonSizeY; local
464 int ySize2 = yPos - my - y;
480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY);
482 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY);
484 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY);
514 yPos = my;
522 yPos = my;
525 MoveItem(kIDs[i], x, yPos, labelSize, sY);
526 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY);
527 yPos
[all...]
/external/skia/experimental/GLFWTest/
H A Dglfw_main.cpp103 float yPos = (y / (kGrid - 1.0)) * kWidth; local
107 xPos, yPos, anchorX, anchorY);
/external/skia/samplecode/
H A DSampleShip.cpp68 float yPos = (y / (kGrid - 1.0f)) * kWidth; local
74 xPos, yPos, anchorX, anchorY);
H A DSampleQuadStroker.cpp505 SkScalar yPos = bounds.fTop + (value - min) * bounds.height() / scale; local
507 canvas->drawLine(bounds.fLeft - 5, yPos, bounds.fRight + 5, yPos, paint);
513 canvas->drawText(label.c_str(), label.size(), bounds.fLeft + 5, yPos - 5, paint);
/external/dng_sdk/source/
H A Ddng_resample.cpp397 real64 yPos = yInt - yFract; local
409 real64 dy2 = yPos * yPos;
421 (real32) kernel.Evaluate (yPos);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h115 int yPos,
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.cpp395 int yPos = (random->nextU() % 2) * 2 - 1; local
397 int yInt = (random->nextU() % kMaxTrans) * yPos;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 740 milliseconds