HomeSort by relevance Sort by last modified time
    Searched refs:TileMode (Results 76 - 100 of 199) sorted by null

1 2 34 5 6 7 8

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSaturationView.java 92 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
137 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP);
160 color1, color2, Shader.TileMode.CLAMP);
ColorHueView.java 154 0, .3f, .31f, 1}, Shader.TileMode.CLAMP);
197 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
  /external/skia/gm/
gradients_no_texture.cpp 29 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
33 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
41 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
48 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
60 static SkShader* Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
73 typedef SkShader* (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
98 static const SkShader::TileMode kTM = SkShader::kClamp_TileMode;
gradients.cpp 44 SkShader::TileMode tm, const SkMatrix& localMatrix) {
50 SkShader::TileMode tm, const SkMatrix& localMatrix) {
59 SkShader::TileMode, const SkMatrix& localMatrix) {
68 SkShader::TileMode tm, const SkMatrix& localMatrix) {
82 SkShader::TileMode tm, const SkMatrix& localMatrix) {
95 SkShader::TileMode tm, const SkMatrix& localMatrix);
122 SkShader::TileMode tm = SkShader::kClamp_TileMode;
183 SkShader::TileMode tm = SkShader::kClamp_TileMode;
671 static SkShader* make_linear(const GradRun& run, SkShader::TileMode mode) {
676 static SkShader* make_radial(const GradRun& run, SkShader::TileMode mode)
    [all...]
bmpfilterqualityrepeat.cpp 62 static const SkShader::TileMode kTM = SkShader::kRepeat_TileMode;
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 98 (SkShader::TileMode)tileModeX,
99 (SkShader::TileMode)tileModeY);
109 jintArray colorArray, jfloatArray posArray, jint tileMode)
127 static_cast<SkShader::TileMode>(tileMode));
136 jint color0, jint color1, jint tileMode)
146 SkShader* s = SkGradientShader::CreateLinear(pts, colors, NULL, 2, (SkShader::TileMode)tileMode);
155 jintArray colorArray, jfloatArray posArray, jint tileMode) {
171 static_cast<SkShader::TileMode>(tileMode))
    [all...]
  /external/skia/include/core/
SkImage.h 164 virtual SkShader* newShader(SkShader::TileMode,
165 SkShader::TileMode,
  /external/skia/src/animator/
SkDrawGradient.cpp 132 fColors.begin(), offsets.begin(), fColors.count(), (SkShader::TileMode) tileMode,
167 radius, fColors.begin(), offsets.begin(), fColors.count(), (SkShader::TileMode) tileMode,
  /external/skia/src/core/
SkBitmapProcState.cpp 40 SkShader::TileMode tmx, SkShader::TileMode tmy)
49 SkShader::TileMode tmx, SkShader::TileMode tmy)
634 SkShader::TileMode tx = (SkShader::TileMode)fTileModeX;
635 SkShader::TileMode ty = (SkShader::TileMode)fTileModeY;
SkShader.cpp 232 SkShader* SkShader::CreateBitmapShader(const SkBitmap& src, TileMode tmx, TileMode tmy,
237 SkShader* SkShader::CreatePictureShader(const SkPicture* src, TileMode tmx, TileMode tmy,
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatProgressBarHelper.java 107 Shader.TileMode.REPEAT, Shader.TileMode.CLAMP);
  /external/skia/samplecode/
SampleRepeatTile.cpp 36 static void make_paint(SkPaint* paint, SkShader::TileMode tm) {
SampleTiling.cpp 44 SkShader::TileMode tmx, SkShader::TileMode tmy) {
93 static const SkShader::TileMode gModes[] = { SkShader::kClamp_TileMode, SkShader::kRepeat_TileMode, SkShader::kMirror_TileMode };
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 68 SkShader::TileMode tm) {
99 SkShader::TileMode tm)
208 SkShader::TileMode tm;
382 SkShader::TileMode tm,
411 SkShader::TileMode tm,
489 SkShader::TileMode tm;
598 SkShader::TileMode tm,
627 SkShader::TileMode tm,
702 SkShader::TileMode tm;
838 SkShader::TileMode tm
    [all...]
  /external/skia/src/gpu/vk/
GrVkSampler.cpp 13 static inline VkSamplerAddressMode tile_to_vk_sampler_address(SkShader::TileMode tm) {
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 248 = new BitmapShader(mFrontBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
250 = new BitmapShader(mBackBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 24 import android.graphics.Shader.TileMode;
61 int colors[], float positions[], int tileMode) {
63 colors, positions, Shader_Delegate.getTileMode(tileMode));
70 int color0, int color1, int tileMode) {
73 tileMode);
92 int colors[], float positions[], TileMode tile) {
112 float positions[], TileMode tile) {
RadialGradient_Delegate.java 24 import android.graphics.Shader.TileMode;
60 int colors[], float positions[], int tileMode) {
62 colors, positions, Shader_Delegate.getTileMode(tileMode));
68 int color0, int color1, int tileMode) {
70 tileMode);
90 TileMode tile) {
102 int[] colors, float[] positions, TileMode mode) {
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 127 0, 0, 0, off-2, mRightColor &0xffffff, mRightColor, Shader.TileMode.CLAMP));
130 0, 0, 0, off-2, mMiddleColor&0xffffff, mMiddleColor, Shader.TileMode.CLAMP));
133 0, 0, 0, off/2, 0x00a0a0a0, 0xffa0a0a0, Shader.TileMode.CLAMP));
  /frameworks/base/core/java/android/content/res/
GradientColor.java 163 private static Shader.TileMode parseTileMode(@GradientTileMode int tileMode) {
164 switch (tileMode) {
166 return Shader.TileMode.CLAMP;
168 return Shader.TileMode.REPEAT;
170 return Shader.TileMode.MIRROR;
172 return Shader.TileMode.CLAMP;
219 Log.v(TAG, "tileMode: " + mTileMode);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AlphaBitmap.java 72 null, Shader.TileMode.MIRROR);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
StepChartExampleActivity.java 78 lineFill.setShader(new LinearGradient(0, 0, 0, 250, Color.WHITE, Color.BLUE, Shader.TileMode.MIRROR));
TimeSeriesActivity.java 82 lineFill.setShader(new LinearGradient(0, 0, 200, 200, Color.WHITE, Color.GREEN, Shader.TileMode.CLAMP));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcherScrim.java 109 Shader.TileMode.CLAMP));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedGradientsActivity.java 52 Shader.TileMode.MIRROR);

Completed in 636 milliseconds

1 2 34 5 6 7 8