HomeSort by relevance Sort by last modified time
    Searched refs:yPos (Results 1 - 25 of 53) sorted by null

1 2 3

  /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...]
tonalshadows.cpp 51 SkScalar yPos = 75;
61 canvas->translate(xPos, yPos);
81 yPos += 200;
pathopsinverse.cpp 64 int yPos = 0;
78 canvas->translate(0, SkIntToScalar(yPos));
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
97 yPos += 150;
  /external/skqp/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...]
tonalshadows.cpp 51 SkScalar yPos = 75;
60 canvas->translate(xPos, yPos);
72 yPos += 200;
pathopsinverse.cpp 64 int yPos = 0;
78 canvas->translate(0, SkIntToScalar(yPos));
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
97 yPos += 150;
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 125 int yPos,
142 y0 = yPos + ySize;
144 y1 = yPos;
146 y2 = yPos + ySize;
150 y0 = yPos;
152 y1 = yPos;
154 y2 = yPos + ySize;
158 y0 = yPos;
160 y1 = yPos + ySize;
162 y2 = yPos;
    [all...]
cpdf_page.h 37 int yPos,
  /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...]
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
Interaction.java 108 float[] xPos, float[] yPos, long duration) {
113 float startY = yPos[0];
121 float endY = yPos[i];
140 float lastY = yPos[yPos.length - 1];
149 float[] xPos, float[] yPos, long duration) {
152 mYPositions = yPos;
  /external/skia/samplecode/
SampleShadowReference.cpp 131 SkScalar yPos = 254.25f;
138 canvas->translate(xPos, yPos);
149 canvas->translate(xPos, yPos);
160 canvas->translate(xPos, yPos);
171 canvas->translate(xPos, yPos);
182 canvas->translate(xPos, yPos);
193 canvas->translate(xPos, yPos);
SampleShadowColor.cpp 204 SkScalar yPos = 75;
213 canvas->translate(xPos, yPos);
223 yPos += 200;
  /external/skqp/samplecode/
SampleShadowReference.cpp 128 SkScalar yPos = 254.25f;
135 canvas->translate(xPos, yPos);
146 canvas->translate(xPos, yPos);
157 canvas->translate(xPos, yPos);
168 canvas->translate(xPos, yPos);
179 canvas->translate(xPos, yPos);
190 canvas->translate(xPos, yPos);
SampleShadowColor.cpp 192 SkScalar yPos = 75;
201 canvas->translate(xPos, yPos);
211 yPos += 200;
  /packages/apps/Gallery/src/com/android/camera/
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...]
ImageGallery.java 782 Bitmap b, int xPos, int yPos, int w, int h) {
800 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
804 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
815 int top = (w - height) / 2 + yPos;
837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
842 int top = (h - height) / 2 + yPos;
854 int xPos, int yPos, int w, int h)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 336 int yPos = -1;
342 yPos = j;
348 xPos, yPos, iconIdx));
353 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP
359 // Rule2: check (x1-n, yPos + increment), (x1-n, yPos - increment)
360 // (x2-n, yPos + 2*increment), (x2-n, yPos - 2*increment)
367 nextYPos1 = yPos + coeff * increment;
368 nextYPos2 = yPos - coeff * increment
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 168 int yPos,
180 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
cpdfxfa_page.h 61 int yPos,
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.cpp 538 float yPos = y;
552 yPos = yPos - dfT - dfH / 2.0;
560 yPos = -yPos;
569 xPos = yPos * dfW / dfH;
570 yPos = -tmp * dfH / dfW;
576 yPos = yPos + dfT + dfH / 2.0;
597 * if (yPos < bufferArea.height / 3
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 362 @Input yPos The y Position within the current word.
367 static PVRTint32 getModulationValues(PVRTint32 i32ModulationValues[16][8],PVRTint32 i32ModulationModes[16][8],PVRTuint32 xPos,PVRTuint32 yPos,PVRTuint8 ui8Bpp)
374 if(i32ModulationModes[xPos][yPos]==0)
376 return RepVals0[i32ModulationValues[xPos][yPos]];
381 if(((xPos^yPos)&1)==0)
383 return RepVals0[i32ModulationValues[xPos][yPos]];
388 else if(i32ModulationModes[xPos][yPos] == 1)
390 return (RepVals0[i32ModulationValues[xPos][yPos-1]] +
391 RepVals0[i32ModulationValues[xPos][yPos+1]] +
392 RepVals0[i32ModulationValues[xPos-1][yPos]] +
    [all...]
  /external/skia/tools/sk_app/win/
Window_win.cpp 263 int yPos = GET_Y_LPARAM(lParam);
270 // yPos -= rc.top;
276 eventHandled = window->onMouse(xPos, yPos, istate,
282 int yPos = GET_Y_LPARAM(lParam);
289 // yPos -= rc.top;
292 eventHandled = window->onMouse(xPos, yPos, Window::kMove_InputState,
  /external/skqp/tools/sk_app/win/
Window_win.cpp 263 int yPos = GET_Y_LPARAM(lParam);
270 // yPos -= rc.top;
276 eventHandled = window->onMouse(xPos, yPos, istate,
282 int yPos = GET_Y_LPARAM(lParam);
289 // yPos -= rc.top;
292 eventHandled = window->onMouse(xPos, yPos, Window::kMove_InputState,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 242 for (int yPos = 0; yPos < yLen; yPos++) {
244 Projection p = mProjection[yPos][xPos];
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowYoloDetector.java 196 final float yPos = (y + expit(output[offset + 1])) * blockSize;
204 Math.max(0, yPos - h / 2),
206 Math.min(bitmap.getHeight() - 1, yPos + h / 2));

Completed in 526 milliseconds

1 2 3