Searched refs:TileMode (Results 1 - 25 of 153) sorted by path

1234567

/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc51 static SkShader::TileMode WrapModeToTileMode(GLint wrap_mode) {
407 SkShader::TileMode tile_mode = WrapModeToTileMode(lock.wrap_mode());
467 SkShader::TileMode content_tile_mode = WrapModeToTileMode(lock.wrap_mode());
517 SkShader::TileMode mask_tile_mode = WrapModeToTileMode(
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopView.java108 new float[] {0.0f, 0.8f, 0.9f, 1.0f}, Shader.TileMode.CLAMP));
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc39 TileMode xy[2]) const OVERRIDE {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradient.cpp219 SkShader::TileMode tile = SkShader::kClamp_TileMode;
H A DPattern.cpp77 SkShader::TileMode tileModeX = (m_repeatMode & RepeatModeX)
80 SkShader::TileMode tileModeY = (m_repeatMode & RepeatModeY)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp505 SkMatrixConvolutionImageFilter::TileMode toSkiaTileMode(EdgeModeType edgeMode)
528 SkMatrixConvolutionImageFilter::TileMode tileMode = toSkiaTileMode(m_edgeMode);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/skia/bench/
H A DGradientBench.cpp50 SkShader::TileMode tm, float scale) {
55 SkShader::TileMode tm, float scale) {
66 SkShader::TileMode tm, float scale) {
76 SkShader::TileMode tm, float scale) {
90 SkShader::TileMode tm, float scale) {
103 SkShader::TileMode tm, float scale) {
116 SkShader::TileMode tm, float scale) {
130 SkShader::TileMode tm, float scale) {
143 SkShader::TileMode tm, float scale);
175 static const char* tilemodename(SkShader::TileMode t
[all...]
H A DMatrixConvolutionBench.cpp16 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha)
H A DTileBench.cpp41 ConstXTileBench(SkShader::TileMode xTile,
42 SkShader::TileMode yTile,
/external/chromium_org/third_party/skia/gm/
H A Dclippedbitmapshaders.cpp45 ClippedBitmapShadersGM(SkShader::TileMode mode, bool hq=false)
50 SkShader::TileMode fMode;
H A Dgiantbitmap.cpp23 SkShader::TileMode fMode;
63 GiantBitmapGM(SkShader::TileMode mode, bool doFilter, bool doRotate) : fBM(NULL) {
H A DgradientDirtyLaundry.cpp38 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
42 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
50 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
58 typedef SkShader* (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
80 SkShader::TileMode tm = SkShader::kClamp_TileMode;
H A Dgradients.cpp43 SkShader::TileMode tm, const SkMatrix& localMatrix) {
49 SkShader::TileMode tm, const SkMatrix& localMatrix) {
58 SkShader::TileMode, const SkMatrix& localMatrix) {
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
81 SkShader::TileMode tm, const SkMatrix& localMatrix) {
94 SkShader::TileMode tm, const SkMatrix& localMatrix);
124 SkShader::TileMode tm = SkShader::kClamp_TileMode;
181 SkShader::TileMode tm = SkShader::kClamp_TileMode;
H A Dgradients_2pt_conical.cpp41 SkShader::TileMode tm, const SkMatrix& localMatrix) {
54 SkShader::TileMode tm, const SkMatrix& localMatrix) {
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
80 SkShader::TileMode tm, const SkMatrix& localMatrix) {
93 SkShader::TileMode tm, const SkMatrix& localMatrix) {
106 SkShader::TileMode tm, const SkMatrix& localMatrix) {
119 SkShader::TileMode tm, const SkMatrix& localMatrix) {
132 SkShader::TileMode tm, const SkMatrix& localMatrix) {
145 SkShader::TileMode tm, const SkMatrix& localMatrix) {
158 SkShader::TileMode t
[all...]
H A Dgradients_no_texture.cpp29 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;
H A Dmatrixconvolution.cpp54 SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha,
H A Dpictureshader.cpp17 SkShader::TileMode tmx;
18 SkShader::TileMode tmy;
H A Dshadertext.cpp48 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
52 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
60 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
67 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
79 typedef SkShader* (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
118 SkShader::TileMode tileModes[] = {
H A Dshadertext3.cpp89 static const SkShader::TileMode kTileModes[] = {
H A Dtilemodes.cpp38 SkShader::TileMode tmx, SkShader::TileMode tmy) {
92 static const SkShader::TileMode gModes[] = { SkShader::kClamp_TileMode, SkShader::kRepeat_TileMode, SkShader::kMirror_TileMode };
161 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) {
167 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) {
186 typedef SkShader* (*ShaderProc)(SkShader::TileMode, SkShader::TileMode);
214 static const SkShader::TileMode gMode
[all...]
H A Dtilemodes_scaled.cpp39 SkShader::TileMode tmx, SkShader::TileMode tmy) {
109 static const SkShader::TileMode gModes[] = { SkShader::kClamp_TileMode, SkShader::kRepeat_TileMode, SkShader::kMirror_TileMode };
181 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) {
187 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) {
206 typedef SkShader* (*ShaderProc)(SkShader::TileMode, SkShader::TileMode);
234 static const SkShader::TileMode gMode
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkColorShader.h53 TileMode xy[2]) const SK_OVERRIDE;
H A DSkImage.h70 virtual SkShader* newShader(SkShader::TileMode,
71 SkShader::TileMode,

Completed in 5039 milliseconds

1234567