Searched defs:yPos (Results 1 - 22 of 22) 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.cpp64 int yPos = 0; variable
78 canvas->translate(0, SkIntToScalar(yPos));
90 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos));
97 yPos += 150;
H A Dlightingshader2.cpp161 SkScalar yPos = (gridNum / GRID_COLUMN_NUM) * GRID_CELL_WIDTH; variable
165 canvas->translate(xPos, yPos);
207 SkScalar yPos = (gridNum / GRID_COLUMN_NUM) * GRID_CELL_WIDTH; variable
210 canvas->translate(xPos, yPos);
220 SkScalar yPos = (gridNum / GRID_COLUMN_NUM) * GRID_CELL_WIDTH; variable
223 canvas->translate(xPos, yPos);
233 SkScalar yPos = (gridNum / GRID_COLUMN_NUM) * GRID_CELL_WIDTH; variable
236 canvas->translate(xPos, yPos);
246 SkScalar yPos = (gridNum / GRID_COLUMN_NUM) * GRID_CELL_WIDTH; variable
249 canvas->translate(xPos, yPos);
[all...]
H A Dlightingshaderbevel.cpp162 SkScalar yPos = (gridNum % GRID_NUM_ROWS) * GRID_CELL_WIDTH; variable
166 canvas->translate(xPos, yPos);
207 SkScalar yPos = (gridNum % GRID_NUM_ROWS) * GRID_CELL_WIDTH; variable
211 canvas->translate(xPos, yPos);
H A Dmultipicturedraw.cpp65 SkScalar xPos, yPos = 0; local
72 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
80 yPos += 2 * kHexSide * kRoot3Over2;
115 SkScalar xPos = 0.0f, yPos = 0.0f; local
117 for (int y = 0; yPos < kBig; ++y) {
122 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0));
133 yPos += 2 * kHexSide * kRoot3Over2;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp124 int yPos,
141 y0 = yPos + ySize;
143 y1 = yPos;
145 y2 = yPos + ySize;
149 y0 = yPos;
151 y1 = yPos;
153 y2 = yPos + ySize;
157 y0 = yPos;
159 y1 = yPos + ySize;
161 y2 = yPos;
123 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
[all...]
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp191 int yPos,
203 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
210 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
190 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
/external/skia/samplecode/
H A DSampleShip.cpp68 float yPos = (y / (kGrid - 1.0f)) * kWidth; local
74 xPos, yPos, anchorX, anchorY);
H A DSampleBevel.cpp757 SkScalar yPos = fShapeBounds.height(); variable
760 canvas->translate(xPos, yPos);
H A DSampleQuadStroker.cpp504 SkScalar yPos = bounds.fTop + (value - min) * bounds.height() / scale; local
506 canvas->drawLine(bounds.fLeft - 5, yPos, bounds.fRight + 5, yPos, paint);
512 canvas->drawText(label.c_str(), label.size(), bounds.fLeft + 5, yPos - 5, paint);
/external/skia/experimental/GLFWTest/
H A Dglfw_main.cpp103 float yPos = (y / (kGrid - 1.0)) * kWidth; local
107 xPos, yPos, anchorX, anchorY);
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.cpp371 int yPos = (random->nextU() % 2) * 2 - 1; local
373 int yInt = (random->nextU() % kMaxTrans) * yPos;
/external/skia/tools/viewer/sk_app/win/
H A DWindow_win.cpp261 int yPos = GET_Y_LPARAM(lParam); local
268 // yPos -= rc.top;
274 eventHandled = window->onMouse(xPos, yPos, istate,
280 int yPos = GET_Y_LPARAM(lParam); local
287 // yPos -= rc.top;
290 eventHandled = window->onMouse(xPos, yPos, Window::kMove_InputState,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTDecompress.cpp362 @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) argument
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/dng_sdk/source/
H A Ddng_resample.cpp397 real64 yPos = yInt - yFract; local
409 real64 dy2 = yPos * yPos;
421 (real32) kernel.Evaluate (yPos);
/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/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 411 milliseconds