Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 15 of 15) sorted by relevance

/external/skia/gm/
Dstlouisarch.cpp33 SkScalar yPos = kHeight / 2 + 10; in onOnceBeforeDraw() local
34 degenBigQuad->moveTo(0, yPos); in onOnceBeforeDraw()
35 degenBigQuad->quadTo(0, yPos, kWidth, yPos); in onOnceBeforeDraw()
49 SkScalar yPos = kHeight / 2; in onOnceBeforeDraw() local
50 degenBigCubic->moveTo(0, yPos); in onOnceBeforeDraw()
51 degenBigCubic->cubicTo(0, yPos, in onOnceBeforeDraw()
52 0, yPos, in onOnceBeforeDraw()
53 kWidth, yPos); in onOnceBeforeDraw()
64 SkScalar yPos = kHeight / 2 - 10; in onOnceBeforeDraw() local
65 degenBigConic->moveTo(0, yPos); in onOnceBeforeDraw()
[all …]
Dpathopsinverse.cpp63 int yPos = 0; in onDraw() local
77 canvas->translate(0, SkIntToScalar(yPos)); in onDraw()
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in onDraw()
96 yPos += 150; in onDraw()
Dmultipicturedraw.cpp65 SkScalar xPos, yPos = 0; in make_hex_plane_picture() local
72 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0)); in make_hex_plane_picture()
80 yPos += 2 * kHexSide * kRoot3Over2; in make_hex_plane_picture()
116 SkScalar xPos = 0.0f, yPos = 0.0f; in make_single_layer_hex_plane_picture() local
118 for (int y = 0; yPos < kBig; ++y) { in make_single_layer_hex_plane_picture()
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0)); in make_single_layer_hex_plane_picture()
134 yPos += 2 * kHexSide * kRoot3Over2; in make_single_layer_hex_plane_picture()
/external/v8/test/mjsunit/regress/
Dregress-201590.js45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
51 y: Math.floor(yPos)
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp956 int yPos, in GetDisplayMatrix() argument
969 y0 = yPos + ySize; in GetDisplayMatrix()
971 y1 = yPos; in GetDisplayMatrix()
973 y2 = yPos + ySize; in GetDisplayMatrix()
977 y0 = yPos; in GetDisplayMatrix()
979 y1 = yPos; in GetDisplayMatrix()
981 y2 = yPos + ySize; in GetDisplayMatrix()
985 y0 = yPos; in GetDisplayMatrix()
987 y1 = yPos + ySize; in GetDisplayMatrix()
989 y2 = yPos; in GetDisplayMatrix()
[all …]
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp228 int yPos, in GetDisplayMatrix() argument
242 rect.Set(xPos, yPos, xSize, ySize); in GetDisplayMatrix()
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate); in GetDisplayMatrix()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp438 int yPos = ySize - my - _buttonSizeY; in OnSize() local
464 int ySize2 = yPos - my - y; in OnSize()
480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
482 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
484 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
514 yPos = my; in OnSize()
522 yPos = my; in OnSize()
525 MoveItem(kIDs[i], x, yPos, labelSize, sY); in OnSize()
526 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY); in OnSize()
527 yPos += sStep; in OnSize()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp103 float yPos = (y / (kGrid - 1.0)) * kWidth; in main() local
107 xPos, yPos, anchorX, anchorY); in main()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DTiledMapObjectLoadingTest.java96 float yPos = tmtObject.getY(); in render() local
98 …batch.draw(textureRegion, xPos, yPos, tmtObject.getOriginX() * scaleX, tmtObject.getOriginY() * sc… in render()
/external/skia/samplecode/
DSampleShip.cpp68 float yPos = (y / (kGrid - 1.0f)) * kWidth; in DrawShipView() local
74 xPos, yPos, anchorX, anchorY); in DrawShipView()
DSampleQuadStroker.cpp505 SkScalar yPos = bounds.fTop + (value - min) * bounds.height() / scale; in draw_control() local
507 canvas->drawLine(bounds.fLeft - 5, yPos, bounds.fRight + 5, yPos, paint); in draw_control()
513 canvas->drawText(label.c_str(), label.size(), bounds.fLeft + 5, yPos - 5, paint); in draw_control()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_page.h48 int yPos,
/external/dng_sdk/source/
Ddng_resample.cpp397 real64 yPos = yInt - yFract; in Initialize() local
409 real64 dy2 = yPos * yPos; in Initialize()
421 (real32) kernel.Evaluate (yPos); in Initialize()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h115 int yPos,
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp395 int yPos = (random->nextU() % 2) * 2 - 1; in DRAW_BATCH_TEST_DEFINE() local
397 int yInt = (random->nextU() % kMaxTrans) * yPos; in DRAW_BATCH_TEST_DEFINE()