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

/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.cpp1162 Edge* leftEdge = leftEnclosingEdge; local
1164 insert_edge(e, leftEdge, &activeEdges);
1165 leftEdge = e;
1216 Edge* leftEdge = e; local
1218 SkASSERT(rightEdge->isRightOf(leftEdge->fTop));
1219 remove_edge(leftEdge, &activeEdges);
1220 if (leftEdge->fRightPoly) {
1221 leftEdge->fRightPoly->end(v, alloc);
1223 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != leftEdge->fRightPoly) {
1262 Edge* leftEdge local
[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/libgdx/backends/gdx-backend-android/libs/
H A Dsupport-v4-19.0.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/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 257 milliseconds