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

1 2 3

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h 27 int halfWidth,
33 halfWidth,
43 int halfWidth,
49 halfWidth,
94 int halfWidth,
101 int halfWidth,
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 27 int halfWidth,
33 halfWidth,
43 int halfWidth,
49 halfWidth,
94 int halfWidth,
101 int halfWidth,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 48 GLfloat halfWidth; /* half of line width */
373 xLeft = x0 - line->halfWidth;
374 xRight = x1 + line->halfWidth;
376 yBot = y0 - 3.0F * line->halfWidth;
377 yTop = y0 + line->halfWidth;
380 yBot = y0 - line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
385 xLeft = x1 - line->halfWidth;
386 xRight = x0 + line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
    [all...]
s_aalinetemp.h 122 line.halfWidth = 0.5F * CLAMP(ctx->Line.Width,
132 line.xAdj = line.dx / line.len * line.halfWidth;
133 line.yAdj = line.dy / line.len * line.halfWidth;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 48 GLfloat halfWidth; /* half of line width */
373 xLeft = x0 - line->halfWidth;
374 xRight = x1 + line->halfWidth;
376 yBot = y0 - 3.0F * line->halfWidth;
377 yTop = y0 + line->halfWidth;
380 yBot = y0 - line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
385 xLeft = x1 - line->halfWidth;
386 xRight = x0 + line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
    [all...]
s_aalinetemp.h 122 line.halfWidth = 0.5F * CLAMP(ctx->Line.Width,
132 line.xAdj = line.dx / line.len * line.halfWidth;
133 line.yAdj = line.dy / line.len * line.halfWidth;
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
160 halfWidth = SkScalarHalf(clampedInitialDashLength);
163 halfWidth = SkScalarHalf(rec.getWidth());
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
211 halfWidth = SkScalarHalf(temp);
214 halfWidth = SkScalarHalf(rec.getWidth());
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight)
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
160 halfWidth = SkScalarHalf(clampedInitialDashLength);
163 halfWidth = SkScalarHalf(rec.getWidth());
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
211 halfWidth = SkScalarHalf(temp);
214 halfWidth = SkScalarHalf(rec.getWidth());
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 158 int halfWidth = mDrawableIntrinsicWidth / 2;
160 (int)(middle - halfWidth),
162 (int)(middle + halfWidth),
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 62 final float halfWidth = parentObject.width / 2.0f;
65 parentObject.getPosition().x = mHitPoint.x - halfWidth;
InputGameInterface.java 99 final float halfWidth = ButtonConstants.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f;
100 final float center = ButtonConstants.MOVEMENT_SLIDER_X + halfWidth;
102 float magnitudeRamp = Math.abs(offset) > halfWidth ? 1.0f : (Math.abs(offset) / halfWidth);
GameRenderer.java 214 final float halfWidth = mHalfWidth;
222 x = (x - mCameraX) + halfWidth;
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 127 int halfWidth = bitmap.getWidth() / 2;
130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 120 int halfWidth = bitmap.getWidth()/2;
123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 115 final float halfWidth = mBounds.width() / 2.0f;
117 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
131 final float halfWidth = mBounds.width() / 2.0f;
133 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
Ripple.java 130 final float halfWidth = mBounds.width() / 2.0f;
132 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
165 final float halfWidth = mBounds.width() / 2.0f;
167 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 242 final int halfWidth = width / 2;
247 && (halfWidth / inSampleSize) > reqWidth) {
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 242 final int halfWidth = width / 2;
247 && (halfWidth / inSampleSize) > reqWidth) {
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 242 final int halfWidth = width / 2;
247 && (halfWidth / inSampleSize) > reqWidth) {
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 331 int halfWidth = irect.width() / 2;
345 left + halfWidth, bottom - quarterHeight,
372 left + halfWidth, top + quarterHeight,
384 int longOffset = halfWidth - gripLongIndent;
409 left + halfWidth, top + gripLongIndent,
410 left + halfWidth, bottom - gripLongIndent,
449 int longOffset = halfWidth - notchLongOffset;
546 halfWidth = irect.width() / 2;
555 irect.fLeft + halfWidth, irect.fBottom,
567 lirect.inset(halfWidth - sliderIndent, noOffset)
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 245 const float halfWidth = glyph->mBitmapWidth * 0.5f;
251 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
257 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
258 -tangent->fY * halfWidth + tangent->fX * vOffset);
259 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
260 tangent->fY * halfWidth + tangent->fX * vOffset);
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 530 SkScalar halfWidth = 0;
533 halfWidth = SK_ScalarHalf;
535 halfWidth = SkScalarHalf(strokeWidth);
538 outerRadius += halfWidth;
540 innerRadius = radius - halfWidth;
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 530 SkScalar halfWidth = 0;
533 halfWidth = SK_ScalarHalf;
535 halfWidth = SkScalarHalf(strokeWidth);
538 outerRadius += halfWidth;
540 innerRadius = radius - halfWidth;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 624 float halfWidth = size.width() / 2;
627 endCorner.set(halfWidth, halfHeight);
629 endCorner.set(halfWidth, -halfHeight);
631 endCorner.set(-halfWidth, -halfHeight);
633 endCorner.set(-halfWidth, halfHeight);
642 secondPoint.set(halfWidth + endX, halfHeight - endY);
644 firstPoint.set(halfWidth - endX, halfHeight + endY);
    [all...]

Completed in 1845 milliseconds

1 2 3