KHTML
GraphicsTypes.cpp File Reference
#include "config.h"
#include "GraphicsTypes.h"
#include "PlatformString.h"
#include <wtf/Assertions.h>
Include dependency graph for GraphicsTypes.cpp:
Go to the source code of this file.
Namespaces | |
khtml | |
Functions | |
DOM::DOMString | khtml::compositeOperatorName (CompositeOperator op) |
DOM::DOMString | khtml::lineCapName (LineCap cap) |
DOM::DOMString | khtml::lineJoinName (LineJoin join) |
bool | khtml::parseCompositeOperator (const DOM::DOMString &s, CompositeOperator &op) |
bool | khtml::parseLineCap (const DOM::DOMString &s, LineCap &cap) |
bool | khtml::parseLineJoin (const DOM::DOMString &s, LineJoin &join) |
Variables | |
static const char *const | khtml::compositeOperatorNames [] |
const int | khtml::numCompositeOperatorNames = sizeof(compositeOperatorNames) / sizeof(compositeOperatorNames[0]) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.