Home
last modified time | relevance | path

Searched defs:positions (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DSweepGradient.java52 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()
DRadialGradient.java51 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()
DLinearGradient.java52 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/
DSweepGradient_Delegate.java55 /*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()
DRadialGradient_Delegate.java58 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()
DLinearGradient_Delegate.java59 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()
DGradient_Delegate.java49 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/
DVisibility.java50 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/
DGradientStopsActivity.java46 float[] positions = new float[] { 0.3f, 0.6f }; in onDraw() local
/frameworks/base/libs/hwui/
DGradientCache.cpp132 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()
DSkiaShader.cpp186 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()
DTextDropShadowCache.cpp172 int numGlyphs, float radius, const float* positions) { in get()
DGradientCache.h77 float* positions; member
DTextDropShadowCache.h93 const float* positions; member
DDisplayListRenderer.cpp410 const float* positions, SkPaint* paint) { in drawPosText()
423 float x, float y, const float* positions, SkPaint* paint, in drawText()
DFontRenderer.cpp594 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()
DOpenGLRenderer.cpp2799 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()
DDisplayListOp.h1410 const float* positions, SkPaint* paint) in DrawPosTextOp()
1428 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds) in DrawTextOp()
/frameworks/native/include/input/
DVelocityTracker.h178 VelocityTracker::Position positions[MAX_POINTERS]; member
256 VelocityTracker::Position positions[MAX_POINTERS]; member
/frameworks/native/libs/input/
DVelocityTracker.cpp220 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/
DFont.cpp287 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/
DTextLayoutCache.cpp662 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/
DListScenario.java180 public Params setPositionsUnselectable(int ...positions) { in setPositionsUnselectable()
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp614 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/
Dutil.cpp238 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_computeBoundingSphere() local
445 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_visibilityTest() local

12