Searched refs:morph (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/effects/imagefilters/ |
D | SkMorphologyImageFilter.cpp | 506 static void morph(const SkPMColor* src, SkPMColor* dst, in morph() function 539 static void morph(const SkPMColor* src, SkPMColor* dst, 571 static void morph(const SkPMColor* src, SkPMColor* dst, 694 procX = &morph<MorphType::kDilate, MorphDirection::kX>; in onFilterImage() 695 procY = &morph<MorphType::kDilate, MorphDirection::kY>; in onFilterImage() 697 procX = &morph<MorphType::kErode, MorphDirection::kX>; in onFilterImage() 698 procY = &morph<MorphType::kErode, MorphDirection::kY>; in onFilterImage()
|
/third_party/skia/gm/ |
D | imagefiltersgraph.cpp | 62 sk_sp<SkImageFilter> morph(SkImageFilters::Dilate(5, 5, nullptr)); in onDraw() local 71 std::move(morph))); in onDraw()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_occlusion_query2.txt | 468 8) Can an occlusion query "morph" from SAMPLES_PASSED to
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_occlusion_query2.txt | 478 8) Can an occlusion query "morph" from SAMPLES_PASSED to
|
/third_party/openssl/ |
D | README-ENGINES.md | 185 (copy of the) 'dynamic' ENGINE will magically morph into the ENGINE
|
/third_party/node/deps/openssl/openssl/ |
D | README-ENGINES.md | 185 (copy of the) 'dynamic' ENGINE will magically morph into the ENGINE
|
/third_party/skia/tools/svg/ |
D | svgs.txt | 69 https://www.w3.org/Graphics/SVG/Test/20110816/svg/filters-morph-01-f.svg
|
/third_party/openGLES/extensions/NV/ |
D | NV_evaluators.txt | 453 algorithm allows the tessellation to smoothly morph without popping
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_evaluators.txt | 453 algorithm allows the tessellation to smoothly morph without popping
|
/third_party/python/Doc/library/ |
D | os.rst | 2995 morph to the target dynamically. If the target is present, the type of the
|