Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/data/keyboards/
DVendor_046d_Product_c299.kl56 axis 0x01 invert GENERIC_1
59 axis 0x02 invert GAS
62 axis 0x05 invert BRAKE
/frameworks/av/cmds/screenrecord/
DProgram.h58 bool invert = false) const;
72 const float* vertices, const float* texes, bool invert) const;
DProgram.cpp204 int32_t x, int32_t y, int32_t w, int32_t h, bool invert) const { in blit()
221 err = beforeDraw(texName, texMatrix, pos, uv, invert); in blit()
244 const float* vertices, const float* texes, bool invert) const { in beforeDraw()
254 if (invert) { in beforeDraw()
/frameworks/base/media/mca/filterpacks/
DAndroid.mk46 native/imageproc/invert.c \
/frameworks/base/core/java/android/animation/
DBidirectionalTypeConverter.java48 public BidirectionalTypeConverter<V, T> invert() { in invert() method in BidirectionalTypeConverter
/frameworks/base/libs/hwui/
DLayerRenderer.cpp453 mat4 invert; in copyLayer() local
454 invert.translate(0.0f, 1.0f); in copyLayer()
455 invert.scale(1.0f, -1.0f, 1.0f); in copyLayer()
456 layer->getTexTransform().multiply(invert); in copyLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java256 final float[] invert = { in createInvertPaint() local
262 p.setColorFilter(new ColorMatrixColorFilter(new ColorMatrix(invert))); in createInvertPaint()
DActivatableNotificationView.java356 final float[] invert = { in createDarkPaint() local
362 final ColorMatrix m = new ColorMatrix(invert); in createDarkPaint()
/frameworks/base/core/jni/android/graphics/
DMatrix.cpp231 static jboolean invert(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong inverseHandle) { in invert() function in android::SkMatrixGlue
234 return matrix->invert(inverse); in invert()
344 {"native_invert","(JJ)Z", (void*) SkMatrixGlue::invert},
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec85 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
DGLES11Ext.spec46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java818 boolean invert in glSampleCoverage() argument
823 boolean invert in glSampleCoveragex() argument
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.085 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in367 void API_ENTRY(glSampleCoverage)(GLfloat value, GLboolean invert) {
368 CALL_GL_API(glSampleCoverage, value, invert);
370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) {
371 CALL_GL_API(glSampleCoveragex, value, invert);
Dglext_api.in193 void API_ENTRY(glSampleCoverageOES)(GLfixed value, GLboolean invert) {
194 CALL_GL_API(glSampleCoverageOES, value, invert);
223 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
224 CALL_GL_API(glSampleCoveragexOES, value, invert);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1073 boolean invert in glSampleCoverage() argument
1080 boolean invert in glSampleCoveragex() argument
DGLErrorWrapper.java682 public void glSampleCoverage(float value, boolean invert) { in glSampleCoverage() argument
684 mgl.glSampleCoverage(value, invert); in glSampleCoverage()
688 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() argument
690 mgl.glSampleCoveragex(value, invert); in glSampleCoveragex()
DGLES11Ext.java637 boolean invert in glSampleCoveragexOES() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DUtilities.java137 next.getMatrix().invert(tmpInverseMatrix); in mapCoordInSelfToDescendent()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h557 GLAPI void APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/core/java/android/widget/
DStackView.java1049 private float getDuration(boolean invert, float velocity) {
1059 return (invert ? (1 - d / maxd) : d / maxd) * DEFAULT_ANIMATION_DURATION;
1061 float duration = invert ? d / Math.abs(velocity) :
1065 return getDuration(invert, 0);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java898 boolean invert in glSampleCoverage() argument
905 boolean invert in glSampleCoveragex() argument
/frameworks/native/services/sensorservice/
DFusion.cpp448 const mat33_t Si(invert(S)); in update()
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd76 <pre>uchar4 __attribute__((kernel)) invert(uchar4 in, uint32_t x, uint32_t y) {
269 above was located in <code>invert.rs</code> and a RenderScript context was already located in
272 <pre>ScriptC_invert invert = new ScriptC_invert(mRenderScript);</pre></li>
/frameworks/native/opengl/include/GLES/
Dgl.h717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);

123