OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentColor
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/canvas/
CanvasStyle.cpp
58
if (equalIgnoringCase(colorString, "
currentcolor
"))
67
RGBA32
currentColor
(HTMLCanvasElement* canvas)
84
parsedColor =
currentColor
(canvas);
146
return adoptRef(new CanvasStyle(
CurrentColor
));
201
case
CurrentColor
:
260
case
CurrentColor
:
297
case
CurrentColor
:
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
210
Color
currentColor
;
/frameworks/base/opengl/libagl/
array.cpp
136
static void
currentColor
(ogles_context_t* c, GLfixed* v, const GLvoid*) {
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp
287
Color
currentColor
;
[
all
...]
Completed in 635 milliseconds