/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.cc | 122 bool flipped = false; local 133 flipped);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
user_images_grid.js | 490 * Whether the camera live stream and photo should be flipped horizontally. 608 * @return {string} Flipped frame as data URL.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 425 const BOOL flipped = [controlView isFlipped]; 437 if (NSMouseInRect(location, decorationFrames[i], flipped))
|
/external/chromium_org/content/common/ |
cc_messages_unittest.cc | 172 EXPECT_EQ(a->flipped, b->flipped);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadIntersection.cpp | 24 SkDQuad flipped; local 25 const SkDQuad& q = flip ? (flipped = quad.flip()) : quad;
|
SkOpAngle.cpp | 312 SkDCubic origCurve; // can't use segment's curve in place since it may be flipped 365 SkDCubic origCurve; // can't use segment's curve in place since it may be flipped
|
/external/skia/src/pathops/ |
SkDQuadIntersection.cpp | 24 SkDQuad flipped; local 25 const SkDQuad& q = flip ? (flipped = quad.flip()) : quad;
|
SkOpAngle.cpp | 312 SkDCubic origCurve; // can't use segment's curve in place since it may be flipped 365 SkDCubic origCurve; // can't use segment's curve in place since it may be flipped
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
parisc-mont.pl | 189 fldws 4($bp),${fbi} ; bp[0] in flipped word order 309 fldws 0($bp),${fbi} ; bp[1] in flipped word order 439 ldi 12,$ti0 ; bp[i] in flipped word order 524 std $ti0,-8($tp) ; save flipped value 530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
|
/external/openssl/crypto/bn/asm/ |
parisc-mont.pl | 189 fldws 4($bp),${fbi} ; bp[0] in flipped word order 309 fldws 0($bp),${fbi} ; bp[1] in flipped word order 439 ldi 12,$ti0 ; bp[i] in flipped word order 524 std $ti0,-8($tp) ; save flipped value 530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
|
/external/chromium_org/ui/views/ |
view.h | 209 // Position is NOT flipped for RTL. See "RTL positioning" for RTL-sensitive 536 // canvas object during View::Paint() is flipped horizontally. 540 // a flipped gfx::Canvas when the UI layout is right-to-left need to call 547 // Note that if canvas flipping is enabled, the canvas will be flipped only 548 // if the UI layout is right-to-left; that is, the canvas will be flipped 552 // needs to be flipped horizontally when the UI layout is right-to-left [all...] |
/external/chromium/base/mac/ |
mac_util.mm | 396 flipped:NO]];
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.css | 272 content: '\u00bb'; /* raque gets flipped automatically in rtl */
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_source.mm | 260 // Deal with Cocoa's flipped coordinate system.
|
/external/chromium_org/ash/display/ |
root_window_transformers_unittest.cc | 408 // The aspect ratio is flipped, so X margin is now 125.
|
/external/chromium_org/cc/output/ |
software_renderer.cc | 382 if (quad->flipped)
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_mac.mm | 225 // Ensure y coordinates are flipped back into AppKit's coordinate system.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_dialog_window_controller.mm | 189 // This needs a flipped content view because otherwise the size
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_view_mac.mm | 362 // Use a flipped view to pin the matrix top the top left. This is needed
|
/external/chromium_org/chrome/renderer/ |
content_settings_observer.cc | 220 // correctly detect that a piece of content flipped from "not blocked" to
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_mac.mm | 248 // Deal with Cocoa's flipped coordinate system.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 272 // This doesn't need to be flipped when the animation is reversed.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.cpp | [all...] |
RenderThemeChromiumMac.mm | 148 void _NSDrawCarbonThemeBezel(NSRect frame, BOOL enabled, BOOL flipped); 150 void _NSDrawCarbonThemeListBox(NSRect frame, BOOL enabled, BOOL flipped, BOOL always_yes); 804 // Draw the arrow - note this is drawing in a flipped coordinate system, so the 815 // Draw the rectangle that underneath (or above in the flipped system) the arrow. [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
BMPImageReader.h | 311 // True if the BMP is not vertically flipped, that is, the first line of
|