Searched defs:flip (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsQuad.h22 SkDQuad flip() const { function in struct:SkDQuad
H A DSkIntersections.cpp58 void SkIntersections::flip() { function in class:SkIntersections
/external/skia/src/pathops/
H A DSkPathOpsQuad.h22 SkDQuad flip() const { function in struct:SkDQuad
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
H A Dintel_regions.c377 bool flip,
389 if (flip)
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
H A Dintel_regions.c377 bool flip,
389 if (flip)
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
H A Dintel_regions.c377 bool flip,
389 if (flip)
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
H A Dintel_regions.c377 bool flip,
389 if (flip)
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c89 bool flip = false; local
182 flip = !flip;
188 flip = !flip;
199 width, height, flip,
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
58 public float getMinXPosition(FlipInfo flip) { argument
60 if (flip != null && flip.flipX) {
62 value = flip.parentWidth - maxX;
69 public float getMaxXPosition(FlipInfo flip) { argument
71 if (flip != null && flip.flipX) {
73 value = flip.parentWidth - minX;
80 public float getMinYPosition(FlipInfo flip) { argument
91 getMaxYPosition(FlipInfo flip) argument
[all...]
H A DAABoxCollisionVolume.java73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
75 final float left = getMinXPosition(flip) + position.x;
76 final float right = getMaxXPosition(flip) + position.x;
77 final float bottom = getMinYPosition(flip) + position.y;
78 final float top = getMaxYPosition(flip) + position.y;
H A DSphereCollisionVolume.java85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
91 result = other.intersects(otherPosition, otherFlip, this, position, flip);
94 offsetByCenter(mWorkspaceVector, mCenter, flip);
159 private static void offsetByCenter(Vector2 position, Vector2 center, FlipInfo flip) { argument
160 if (flip != null && (flip.flipX || flip.flipY)) {
161 if (flip.flipX) {
162 position.x += flip.parentWidth - center.x;
167 if (flip
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInts.java50 static int flip(int value) { method in class:UnsignedInts
64 return Ints.compare(flip(a), flip(b));
84 int min = flip(array[0]);
86 int next = flip(array[i]);
91 return flip(min);
104 int max = flip(array[0]);
106 int next = flip(array[i]);
111 return flip(max);
H A DUnsignedLongs.java58 private static long flip(long a) { method in class:UnsignedLongs
72 return Longs.compare(flip(a), flip(b));
85 long min = flip(array[0]);
87 long next = flip(array[i]);
92 return flip(min);
105 long max = flip(array[0]);
107 long next = flip(array[i]);
112 return flip(max);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwin.c22 int speedy, int flip, int nofade)
125 if ( flip ) {
238 int speedy, flip, nofade; local
248 flip = 0;
332 if ( strcmp(argv[1], "-flip") == 0 ) {
359 flip = 1;
368 DrawPict(screen, argv[1], speedy, flip, nofade);
372 DrawPict(screen, argv[1], speedy, flip, nofade);
21 DrawPict(SDL_Surface *screen, char *bmpfile, int speedy, int flip, int nofade) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc238 int height, bool flip) {
240 if (flip) {
237 DrawEanEncodedDigit(int digit, int x, int y, int height, bool flip) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c176 float flip = -1.0; local
185 float fy = flip * viewport->scale[1] * -1.0 + viewport->translate[1];
187 float fh = flip * viewport->scale[1] * 2;
338 * less than zmin. Detect that case, flip the depth range and
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp139 flip();
165 flip();
224 void flip() { function in class:LineCubicIntersections
H A DLineQuadraticIntersection.cpp170 flip();
199 flip();
259 void flip() { function in class:LineQuadraticIntersections
/external/llvm/include/llvm/ADT/
H A DBitVector.h234 // Set, reset, flip
314 BitVector &flip() { function in class:llvm::BitVector
321 BitVector &flip(unsigned Idx) { function in class:llvm::BitVector
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c176 float flip = -1.0; local
185 float fy = flip * viewport->scale[1] * -1.0 + viewport->translate[1];
187 float fh = flip * viewport->scale[1] * 2;
338 * less than zmin. Detect that case, flip the depth range and

Completed in 426 milliseconds

123