HomeSort by relevance Sort by last modified time
    Searched refs:TileMode (Results 151 - 175 of 239) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/support/design/base/android/support/design/widget/
ShadowDrawableWrapper.java 308 Shader.TileMode.CLAMP));
316 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalGridView.java 149 Color.TRANSPARENT, Color.BLACK, Shader.TileMode.CLAMP);
215 Color.BLACK, Color.TRANSPARENT, Shader.TileMode.CLAMP);
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
RoundRectDrawableWithShadow.java 317 Shader.TileMode.CLAMP));
325 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 191 mPointRadialPos, Shader.TileMode.CLAMP);
204 mPointRadialPos, Shader.TileMode.CLAMP);
ImageDraw.java 200 BitmapShader bs = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
EclipseControl.java 203 0, .3f, .31f, 1}, Shader.TileMode.CLAMP);
220 0, .3f, .31f, 1}, Shader.TileMode.CLAMP);
  /packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java 29 import android.graphics.Shader.TileMode;
228 0, 0, 0, getHeight(), getColor(mAccentColor, .2f), 0, TileMode.CLAMP));
  /external/skia/samplecode/
SampleSlides.cpp 180 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
184 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
192 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
199 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
210 typedef sk_sp<SkShader> (*GradMaker)(const SkPoint pts[2], const GradData&, SkShader::TileMode);
220 SkShader::TileMode tm = SkShader::kClamp_TileMode;
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.cpp 277 static const SkShader::TileMode kTileModes[] = {
282 SkShader::TileMode tileModes[] = {
518 static const SkShader::TileMode kTileModes[] = {
523 SkShader::TileMode tileModes[] = {
    [all...]
  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 418 static inline int adjust_edge(SkShader::TileMode edgeType, int vs, int vMax) {
466 SkShader::TileMode xTile, SkShader::TileMode yTile,
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 763 SkShader::TileMode::kClamp_TileMode,
764 SkShader::TileMode::kClamp_TileMode,
781 SkShader::TileMode::kClamp_TileMode,
782 SkShader::TileMode::kClamp_TileMode,
791 SkShader::TileMode::kRepeat_TileMode);
    [all...]
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp 73 fTileMode = (SkShader::TileMode)((flags >> kTileModeShift_GSF) & kTileModeMask_GSF);
    [all...]
  /external/skia/tests/
GradientTest.cpp 48 SkShader::TileMode fTileMode;
253 rec.fTileMode = static_cast<SkShader::TileMode>(mode);
401 SkShader::TileMode fTileMode;
  /external/skia/src/image/
SkImage.cpp 92 sk_sp<SkShader> SkImage::makeShader(SkShader::TileMode tileX, SkShader::TileMode tileY,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
UserIconDrawable.java 123 mIconPaint.setShader(new BitmapShader(icon, Shader.TileMode.CLAMP,
124 Shader.TileMode.CLAMP));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 186 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
PageIndicatorView.java 28 import android.graphics.Shader.TileMode;
183 TileMode.CLAMP);
  /packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java 668 srcBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
PreviewBackground.java 59 Shader.TileMode.CLAMP);
154 Shader.TileMode.CLAMP);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 120 50f, color, darkColor, Shader.TileMode.CLAMP);
AnimationLoading.java 177 50f, color, darkColor, Shader.TileMode.CLAMP);
AnimatorEvents.java 184 50f, color, darkColor, Shader.TileMode.CLAMP);
BouncingBalls.java 166 50f, color, darkColor, Shader.TileMode.CLAMP);
MultiPropertyAnimation.java 157 50f, color, darkColor, Shader.TileMode.CLAMP);
  /external/skia/gm/
blurrect.cpp 66 SkShader::TileMode tm = SkShader::kClamp_TileMode;

Completed in 604 milliseconds

1 2 3 4 5 67 8 910