Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dstlouisarch.cpp37 SkScalar yPos = kHeight / 2 + 10; variable
38 degenBigQuad->moveTo(0, yPos);
39 degenBigQuad->quadTo(0, yPos, kWidth, yPos);
53 SkScalar yPos = kHeight / 2; variable
54 degenBigCubic->moveTo(0, yPos);
55 degenBigCubic->cubicTo(0, yPos,
56 0, yPos,
57 kWidth, yPos);
68 SkScalar yPos variable
[all...]
H A Dpathopsinverse.cpp70 int yPos = 0; variable
84 canvas->translate(0, SkIntToScalar(yPos));
96 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
103 yPos += 150;
/third_party/skia/samplecode/
H A DSampleShadowReference.cpp124 SkScalar yPos = 254.25f; variable
131 canvas->translate(xPos, yPos);
142 canvas->translate(xPos, yPos);
153 canvas->translate(xPos, yPos);
164 canvas->translate(xPos, yPos);
175 canvas->translate(xPos, yPos);
186 canvas->translate(xPos, yPos);
H A DSampleShadowColor.cpp200 SkScalar yPos = 75; variable
209 canvas->translate(xPos, yPos);
219 yPos += 200;
H A DSampleShip.cpp69 float yPos = (y / (kGrid - 1.0f)) * kWidth; in DrawShipView() local
75 xPos, yPos, anchorX, anchorY); in DrawShipView()
H A DSampleQuadStroker.cpp514 SkScalar yPos = bounds.fTop + (value - min) * bounds.height() / scale; in draw_control() local
516 canvas->drawLine(bounds.fLeft - 5, yPos, bounds.fRight + 5, yPos, paint); in draw_control()
522 canvas->drawString(label, bounds.fLeft + 5, yPos - 5, font, paint); in draw_control()
/third_party/skia/docs/examples/
H A DCanvas_drawText.cpp16 float yPos = 20; in REG_FIDDLE() local
22 canvas->drawString("Aa", 10 / scale, yPos / scale, font, paint); in REG_FIDDLE()
23 yPos += size * 2; in REG_FIDDLE()
H A Dpathops.cpp41 int yPos = 0; in REG_FIDDLE() local
60 canvas->translate(0, SkIntToScalar(yPos)); in REG_FIDDLE()
72 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in REG_FIDDLE()
79 yPos += 150; in REG_FIDDLE()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp470 int yPos = ySize - my - _buttonSizeY; in OnSize() local
496 int ySize2 = yPos - my - y; in OnSize()
512 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
514 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
516 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
546 yPos = my; in OnSize()
554 yPos = my; in OnSize()
558 MoveItem(kIDs[i], x, yPos, labelSize, sY); in OnSize()
559 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY); in OnSize()
560 yPos in OnSize()
[all...]
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp266 int yPos = GET_Y_LPARAM(lParam); in WndProc() local
273 // yPos -= rc.top; in WndProc()
279 eventHandled = window->onMouse(xPos, yPos, istate, in WndProc()
285 int yPos = GET_Y_LPARAM(lParam); in WndProc() local
292 // yPos -= rc.top; in WndProc()
295 eventHandled = window->onMouse(xPos, yPos, skui::InputState::kMove, in WndProc()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_resample.cpp397 real64 yPos = yInt - yFract; in Initialize() local
409 real64 dy2 = yPos * yPos; in Initialize()
421 (real32) kernel.Evaluate (yPos); in Initialize()
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp549 int yPos = (random->nextU() % 2) * 2 - 1; in GR_DRAW_OP_TEST_DEFINE() local
551 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/tests/
H A DImageFilterTest.cpp776 const SkScalar yPos = SkIntToScalar(height); in DEF_TEST() local
787 untiledCanvas.drawString(text, 0, yPos, font, combinedPaint); in DEF_TEST()
800 tiledCanvas.drawString(text, 0, yPos, font, textPaint); in DEF_TEST()
804 tiledCanvas.drawString(text, 0, yPos, font, combinedPaint); in DEF_TEST()

Completed in 13 milliseconds