HomeSort by relevance Sort by last modified time
    Searched refs:corner (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 381 static inline void updateCornerRadiusWidthAndHeight(CSSPrimitiveValue* corner, String& width, String& height)
383 if (!corner)
386 Pair* radius = corner->getPairValue();
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 46 The lower-left corner has texture coordinate (0,0,r,q).
123 are labeled A, B, C, and D, starting at the lower-left corner and moving
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_transform.js 61 addCropFrame('left top corner');
63 addCropFrame('right top corner');
66 addCropFrame('left bottom corner');
68 addCropFrame('right bottom corner');
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 61 addCropFrame('left top corner');
63 addCropFrame('right top corner');
66 addCropFrame('left bottom corner');
68 addCropFrame('right bottom corner');
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-newsource.js 62 // of the script causes us to visit a corner case, but I'd like to validate
div-mod.js 92 // Test extreme corner cases of modulo.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-145201.js 28 // Fix some corner cases in skipping native methods using caller.
regress-1708.js 28 // Regression test of a very rare corner case where left-trimming an
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 46 The lower-left corner has texture coordinate (0,0,r,q).
123 are labeled A, B, C, and D, starting at the lower-left corner and moving
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 128 * @param {number} x X coordinate of top-left corner of hole.
129 * @param {number} y Y coordinate of top-left corner of hole.
  /external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp 34 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
37 compose = SkComposePathEffect::Create(pe, corner);
38 corner->unref();
40 compose = corner;
  /external/libpcap/msdos/
pkt_rx1.s 49 mov di, 158 ;; upper right corner - 1
pkt_rx0.asm 79 mov di, 158 ;; upper right corner - 1
  /external/skia/samplecode/
SampleSlides.cpp 34 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
37 compose = SkComposePathEffect::Create(pe, corner);
38 corner->unref();
40 compose = corner;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp 543 PassRefPtr<JSONObject> objectForRadius(const SkRRect& rrect, SkRRect::Corner corner)
546 SkVector radius = rrect.radii(corner);
567 String radiusName(SkRRect::Corner corner)
569 switch (corner) {
589 rrectItem->setObject(radiusName((SkRRect::Corner) i), objectForRadius(rrect, (SkRRect::Corner) i));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 770 IntRect corner = box->layer()->scrollableArea()->touchResizerCornerRect(bounds); local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 261 SkDVector corner[4] = { local
268 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
269 max = SkTMax(max, corner[index].length());
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 261 SkDVector corner[4] = { local
268 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
269 max = SkTMax(max, corner[index].length());
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1303 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1303 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
gallery.css 945 .gallery .crop-frame .corner {
951 .gallery .crop-frame .corner.left {
955 .gallery .crop-frame .corner.right {
959 .gallery .crop-frame .corner.top {
963 .gallery .crop-frame .corner.bottom {
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 953 .gallery .crop-frame .corner {
959 .gallery .crop-frame .corner.left {
963 .gallery .crop-frame .corner.right {
967 .gallery .crop-frame .corner.top {
971 .gallery .crop-frame .corner.bottom {
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 194 'scrollbar-corner',
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 241 .scrollable-content::-webkit-scrollbar-corner,
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]

Completed in 1844 milliseconds

1 23 4