Home
last modified time | relevance | path

Searched refs:kMirror_TileMode (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/core/
DSkBitmapSamplerTemplate.h80 : SkBitmapSampler(bm, false, SkShader::kMirror_TileMode, SkShader::kMirror_TileMode) in BITMAP_CLASSNAME_PREFIX()
95 : SkBitmapSampler(bm, false, SkShader::kMirror_TileMode, SkShader::kMirror_TileMode) in BITMAP_CLASSNAME_PREFIX()
DSkBitmapSampler.cpp19 case SkShader::kMirror_TileMode: in get_tilemode_proc()
335 case SkShader::kMirror_TileMode: in Create()
362 case SkShader::kMirror_TileMode: in Create()
389 case SkShader::kMirror_TileMode: in Create()
DSkBitmapProcState_matrixProcs.cpp107 SkASSERT(SkShader::kMirror_TileMode == m); in choose_tile_proc()
154 SkASSERT(SkShader::kMirror_TileMode == tm); in choose_int_tile_proc()
489 case SkShader::kMirror_TileMode: in chooseMatrixProc()
/external/skia/samplecode/
DSampleAnimatedGradient.cpp59 SkShader::kMirror_TileMode); in onDrawContent()
68 SkShader::kMirror_TileMode); in onDrawContent()
75 SkShader::kMirror_TileMode); in onDrawContent()
DSampleAvoid.cpp31 SkShader::kMirror_TileMode); in AvoidView()
37 SkShader::kMirror_TileMode); in AvoidView()
DSampleTinyBitmap.cpp69 SkShader::kMirror_TileMode); in onDrawContent()
DSampleEffects.cpp56 SkShader::kMirror_TileMode))->unref(); in paint_proc3()
DSampleTiling.cpp102 …e gModes[] = { SkShader::kClamp_TileMode, SkShader::kRepeat_TileMode, SkShader::kMirror_TileMode }; in onDrawContent()
DSampleShaderText.cpp142 SkShader::kMirror_TileMode in onDrawContent()
DSampleVertices.cpp51 SK_ARRAY_COUNT(colors), SkShader::kMirror_TileMode, NULL); in make_shader1()
DSampleAll.cpp422 SkShader::TileMode linearMode = SkShader::kMirror_TileMode; in drawPicture()
464 SkShader::kMirror_TileMode, SkShader::kRepeat_TileMode))->unref(); in drawPicture()
DSamplePatch.cpp56 SK_ARRAY_COUNT(colors), SkShader::kMirror_TileMode, NULL); in make_shader1()
DSampleSlides.cpp332 SK_ARRAY_COUNT(colors), SkShader::kMirror_TileMode, NULL); in make_shader1()
/external/skia/bench/
DGradientBench.cpp119 case SkShader::kMirror_TileMode: in tilemodename()
245 …ark* Fact01(void* p) { return new GradientBench(p, kLinear_GradType, SkShader::kMirror_TileMode); } in Fact01()
255 …ark* Fact11(void* p) { return new GradientBench(p, kRadial_GradType, SkShader::kMirror_TileMode); } in Fact11()
258 …rk* Fact31(void* p) { return new GradientBench(p, kRadial2_GradType, SkShader::kMirror_TileMode); } in Fact31()
/external/skia/gm/
Dgradtext.cpp18 SkShader::kMirror_TileMode); in make_grad()
27 SkShader::kMirror_TileMode); in make_grad2()
Dtinybitmap.cpp52 SkShader::kMirror_TileMode); in onDraw()
Dtilemodes.cpp92 …e gModes[] = { SkShader::kClamp_TileMode, SkShader::kRepeat_TileMode, SkShader::kMirror_TileMode }; in onDraw()
Dshadertext.cpp141 SkShader::kMirror_TileMode in onDraw()
/external/skia/src/pdf/
DSkPDFShader.cpp185 if (mode == SkShader::kMirror_TileMode) { in tileModeCode()
549 if (tileModes[0] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
556 if (tileModes[1] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
563 if (tileModes[0] == SkShader::kMirror_TileMode && in SkPDFImageShader()
564 tileModes[1] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
619 if (tileModes[1] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
637 if (tileModes[1] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
657 if (tileModes[0] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
675 if (tileModes[0] == SkShader::kMirror_TileMode) { in SkPDFImageShader()
/external/skia/include/core/
DSkShader.h54kMirror_TileMode, //!< repeat the shader's image horizontally and vertically, alternating mirror… enumerator
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_arrow_model.cc100 grad_points, grad_colors, NULL, 2, SkShader::kMirror_TileMode); in Paint()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGradientSkia.cpp135 tile = SkShader::kMirror_TileMode; in platformGradient()
/external/skia/include/gpu/
DSkGr.h42 (int)SkShader::kMirror_TileMode);
/external/skia/src/views/
DSkWidget.cpp272 …paint->setShader(SkGradientShader::CreateLinear(pts, colors, NULL, 2, SkShader::kMirror_TileMode))…