Searched refs:mirrored (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.h53 // to post blocking tasks to. |mirrored| determines if the returned video
54 // image is mirrored horizontally.
55 Camera(Delegate* delegate, base::Thread* thread, bool mirrored);
H A Dcamera.cc131 Camera::Camera(Delegate* delegate, base::Thread* thread, bool mirrored) argument
141 mirrored_(mirrored) {
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerATSUI.cpp166 bool mirrored = false; local
171 if (!mirrored) {
172 mirrored = true;
/external/bluetooth/glib/glib/
H A Dguniprop.c1215 * @mirrored_ch: location to store the mirrored character
1217 * In Unicode, some characters are <firstterm>mirrored</firstterm>. This
1218 * means that their images are mirrored horizontally in text that is laid
1222 * If @ch has the Unicode mirrored property and there is another unicode
1227 * Return value: %TRUE if @ch has a mirrored character, %FALSE otherwise
1236 gunichar mirrored; local
1238 mirrored = GLIB_GET_MIRRORING(ch);
1240 found = ch != mirrored;
1242 *mirrored_ch = mirrored;

Completed in 69 milliseconds