/frameworks/base/graphics/java/android/graphics/ |
D | SweepGradient.java | 52 int colors[], float positions[]) { in SweepGradient() 109 private static native int nativeCreate1(float x, float y, int colors[], float positions[]); in nativeCreate1() 113 int[] colors, float[] positions); in nativePostCreate1()
|
D | RadialGradient.java | 51 int colors[], float positions[], TileMode tile) { in RadialGradient() 121 int colors[], float positions[], int tileMode); in nativeCreate1() 126 int colors[], float positions[], int tileMode); in nativePostCreate1()
|
D | LinearGradient.java | 52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() 120 int colors[], float positions[], int tileMode); in nativeCreate1() 124 int colors[], float positions[], int tileMode); in nativePostCreate1()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | SweepGradient_Delegate.java | 55 /*package*/ static int nativeCreate1(float x, float y, int colors[], float positions[]) { in nativeCreate1() 67 int[] colors, float[] positions) { in nativePostCreate1() 96 int colors[], float positions[]) { in SweepGradient_Delegate() 107 float[] positions) { in SweepGradientPaint()
|
D | RadialGradient_Delegate.java | 58 int colors[], float positions[], int tileMode) { in nativeCreate1() 73 int colors[], float positions[], int tileMode) { in nativePostCreate1() 101 private RadialGradient_Delegate(float x, float y, float radius, int colors[], float positions[], in RadialGradient_Delegate() 114 int[] colors, float[] positions, TileMode mode) { in RadialGradientPaint()
|
D | LinearGradient_Delegate.java | 59 int colors[], float positions[], int tileMode) { in nativeCreate1() 77 int colors[], float positions[], int tileMode) { in nativePostCreate1() 106 int colors[], float positions[], TileMode tile) { in LinearGradient_Delegate() 126 float positions[], TileMode tile) { in LinearGradientPaint()
|
D | Gradient_Delegate.java | 49 protected Gradient_Delegate(int colors[], float positions[]) { in Gradient_Delegate() 84 protected GradientPaint(int[] colors, float[] positions, TileMode tileMode) { in GradientPaint()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 50 float[] positions, int positionsOffset, char[] indices, in visibilityTest() 120 public static native void computeBoundingSphere(float[] positions, in computeBoundingSphere()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GradientStopsActivity.java | 46 float[] positions = new float[] { 0.3f, 0.6f }; in onDraw() local
|
/frameworks/base/libs/hwui/ |
D | GradientCache.cpp | 132 Texture* GradientCache::get(uint32_t* colors, float* positions, int count) { in get() 171 uint32_t* colors, float* positions, int count) { in addLinearGradient() 241 void GradientCache::generateTexture(uint32_t* colors, float* positions, in generateTexture()
|
D | SkiaShader.cpp | 186 float* positions, int count, SkShader* key, SkShader::TileMode tileMode, in SkiaLinearGradientShader() 265 uint32_t* colors, float* positions, int count, SkShader* key, SkShader::TileMode tileMode, in SkiaCircularGradientShader() 304 float* positions, int count, SkShader* key, SkMatrix* matrix, bool blend): in SkiaSweepGradientShader() 318 float* positions, int count, SkShader* key, SkShader::TileMode tileMode, in SkiaSweepGradientShader()
|
D | TextDropShadowCache.cpp | 172 int numGlyphs, float radius, const float* positions) { in get()
|
D | GradientCache.h | 77 float* positions; member
|
D | TextDropShadowCache.h | 93 const float* positions; member
|
D | DisplayListRenderer.cpp | 410 const float* positions, SkPaint* paint) { in drawPosText() 423 float x, float y, const float* positions, SkPaint* paint, in drawText()
|
D | FontRenderer.cpp | 594 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) { in renderDropShadow() 689 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) { in renderPosText()
|
D | OpenGLRenderer.cpp | 2799 const float* positions, FontRenderer& fontRenderer, int alpha, SkXfermode::Mode mode, in drawTextShadow() 2845 const float* positions, SkPaint* paint) { in drawPosText() 2920 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds, in drawText()
|
D | DisplayListOp.h | 1410 const float* positions, SkPaint* paint) in DrawPosTextOp() 1428 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds) in DrawTextOp()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 178 VelocityTracker::Position positions[MAX_POINTERS]; member 256 VelocityTracker::Position positions[MAX_POINTERS]; member
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 220 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() 313 Position positions[pointerCount]; in addMovement() local 377 const VelocityTracker::Position* positions) { in addMovement() 711 const VelocityTracker::Position* positions) { in addMovement() 833 const VelocityTracker::Position* positions) { in addMovement()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 287 int numGlyphs, int x, int y, const float* positions) { in render() 343 int numGlyphs, Rect *bounds, const float* positions) { in measure() 375 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
|
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 662 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(buffer, NULL); in logGlyphs() local 734 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(mBuffer, NULL); in computeRunValues() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListScenario.java | 180 public Params setPositionsUnselectable(int ...positions) { in setPositionsUnselectable()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20Canvas.cpp | 614 const float* positions = value->getPos(); in renderText() local 650 const float* positions = value->getPos(); in renderTextRun() local 717 const jfloat* positions, jint dirFlags, SkPaint* paint) { in renderPosText() 735 jfloat* positions = env->GetFloatArrayElements(pos, NULL); in android_view_GLES20Canvas_drawPosTextArray() local 747 jfloat* positions = env->GetFloatArrayElements(pos, NULL); in android_view_GLES20Canvas_drawPosText() local
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 238 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_computeBoundingSphere() local 445 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_visibilityTest() local
|