Home
last modified time | relevance | path

Searched refs:mirrored (Results 1 – 25 of 71) sorted by relevance

123

/third_party/boost/boost/histogram/detail/
Doperators.hpp30 struct mirrored { struct
40 struct mirrored<T, void> { struct
68 struct mirrored<T, T> { struct
86 struct totally_ordered_impl : equality<T, U>, mirrored<T, U> {
92 struct totally_ordered_impl<T, void> : equality<T, void>, mirrored<T, void> {
109 struct partially_ordered_impl : equality<T, U>, mirrored<T, U> {
115 struct partially_ordered_impl<T, void> : equality<T, void>, mirrored<T, void> {
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DBuildMirroringTables.java55 UnicodeSet mirrored = new UnicodeSet("[\\p{Bidi_Mirrored}]"); in writeMirroredDataFile() local
56 int count = mirrored.size(); in writeMirroredDataFile()
64 int ch = mirrored.charAt(i); in writeMirroredDataFile()
/third_party/python/Lib/test/
Dtest_unicodedata.py91 str(self.db.mirrored(char)),
162 self.assertEqual(self.db.mirrored('\uFFFE'), 0)
163 self.assertEqual(self.db.mirrored('a'), 0)
164 self.assertEqual(self.db.mirrored('\u2201'), 1)
165 self.assertEqual(self.db.mirrored('\U00020000'), 0)
167 self.assertRaises(TypeError, self.db.mirrored)
168 self.assertRaises(TypeError, self.db.mirrored, 'xx')
282 self.assertTrue(unicodedata.mirrored("\u0f3a"))
283 self.assertTrue(not unicodedata.ucd_3_2_0.mirrored("\u0f3a"))
/third_party/python/Doc/library/
Dunicodedata.rst90 .. function:: mirrored(chr)
92 Returns the mirrored property assigned to the character *chr* as
93 integer. Returns ``1`` if the character has been identified as a "mirrored"
/third_party/flutter/engine/flutter/common/
Dconfig.gni31 # This needs to be mirrored here because build/toolchain/clang.gni does
/third_party/glib/glib/
Dguniprop.c1234 gunichar mirrored; in g_unichar_get_mirror_char() local
1236 mirrored = GLIB_GET_MIRRORING(ch); in g_unichar_get_mirror_char()
1238 found = ch != mirrored; in g_unichar_get_mirror_char()
1240 *mirrored_ch = mirrored; in g_unichar_get_mirror_char()
/third_party/flutter/skia/src/gpu/gradients/
DGrTiledGradientEffect.fp41 // t.x has been tiled (repeat or mirrored), but pass through remaining 3 components
/third_party/openGLES/extensions/EXT/
DEXT_texture_mirror_clamp.txt61 & mirrored) and four ways for texture coordinate clamping to
123 Moreover, MIRRORED_REPEAT uses "mirrored" to help that the
147 "mirror image". This mode allows the texture to be mirrored only
DEXT_texture_mirror_clamp_to_edge.txt58 This mode allows the texture to be mirrored only once in the negative
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_mirror_clamp.txt61 & mirrored) and four ways for texture coordinate clamping to
123 Moreover, MIRRORED_REPEAT uses "mirrored" to help that the
147 "mirror image". This mode allows the texture to be mirrored only
DEXT_texture_mirror_clamp_to_edge.txt58 This mode allows the texture to be mirrored only once in the negative
/third_party/boost/libs/geometry/doc/generated/
Dtransform_map_transformer.qbk37 [[bool Mirror] [false] [if true map is mirrored upside-down (in most cases pixels are from top to b…
/third_party/skia/third_party/externals/tint/test/bug/dawn/
D947.wgsl30 // We need to get the mirror positions(mirrored based on y = 0.5) on flip cases.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dtile_mode.dart46 /// Edge is mirrored from last color to first.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dicon_data.dart45 /// Whether this icon should be automatically mirrored in right-to-left
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DREADME.txt16 This directory is mirrored between libcxxabi/demangle and
/third_party/flutter/flutter/packages/flutter/lib/src/material/animated_icons/
Danimated_icons.dart99 /// If the text direction is [TextDirection.rtl], the icon will be mirrored
150 /// If this is true the image will be mirrored horizontally.
Danimated_icons_data.dart74 /// Whether this icon should be mirrored horizontally when text direction is
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp516 UnicodeSet mirrored("[:Bidi_M:]", errorCode); in TestBidiPairedBracketType() local
518 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType()
/third_party/openGLES/extensions/ATI/
DATI_texture_mirror_once.txt35 This mode allows the texture to be mirrored only once in the negative
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_texture_mirror_once.txt35 This mode allows the texture to be mirrored only once in the negative
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.texture.gather.txt37 - Test each wrap mode (clamp to edge, repeat, mirrored repeat) for both S and
/third_party/python/Doc/tutorial/
Dwhatnow.rst35 site is mirrored in various places around the world, such as Europe, Japan, and
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md59 any received messages (such as its own sends mirrored back, or anything
/third_party/boost/boost/histogram/
Dindexed.hpp66 class BOOST_ATTRIBUTE_NODISCARD accessor : detail::mirrored<accessor, void> {

123