Searched refs:leftEdge (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp222 Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->left)) + q * sizeof(Primitive); local
231 *Pointer<Short>(leftEdge + y * sizeof(Primitive::Span)) = x;
254 For(yMin, yMin < yMax && *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + yMin * sizeof(Primitive::Span)), yMin++)
259 For(yMax, yMax > yMin && *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span)) == *Pointer<Short>(rightEdge + (yMax - 1) * sizeof(Primitive::Span)), yMax--)
269 *Pointer<Short>(leftEdge + (yMin - 1) * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span));
270 *Pointer<Short>(rightEdge + (yMin - 1) * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge + yMin * sizeof(Primitive::Span));
271 *Pointer<Short>(leftEdge + yMax * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge + (yMax - 1) * sizeof(Primitive::Span));
272 *Pointer<Short>(rightEdge + yMax * sizeof(Primitive::Span)) = *Pointer<Short>(leftEdge
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraSystem.java195 final float leftEdge = focalPositionX - (width / 2.0f);
199 } else if (leftEdge < 0) {
/external/skia/src/gpu/
H A DGrTessellator.cpp1298 Edge* leftEdge = leftEnclosingEdge; local
1300 insert_edge(e, leftEdge, &activeEdges);
1301 leftEdge = e;
1339 Edge* leftEdge = leftEnclosingEdge; local
1341 insert_edge(e, leftEdge, &activeEdges);
1342 leftEdge = e;
1432 Edge* leftEdge = v->fFirstEdgeBelow; local
1433 leftEdge->fLeftPoly = leftPoly;
1434 insert_edge(leftEdge, leftEnclosingEdge, &activeEdges);
1435 for (Edge* rightEdge = leftEdge
[all...]
/external/skia/src/core/
H A DSkBlitter.cpp164 int leftEdge = cx - bitsLeft; local
165 SkASSERT(leftEdge >= 0);
167 SkASSERT(rightEdge > leftEdge);
171 U8CPU leftMask = 0xFFU >> (leftEdge & 7);
/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 200 milliseconds