Searched defs:halfWidth (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrGaussianConvolutionFragmentProcessor.h24 int halfWidth,
29 resourceProvider, std::move(proxy), dir, halfWidth, gaussianSigma, useBounds, bounds));
53 int halfWidth, float gaussianSigma, bool useBounds,
21 Make(GrResourceProvider* resourceProvider, sk_sp<GrTextureProxy> proxy, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, int* bounds) argument
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateVPTests.cpp292 const float halfWidth = (float)WIDTH / 2; local
299 { 0.0f, 0.0f, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
300 { halfWidth, 0.0f, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
301 { halfWidth, halfHeight, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
302 { 0.0f, halfHeight, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f }
308 { { (deInt32)halfWidth, quarterHeight }, { quarterWidth, quarterHeight } },
309 { { (deInt32)halfWidth, (deInt32)halfHeight }, { quarterWidth, quarterHeight } },
/external/skia/src/effects/
H A DSkDashPathEffect.cpp285 SkScalar halfWidth, halfHeight; local
287 halfWidth = SkScalarHalf(clampedInitialDashLength);
290 halfWidth = SkScalarHalf(rec.getWidth());
295 results->fFirst.addRect(x - halfWidth, y - halfHeight,
296 x + halfWidth, y + halfHeight);
336 SkScalar halfWidth, halfHeight;
338 halfWidth = SkScalarHalf(temp);
341 halfWidth = SkScalarHalf(rec.getWidth());
344 results->fLast.addRect(x - halfWidth, y - halfHeight,
345 x + halfWidth,
[all...]
/external/skia/src/gpu/ops/
H A DGrAnalyticRectOp.cpp242 SkScalar halfWidth = viewMatrix.mapRadius(SkScalarHalf(rect.width())); local
251 Geometry{color, center, downDir, halfWidth, halfHeight, deviceSpaceCroppedRect});
310 SkScalar halfWidth = geom.fHalfWidth; variable
321 verts[0].fHalfWidth = halfWidth;
328 verts[1].fHalfWidth = halfWidth;
335 verts[2].fHalfWidth = halfWidth;
342 verts[3].fHalfWidth = halfWidth;
H A DGrShadowRRectOp.cpp90 SkScalar halfWidth = 0; local
93 halfWidth = SK_ScalarHalf;
95 halfWidth = SkScalarHalf(strokeWidth);
98 outerRadius += halfWidth;
100 innerRadius = radius - halfWidth;
116 radius += halfWidth;
219 SkScalar halfWidth = 0.5f * bounds.width(); variable
222 ov0->fPos = center + SkPoint::Make(-octOffset * halfWidth, -halfWidth);
228 ov1->fPos = center + SkPoint::Make(octOffset * halfWidth,
520 SkScalar halfWidth = 0; local
[all...]
H A DGrOvalOpFactory.cpp659 SkScalar halfWidth = 0; local
662 halfWidth = SK_ScalarHalf;
664 halfWidth = SkScalarHalf(strokeWidth);
667 outerRadius += halfWidth;
669 innerRadius = radius - halfWidth;
778 radius += halfWidth;
887 SkScalar halfWidth = 0.5f * bounds.width(); variable
890 v0->fPos = center + SkPoint::Make(-octOffset * halfWidth, -halfWidth);
896 v1->fPos = center + SkPoint::Make(octOffset * halfWidth,
1728 SkScalar halfWidth = 0; local
[all...]
/external/skia/tests/
H A DRoundRectTest.cpp714 SkScalar halfWidth = SkScalarHalf(dst.width()); local
719 SkScalarNearlyEqual(dst.radii((SkRRect::Corner)i).fX, halfWidth));
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp231 const int halfWidth = access.getWidth() / 2; local
236 for (int x = 0; x < halfWidth; x++)
245 for (int x = 0; x < halfWidth; x++)
/external/freetype/src/cff/
H A Dcf2hints.c642 CF2_Fixed halfWidth = FT_MulFix( local
648 firstHintEdge->dsCoord = midpoint - halfWidth;
649 secondHintEdge->dsCoord = midpoint + halfWidth;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c48 GLfloat halfWidth; /* half of line width */ member in struct:LineInfo
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...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c641 CF2_Fixed halfWidth = FT_MulFix( local
647 firstHintEdge->dsCoord = midpoint - halfWidth;
648 secondHintEdge->dsCoord = midpoint + halfWidth;
/external/skia/src/gpu/
H A DSkGpuDevice.cpp627 const SkScalar halfWidth = 0.5f * origPaint.getStrokeWidth(); local
628 SkASSERT(halfWidth > 0);
643 xtraLength = halfWidth;
649 SkRect rect = SkRect::MakeLTRB(mid.fX-halfWidth, mid.fY - 0.5f*length - xtraLength,
650 mid.fX+halfWidth, mid.fY + 0.5f*length + xtraLength);
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/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.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 617 milliseconds