/external/chromium_org/ui/base/cocoa/ |
flipped_view.h | 12 // A view where the Y axis is flipped such that the origin is at the top left 13 // and Y value increases downwards. Drawing is flipped so that layout of the
|
appkit_utils.mm | 25 BOOL flipped) { 38 flipped);
|
appkit_utils.h | 31 BOOL flipped);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkIntersections.h | 71 bool flipped) { 75 return horizontal(cubic, left, right, y, flipped); 78 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { 82 return vertical(cubic, top, bottom, x, flipped); 121 bool flipped) { 125 return horizontal(line, left, right, y, flipped); 128 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { 132 return vertical(line, top, bottom, x, flipped); 148 bool flipped) { 152 return horizontal(quad, left, right, y, flipped); [all...] |
SkDLineIntersection.cpp | 200 double y, bool flipped) { 206 insert(t, (double) flipped, leftPt); 211 insert(t, (double) !flipped, rightPt); 215 insert((double) index, flipped ? 1 - t : t, line[index]); 225 if (flipped) { 238 insert(t, (double) flipped, leftPt); 243 insert(t, (double) !flipped, rightPt); 247 insert((double) index, flipped ? 1 - t : t, line[index]); 288 double x, bool flipped) { 294 insert(t, (double) flipped, topPt) [all...] |
SkIntersections.cpp | 192 SkScalar x, bool flipped) { 195 return vertical(line, top, bottom, x, flipped); 199 SkScalar x, bool flipped) { 202 return vertical(quad, top, bottom, x, flipped); 206 SkScalar x, bool flipped) { 209 return vertical(cubic, top, bottom, x, flipped);
|
/external/skia/src/pathops/ |
SkIntersections.h | 71 bool flipped) { 75 return horizontal(cubic, left, right, y, flipped); 78 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { 82 return vertical(cubic, top, bottom, x, flipped); 121 bool flipped) { 125 return horizontal(line, left, right, y, flipped); 128 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { 132 return vertical(line, top, bottom, x, flipped); 148 bool flipped) { 152 return horizontal(quad, left, right, y, flipped); [all...] |
SkDLineIntersection.cpp | 200 double y, bool flipped) { 206 insert(t, (double) flipped, leftPt); 211 insert(t, (double) !flipped, rightPt); 215 insert((double) index, flipped ? 1 - t : t, line[index]); 225 if (flipped) { 238 insert(t, (double) flipped, leftPt); 243 insert(t, (double) !flipped, rightPt); 247 insert((double) index, flipped ? 1 - t : t, line[index]); 288 double x, bool flipped) { 294 insert(t, (double) flipped, topPt) [all...] |
SkIntersections.cpp | 192 SkScalar x, bool flipped) { 195 return vertical(line, top, bottom, x, flipped); 199 SkScalar x, bool flipped) { 202 return vertical(quad, top, bottom, x, flipped); 206 SkScalar x, bool flipped) { 209 return vertical(cubic, top, bottom, x, flipped);
|
/external/chromium_org/cc/quads/ |
texture_draw_quad.cc | 18 flipped(false) { 36 bool flipped) { 51 this->flipped = flipped; 62 bool flipped) { 74 this->flipped = flipped; 97 value->SetBoolean("flipped", flipped);
|
texture_draw_quad.h | 28 bool flipped); 41 bool flipped); 49 bool flipped; member in class:cc::TextureDrawQuad
|
io_surface_draw_quad.cc | 15 orientation(FLIPPED) { 68 case FLIPPED: 69 orientation_string = "flipped";
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
flipped-text-rendering.html | 4 <title>Flipped text in link drag image</title> 7 <p>Try dragging each of the following links. In each case, the link text should appear correctly (not flipped) in the
|
/external/skia/tests/ |
PathOpsQuadLineIntersectionTest.cpp | 32 bool& flipped) { 34 flipped = false; 38 flipped = top > bottom; 39 if (flipped) { 42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); 46 flipped = left > right; 47 if (flipped) { 50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); 78 bool flipped = false; local 85 int result = doIntersect(intersections, quad, line, flipped); 123 bool flipped = false; local [all...] |
PathOpsQuadLineIntersectionThreadedTest.cpp | 15 bool& flipped) { 17 flipped = false; 21 flipped = top > bottom; 22 if (flipped) { 25 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); 29 flipped = left > right; 30 if (flipped) { 33 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); 53 bool flipped = false; local 54 int result = doIntersect(intersections, quad, line, flipped); [all...] |
/external/chromium_org/ui/gfx/image/ |
image_unittest_util_mac.mm | 14 // AppKit's coordinate system is flipped.
|
/external/chromium_org/cc/layers/ |
nine_patch_layer_impl.cc | 111 static const bool flipped = false; local 233 flipped); 246 flipped); 259 flipped); 272 flipped); 285 flipped); 298 flipped); 311 flipped); 324 flipped); 338 flipped); [all...] |
texture_layer_impl.h | 47 void set_flipped(bool flipped) { flipped_ = flipped; }
|
/external/chromium/chrome/browser/ui/gtk/ |
custom_button.h | 45 void set_flipped(bool flipped) { flipped_ = flipped; } 86 // Whether the button is flipped horizontally. Not used for RTL (we get 87 // flipped versions from the theme provider). Used for the flipped window 163 void set_flipped(bool flipped) { button_base_.set_flipped(flipped); }
|
/external/chromium/chrome/browser/ui/cocoa/ |
image_utils.h | 14 // if |neverFlipped| is |YES|, and the context is flipped, the a
|
image_utils_unittest.mm | 11 // Determine whether the view is flipped. 124 // When not flipped, both drawing methods return the same data. 130 // When flipped, there's only a difference when the context flip is
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_android.cc | 27 // Flipped image is not used on Android.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
custom_button.h | 48 void set_flipped(bool flipped) { flipped_ = flipped; } 91 // Whether the button is flipped horizontally. Not used for RTL (we get 92 // flipped versions from the theme provider). Used for the flipped window 172 void set_flipped(bool flipped) { button_base_.set_flipped(flipped); }
|
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | 167 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 183 assertTrue("Shouldn't have flipped bit " + i, !bs.get(i)); 194 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 205 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 217 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 227 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 233 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 244 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 257 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 602 assertTrue("Shouldn't have flipped bit " + i, bs.get(i)) [all...] |
/external/llvm/lib/CodeGen/ |
RegisterCoalescer.h | 52 /// Flipped - True when DstReg and SrcReg are reversed from the original 54 bool Flipped; 64 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {} 71 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {} 98 bool isFlipped() const { return Flipped; }
|