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

  /external/skia/gm/
androidfallback.cpp 48 SkScalar posX[strLength];
52 posX[i] = SkIntToScalar(i * 24);
53 posXY[i].fX = posX[i];
62 canvas->drawPosTextH(unicodeStr, strByteLength, posX, 0, paint);
  /external/chromium_org/third_party/skia/gm/
glyph_pos_align.cpp 60 SkScalar posX[kMaxStringLength];
77 posX[i] = x + originX * widths[i];
78 pos[i].set(posX[i], i ? pos[i - 1].y() + 3 : y + kTextHeight);
82 canvas->drawPosTextH(text, length, posX, y, paint);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 261 float posX = e.getX();
262 if (posX < margin) {
263 posX = margin;
269 if (posX > getWidth() - margin) {
270 posX = getWidth() - margin;
275 posX = (posX - margin) / (getWidth() - 2 * margin);
303 pick = pickControlPoint(posX, posY);
305 mCurrentControlPoint = new ControlPoint(posX, posY);
314 if (spline.isPointContained(posX, pick))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 326 int posX = getLogicalPositionX(event.x);
332 if (posX < 0) {
333 posX = 0;
335 if (posX >= width) {
336 posX = width - 1;
365 for (; x != posX; x += (x > posX) ? -1 : 1) {
369 mCursorPoint.x = posX;
376 if (posX >= 0 && posY >= 0
377 && posX <= mNinePatchedImage.getWidth(
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 614 const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; // map from [0, len(s_specialFloats) - 1] to [-1, 1]
617 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
834 const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map from [0, len(s_specialFloats) ] to [-1, 1]
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 626 const float posX = (float)x / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; // map from [0, len(s_specialFloats) - 1] to [-1, 1]
629 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
849 const float posX = (float)x / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map from [0, len(s_specialFloats) ] to [-1, 1]
852 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f);
    [all...]
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIStreaming.h 258 virtual HRESULT SetSourceRect (/* in */ uint32_t posX, /* in */ uint32_t posY, /* in */ uint32_t width, /* in */ uint32_t height) = 0;
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 122 const size_t posX = (size_t(index) * 2) + 0;
125 if (posX >= offset && posX < offset+size)
126 coords[posX - offset] = ((i % 2) == 0 ? extend2BitsToByte(0x0u) : extend2BitsToByte(0x3u));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 1082 milliseconds