Home
last modified time | relevance | path

Searched refs:gradients (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/gyp/
Deffects.gypi69 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp',
70 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h',
71 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp',
72 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h',
73 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
74 '<(skia_src_path)/effects/gradients/SkClampRange.h',
75 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp',
76 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h',
77 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
78 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
[all …]
Dgmslides.gypi12 '../src/effects/gradients',
/external/skia/experimental/docs/
DexampleSlides.js6 var gradients = { variable
DsvgBackend.js106 var g = gradients[key];
/external/skia/
DAndroid.mk361 src/effects/gradients/Sk4fGradientBase.cpp \
362 src/effects/gradients/Sk4fLinearGradient.cpp \
363 src/effects/gradients/SkClampRange.cpp \
364 src/effects/gradients/SkGradientBitmapCache.cpp \
365 src/effects/gradients/SkGradientShader.cpp \
366 src/effects/gradients/SkLinearGradient.cpp \
367 src/effects/gradients/SkRadialGradient.cpp \
368 src/effects/gradients/SkTwoPointConicalGradient.cpp \
369 src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp \
370 src/effects/gradients/SkSweepGradient.cpp \
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp222 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
240 …>getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0], gradients[face][… in init()
Des2fTextureFilteringTests.cpp443 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
457 …exture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients in init()
Des2fVertexTextureTests.cpp800 static const Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
814 …exture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp222 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
240 …>getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0], gradients[face][… in init()
Des3fTextureShadowTests.cpp495 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
509 …exture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients in init()
/external/opencv3/doc/py_tutorials/py_imgproc/py_gradients/
Dpy_gradients.markdown9 - Find Image gradients, edges etc
64 ![image](images/gradients.jpg)
/external/opencv3/doc/py_tutorials/py_imgproc/
Dpy_table_of_contents_imgproc.markdown31 to find image gradients, edges etc.
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp323 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in getTexCube() local
337 …exCube->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), gradients[face][0], gradients[face][… in getTexCube()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp410 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
424 …exture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients in init()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp397 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() local
411 …exture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients in init()
/external/skia/bench/
DAndroid.mk249 ../gm/gradients.cpp \
460 $(LOCAL_PATH)/../src/effects/gradients \
/external/opencv3/doc/tutorials/imgproc/
Dtable_of_content_imgproc.markdown76 Where we learn how to calculate gradients and use them to detect edges!
/external/skia/src/pdf/
DSkPDFShader.cpp154 int gradients = 0; in gradientFunctionCode() local
159 gradients++; in gradientFunctionCode()
182 for (int i = 0 ; i < gradients + 1; i++) { in gradientFunctionCode()
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.inl124 // Normalise gradients implicitly by scaling m
199 // Normalise gradients
283 // Normalise gradients
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown77 Third argument is aperture_size. It is the size of Sobel kernel used for find image gradients. By
/external/skia/dm/
DAndroid.mk405 ../gm/gradients.cpp \
626 $(LOCAL_PATH)/../src/effects/gradients \
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/
Dsobel_derivatives.markdown169 -# Finally, we try to approximate the *gradient* by adding both directional gradients (note that
/external/skia/site/user/api/
Dskpaint.md7 - [ShShader](#ShShader) - gradients and patterns
129 * **SkShader** - e.g. gradients (linear, radial, sweep), bitmap patterns
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/
Dpy_watershed.markdown16 with different colored water (labels). As the water rises, depending on the peaks (gradients)
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_calculation/
Dhistogram_calculation.markdown43 (i.e. gradients, directions, etc).

12