/frameworks/base/data/keyboards/ |
D | Vendor_046d_Product_c299.kl | 56 axis 0x01 invert GENERIC_1 59 axis 0x02 invert GAS 62 axis 0x05 invert BRAKE
|
/frameworks/av/cmds/screenrecord/ |
D | Program.h | 58 bool invert = false) const; 72 const float* vertices, const float* texes, bool invert) const;
|
D | Program.cpp | 204 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/ |
D | Android.mk | 46 native/imageproc/invert.c \
|
/frameworks/base/core/java/android/animation/ |
D | BidirectionalTypeConverter.java | 48 public BidirectionalTypeConverter<V, T> invert() { in invert() method in BidirectionalTypeConverter
|
/frameworks/base/libs/hwui/ |
D | LayerRenderer.cpp | 453 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/ |
D | NotificationContentView.java | 256 final float[] invert = { in createInvertPaint() local 262 p.setColorFilter(new ColorMatrixColorFilter(new ColorMatrix(invert))); in createInvertPaint()
|
D | ActivatableNotificationView.java | 356 final float[] invert = { in createDarkPaint() local 362 final ColorMatrix m = new ColorMatrix(invert); in createDarkPaint()
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 231 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/ |
D | GLES10.spec | 85 void glSampleCoverage ( GLclampf value, GLboolean invert ) 86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
|
D | GLES11Ext.spec | 46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 818 boolean invert in glSampleCoverage() argument 823 boolean invert in glSampleCoveragex() argument
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 85 void glSampleCoverage ( GLclampf value, GLboolean invert ) 86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 367 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);
|
D | glext_api.in | 193 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/ |
D | GLES10.java | 1073 boolean invert in glSampleCoverage() argument 1080 boolean invert in glSampleCoveragex() argument
|
D | GLErrorWrapper.java | 682 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()
|
D | GLES11Ext.java | 637 boolean invert in glSampleCoveragexOES() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
D | Utilities.java | 137 next.getMatrix().invert(tmpInverseMatrix); in mapCoordInSelfToDescendent()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 557 GLAPI void APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); 558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 1049 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/ |
D | GLImpl.java | 898 boolean invert in glSampleCoverage() argument 905 boolean invert in glSampleCoveragex() argument
|
/frameworks/native/services/sensorservice/ |
D | Fusion.cpp | 448 const mat33_t Si(invert(S)); in update()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 76 <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/ |
D | gl.h | 717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|