Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h

Issue 1419583002: Remove SVG glyph-orientation-horizontal and glyph-orientation-vertical (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove glyph-orientation-rounding-test Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org> 2 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
3 2004, 2005 Rob Buis <buis@kde.org> 3 2004, 2005 Rob Buis <buis@kde.org>
4 Copyright (C) Research In Motion Limited 2010. All rights reserved. 4 Copyright (C) Research In Motion Limited 2010. All rights reserved.
5 5
6 Based on khtml code by: 6 Based on khtml code by:
7 Copyright (C) 2000-2003 Lars Knoll (knoll@kde.org) 7 Copyright (C) 2000-2003 Lars Knoll (knoll@kde.org)
8 (C) 2000 Antti Koivisto (koivisto@kde.org) 8 (C) 2000 Antti Koivisto (koivisto@kde.org)
9 (C) 2000-2003 Dirk Mueller (mueller@kde.org) 9 (C) 2000-2003 Dirk Mueller (mueller@kde.org)
10 (C) 2002-2003 Apple Computer, Inc. 10 (C) 2002-2003 Apple Computer, Inc.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 CI_AUTO, CI_SRGB, CI_LINEARRGB 65 CI_AUTO, CI_SRGB, CI_LINEARRGB
66 }; 66 };
67 67
68 enum EColorRendering { 68 enum EColorRendering {
69 CR_AUTO, CR_OPTIMIZESPEED, CR_OPTIMIZEQUALITY 69 CR_AUTO, CR_OPTIMIZESPEED, CR_OPTIMIZEQUALITY
70 }; 70 };
71 enum EShapeRendering { 71 enum EShapeRendering {
72 SR_AUTO, SR_OPTIMIZESPEED, SR_CRISPEDGES, SR_GEOMETRICPRECISION 72 SR_AUTO, SR_OPTIMIZESPEED, SR_CRISPEDGES, SR_GEOMETRICPRECISION
73 }; 73 };
74 74
75 enum EGlyphOrientation {
76 GO_0DEG, GO_90DEG, GO_180DEG, GO_270DEG, GO_AUTO
77 };
78
79 enum EAlignmentBaseline { 75 enum EAlignmentBaseline {
80 AB_AUTO, AB_BASELINE, AB_BEFORE_EDGE, AB_TEXT_BEFORE_EDGE, 76 AB_AUTO, AB_BASELINE, AB_BEFORE_EDGE, AB_TEXT_BEFORE_EDGE,
81 AB_MIDDLE, AB_CENTRAL, AB_AFTER_EDGE, AB_TEXT_AFTER_EDGE, 77 AB_MIDDLE, AB_CENTRAL, AB_AFTER_EDGE, AB_TEXT_AFTER_EDGE,
82 AB_IDEOGRAPHIC, AB_ALPHABETIC, AB_HANGING, AB_MATHEMATICAL 78 AB_IDEOGRAPHIC, AB_ALPHABETIC, AB_HANGING, AB_MATHEMATICAL
83 }; 79 };
84 80
85 enum EDominantBaseline { 81 enum EDominantBaseline {
86 DB_AUTO, DB_USE_SCRIPT, DB_NO_CHANGE, DB_RESET_SIZE, 82 DB_AUTO, DB_USE_SCRIPT, DB_NO_CHANGE, DB_RESET_SIZE,
87 DB_IDEOGRAPHIC, DB_ALPHABETIC, DB_HANGING, DB_MATHEMATICAL, 83 DB_IDEOGRAPHIC, DB_ALPHABETIC, DB_HANGING, DB_MATHEMATICAL,
88 DB_CENTRAL, DB_MIDDLE, DB_TEXT_AFTER_EDGE, DB_TEXT_BEFORE_EDGE 84 DB_CENTRAL, DB_MIDDLE, DB_TEXT_AFTER_EDGE, DB_TEXT_BEFORE_EDGE
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 Length rx; 297 Length rx;
302 Length ry; 298 Length ry;
303 private: 299 private:
304 StyleLayoutData(); 300 StyleLayoutData();
305 StyleLayoutData(const StyleLayoutData&); 301 StyleLayoutData(const StyleLayoutData&);
306 }; 302 };
307 303
308 } // namespace blink 304 } // namespace blink
309 305
310 #endif // SVGComputedStyleDefs_h 306 #endif // SVGComputedStyleDefs_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/style/SVGComputedStyle.cpp ('k') | third_party/WebKit/Source/core/svg/SVGAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698