Home
last modified time | relevance | path

Searched refs:Supports (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/src/core/
DSkCpu.h53 static bool Supports(uint32_t);
58 inline bool SkCpu::Supports(uint32_t mask) { in Supports() function
DSkBlitter_RGB565.cpp66 bool SkRGB565_Shader_Blitter::Supports(const SkPixmap& device, const SkPaint& paint) { in Supports() function in SkRGB565_Shader_Blitter
88 SkASSERT(Supports(device, paint)); in SkRGB565_Shader_Blitter()
DSkBlitter_Sprite.cpp62 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { in Supports() function in SkSpriteBlitter_Memcpy
202 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) { in ChooseSprite()
DSkCoreBlitters.h155 static bool Supports(const SkPixmap& device, const SkPaint&);
/third_party/openssl/doc/man3/
DEVP_DigestVerifyInit.pod70 Supports SHA1, SHA224, SHA256, SHA384 and SHA512
74 Supports SHA1, SHA224, SHA256, SHA384, SHA512 and SM3
78 Supports no digests (the digest B<type> must be NULL)
82 Supports SHA1, SHA256, SHA384 and SHA512
95 Supports any digest
DEVP_DigestSignInit.pod79 Supports SHA1, SHA224, SHA256, SHA384 and SHA512
83 Supports SHA1, SHA224, SHA256, SHA384, SHA512 and SM3
87 Supports no digests (the digest I<type> must be NULL)
91 Supports SHA1, SHA256, SHA384 and SHA512
104 Supports any digest
/third_party/noto-cjk/
DREADME.OpenSource9 …"Description": "Supports Chinese Simplified, Chinese Traditional, Japanese, and Korean font collec…
/third_party/notofonts/
DREADME.OpenSource9 "Description": "Supports global font collections in all languages (except CJK and emojis)."
/third_party/rust/crates/cxx/book/src/build/
Dcmake.md15 - Supports cross-language link time optimization (LTO)
/third_party/qrcodegen/python/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/glslang/
DCHANGES.md206 * Supports cross-stage automatic IO mapping
207 * Supports GL_EXT_vulkan_glsl_relaxed (-R option)
/third_party/qrcodegen/rust/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/qrcodegen/typescript-javascript/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/qrcodegen/cpp/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/icu/docs/userguide/conversion/
Dindex.md74 6. Supports fallbacks to the codepage
76 7. Supports reverse fallbacks to Unicode
/third_party/qrcodegen/c/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/qrcodegen/java/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/qrcodegen/java-fast/
DReadme.markdown22 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/qrcodegen/rust-no-heap/
DReadme.markdown19 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/mesa3d/docs/gallium/
Ddistro.rst95 acceleration services to X11 servers with the DRI extension. Supports DRI1
/third_party/node/deps/minimatch/src/node_modules/balanced-match/
DREADME.md3 Match balanced string pairs, like `{` and `}` or `<b>` and `</b>`. Supports regular expressions as …
/third_party/qrcodegen/
DReadme.markdown20 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/vk-gl-cts/external/amber/src/
DREADME.md9 * Supports Vulkan graphics API
10 * WIP: Supports [Dawn][Dawn] graphics API
/third_party/python/Doc/library/
Dpyclbr.rst5 :synopsis: Supports information extraction for a Python module browser.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1717 bool (*Supports)(uint64_t); in DWARFObjInMemory() local
1719 std::tie(Supports, Resolver) = getRelocationResolver(Obj); in DWARFObjInMemory()
1738 if (Supports && Supports(Reloc.getType())) { in DWARFObjInMemory()

123