OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highestEnumValue
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
33
static unsigned
highestEnumValue
() { return FECOMPONENTTRANSFER_TYPE_GAMMA; }
SVGFEBlendElement.h
32
static unsigned
highestEnumValue
() { return FEBLEND_MODE_LIGHTEN; }
SVGFEColorMatrixElement.h
33
static unsigned
highestEnumValue
() { return FECOLORMATRIX_TYPE_LUMINANCETOALPHA; }
SVGFECompositeElement.h
33
static unsigned
highestEnumValue
() { return FECOMPOSITE_OPERATOR_ARITHMETIC; }
SVGFEConvolveMatrixElement.h
35
static unsigned
highestEnumValue
() { return EDGEMODE_NONE; }
SVGFEDisplacementMapElement.h
32
static unsigned
highestEnumValue
() { return CHANNEL_A; }
SVGFEMorphologyElement.h
32
static unsigned
highestEnumValue
() { return FEMORPHOLOGY_OPERATOR_DILATE; }
SVGFETurbulenceElement.h
40
static unsigned
highestEnumValue
() { return SVG_STITCHTYPE_NOSTITCH; }
69
static unsigned
highestEnumValue
() { return FETURBULENCE_TYPE_TURBULENCE; }
SVGUnitTypes.h
42
static unsigned
highestEnumValue
() { return SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX; }
SVGGradientElement.h
45
static unsigned
highestEnumValue
() { return SVGSpreadMethodRepeat; }
SVGMarkerElement.h
51
static unsigned
highestEnumValue
() { return SVGMarkerUnitsStrokeWidth; }
80
static unsigned
highestEnumValue
() { return SVGMarkerOrientAngle; }
SVGTextContentElement.h
42
static unsigned
highestEnumValue
() { return SVGLengthAdjustSpacingAndGlyphs; }
SVGTextPathElement.h
43
static unsigned
highestEnumValue
() { return SVGTextPathMethodStretch; }
72
static unsigned
highestEnumValue
() { return SVGTextPathSpacingExact; }
Completed in 94 milliseconds