HomeSort by relevance Sort by last modified time
    Searched defs:yPos (Results 1 - 23 of 23) sorted by null

  /external/skia/gm/
stlouisarch.cpp 33 SkScalar yPos = kHeight / 2 + 10;
34 degenBigQuad->moveTo(0, yPos);
35 degenBigQuad->quadTo(0, yPos, kWidth, yPos);
49 SkScalar yPos = kHeight / 2;
50 degenBigCubic->moveTo(0, yPos);
51 degenBigCubic->cubicTo(0, yPos,
52 0, yPos,
53 kWidth, yPos);
64 SkScalar yPos = kHeight / 2 - 10
    [all...]
pathopsinverse.cpp 63 int yPos = 0;
77 canvas->translate(0, SkIntToScalar(yPos));
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
96 yPos += 150;
multipicturedraw.cpp 65 SkScalar xPos, yPos = 0;
72 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
80 yPos += 2 * kHexSide * kRoot3Over2;
116 SkScalar xPos = 0.0f, yPos = 0.0f;
118 for (int y = 0; yPos < kBig; ++y) {
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
134 yPos += 2 * kHexSide * kRoot3Over2;
  /external/skia/experimental/GLFWTest/
glfw_main.cpp 103 float yPos = (y / (kGrid - 1.0)) * kWidth;
107 xPos, yPos, anchorX, anchorY);
  /external/skia/samplecode/
SampleShip.cpp 68 float yPos = (y / (kGrid - 1.0f)) * kWidth;
74 xPos, yPos, anchorX, anchorY);
SampleQuadStroker.cpp 505 SkScalar yPos = bounds.fTop + (value - min) * bounds.height() / scale;
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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java 51 int yPos = getPaddingTop();
72 yPos += lineHeight;
80 height = yPos + lineHeight;
82 if (yPos + lineHeight < height) {
83 height = yPos + lineHeight;
113 int yPos = getPaddingTop();
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos,
137 yPos += mLineHeight;
150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos,
162 int yPos, int lastHorizontalSpacing)
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 395 int yPos = (random->nextU() % 2) * 2 - 1;
397 int yInt = (random->nextU() % kMaxTrans) * yPos;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 328 int yPos = -1;
334 yPos = j;
340 xPos, yPos, iconIdx));
345 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP
351 // Rule2: check (x1-n, yPos + increment), (x1-n, yPos - increment)
352 // (x2-n, yPos + 2*increment), (x2-n, yPos - 2*increment)
359 nextYPos1 = yPos + coeff * increment;
360 nextYPos2 = yPos - coeff * increment
    [all...]
  /external/dng_sdk/source/
dng_resample.cpp 397 real64 yPos = yInt - yFract;
409 real64 dy2 = yPos * yPos;
421 (real32) kernel.Evaluate (yPos);
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 207 final float xPos, yPos;
216 yPos = -1 * dh / 6;
217 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
630 c.drawBitmap(image, xPos, yPos, paint);
GridViewSpecial.java 68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
685 yPos += mBlockHeight;
910 final int yPos = currentBlock * height;
911 if (yPos >= scrollPos + thisHeight) {
917 blk.doDraw(canvas, 0, yPos);
919 drawEmptyBlock(canvas, 0, yPos, currentBlock);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row)
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 438 int yPos = ySize - my - _buttonSizeY;
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 += sStep;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 472 int yPos = 0;
501 yPos = rect.top;
512 outPos.y = uint32_t((yRatio * height) + (float)yPos);
533 yPos = r.top;
535 yRatio = (float)yPos/height;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 459 int yPos = 0;
488 yPos = rect.top;
499 outPos.y = uint32_t((yRatio * height) + (float)yPos);
520 yPos = r.top;
522 yRatio = (float)yPos/height;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 687 int yPos = 0;
716 yPos = rect.top;
727 outPos.y = uint32_t((yRatio * height) + (float)yPos);
748 yPos = r.top;
750 yRatio = (float)yPos/height;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 620 int yPos = 0;
649 yPos = rect.top;
660 outPos.y = uint32_t((yRatio * height) + (float)yPos);
681 yPos = r.top;
683 yRatio = (float)yPos/height;
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 782 uint32_t yPos;
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 831 uint32_t yPos;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 833 milliseconds