HomeSort by relevance Sort by last modified time
    Searched refs:posY (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/gm/
imageblurtiled.cpp 54 int posY = 0;
56 posY += 100;
58 SkIntToScalar(posY), textPaint);
imageresizetiled.cpp 59 int posY = 0;
61 posY += 100;
63 SkIntToScalar(posY), textPaint);
  /external/skia/gm/
imageblurtiled.cpp 54 int posY = 0;
56 posY += 100;
58 SkIntToScalar(posY), textPaint);
imageresizetiled.cpp 59 int posY = 0;
61 posY += 100;
63 SkIntToScalar(posY), textPaint);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 265 float posY = e.getY();
266 if (posY < margin) {
267 posY = margin;
272 if (posY > getHeight() - margin) {
273 posY = getHeight() - margin;
276 posY = (posY - margin) / (getHeight() - 2 * margin);
303 pick = pickControlPoint(posX, posY);
305 mCurrentControlPoint = new ControlPoint(posX, posY);
315 spline.movePoint(pick, posX, posY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 327 int posY = getLogicalPositionY(event.y);
338 if (posY < 0) {
339 posY = 0;
341 if (posY >= height) {
342 posY = height - 1;
359 for (; y != posY; y += (y > posY) ? -1 : 1) {
370 mCursorPoint.y = posY;
376 if (posX >= 0 && posY >= 0
378 && posY <= mNinePatchedImage.getHeight())
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 229 final int posY = getContainerPositionY() + (int) mHotspotY;
232 posY >= clip.top && posY <= clip.bottom;
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 615 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f;
617 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
835 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f;
837 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 627 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f;
629 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
850 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f;
852 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 82 FX_FLOAT posY;
83 posY = pData->m_PosY;
84 if(FXSYS_fabs(posY) > tempPageHeight &&
85 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) {
91 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height;
105 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) {
111 FX_FLOAT posY;
112 posY = pData->m_PosY;
113 if(FXSYS_fabs(posY) > tempPageHeight ) {
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 123 const size_t posY = (size_t(index) * 2) + 1;
128 if (posY >= offset && posY < offset+size)
129 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 773 milliseconds