Searched refs:flipY (Results 1 - 17 of 17) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java82 if (flip != null && flip.flipY) {
93 if (flip != null && flip.flipY) {
110 public boolean flipY; field in class:CollisionVolume.FlipInfo
H A DSphereCollisionVolume.java160 if (flip != null && (flip.flipX || flip.flipY)) {
167 if (flip.flipY) {
H A DGameObjectCollisionSystem.java109 sFlip.flipY = (record.object.facingDirection.y < 0.0f);
122 sOtherFlip.flipY = (other.object.facingDirection.y < 0.0f);
329 sCompareFlip.flipY = (object1.object.facingDirection.y < 0.0f);
337 sCompareFlip.flipY = (object2.object.facingDirection.y < 0.0f);
/external/webkit/Source/WebCore/svg/
H A DSVGMatrix.h78 SVGMatrix flipY() function in class:WebCore::SVGMatrix
81 copy.flipY();
H A DSVGMatrix.idl45 [Immutable] SVGMatrix flipY();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaLayer.cpp89 m.flipY();
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h108 AffineTransform& flipY();
H A DAffineTransform.cpp240 AffineTransform& AffineTransform::flipY() function in class:WebCore::AffineTransform
H A DTransformationMatrix.h233 TransformationMatrix& flipY();
H A DTransformationMatrix.cpp526 TransformationMatrix& TransformationMatrix::flipY() function in class:WebCore::TransformationMatrix
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.h159 void setDrawViewportRect(const IntRect&, bool flipY);
H A DLayerRendererChromium.cpp978 void LayerRendererChromium::setDrawViewportRect(const IntRect& drawRect, bool flipY) argument
980 if (flipY)
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp171 bool flipY,
180 if (flipY) {
198 bool flipY,
218 if (flipY) {
236 bool flipY, bool premultiplyAlpha,
315 if (flipY)
168 extractImageData(Image* image, GC3Denum format, GC3Denum type, bool flipY, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<uint8_t>& data) argument
195 extractImageData(ImageData* imageData, GC3Denum format, GC3Denum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data) argument
233 extractTextureData(unsigned int width, unsigned int height, GC3Denum format, GC3Denum type, unsigned int unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data) argument
H A DGraphicsContext3D.h527 // and obeying the flipY, premultiplyAlpha, and ignoreGammaAndColorProfile
532 bool flipY,
539 // and obeying the flipY and premultiplyAlpha flags. Returns true
544 bool flipY,
549 // data, applying the flipY and premultiplyAlpha parameters.
556 bool flipY, bool premultiplyAlpha,
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h491 bool flipY, bool premultiplyAlpha, ExceptionCode&);
497 Image* image, bool flipY, bool premultiplyAlpha, ExceptionCode&);
H A DWebGLRenderingContext.cpp3075 bool flipY, bool premultiplyAlpha, ExceptionCode& ec)
3079 if (!m_context->extractImageData(image, format, type, flipY, premultiplyAlpha, m_unpackColorspaceConversion == GraphicsContext3D::NONE, data)) {
3274 Image* image, bool flipY, bool premultiplyAlpha, ExceptionCode& ec)
3280 if (!m_context->extractImageData(image, format, type, flipY, premultiplyAlpha, m_unpackColorspaceConversion == GraphicsContext3D::NONE, data)) {
3073 texImage2DImpl(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Denum format, GC3Denum type, Image* image, bool flipY, bool premultiplyAlpha, ExceptionCode& ec) argument
3272 texSubImage2DImpl(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Denum format, GC3Denum type, Image* image, bool flipY, bool premultiplyAlpha, ExceptionCode& ec) argument
/external/opencv/cvaux/include/
H A Dcvmat.hpp546 void flipY();
1311 inline void CvMAT::flipY()

Completed in 241 milliseconds