Home | History | Annotate | Download | only in context

Lines Matching refs:GraphicsOperation

37 #include "GraphicsOperation.h"
48 #define NEW_OP(X) new (heap()) GraphicsOperation::X
377 GraphicsOperation::Operation* op = node->m_operation;
399 GraphicsOperation::Operation* op = recordingData->m_operation;
465 GraphicsOperation::Operation* op = nodes[i]->m_operation;
755 GraphicsOperation::ClipPath* operation = NEW_OP(ClipPath)(pathToClip);
883 GraphicsOperation::FillRect* operation = NEW_OP(FillRect)(rect);
1047 GraphicsOperation::Operation* operation, const FloatRect& untranslatedBounds)
1077 void PlatformGraphicsContextRecording::appendStateOperation(GraphicsOperation::Operation* operation)