HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsOperation (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.cpp 25 #define LOG_TAG "GraphicsOperation"
28 #include "GraphicsOperation.h"
34 namespace GraphicsOperation {
54 } // namespace GraphicsOperation
RTree.h 31 #include "GraphicsOperation.h"
41 RecordingData(GraphicsOperation::Operation* ops, size_t orderBy)
50 GraphicsOperation::Operation* m_operation;
PlatformGraphicsContextRecording.h 39 namespace GraphicsOperation {
159 void appendDrawingOperation(GraphicsOperation::Operation* operation, const FloatRect& bounds);
160 void appendStateOperation(GraphicsOperation::Operation* operation);
PlatformGraphicsContextRecording.cpp 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);
    [all...]
GraphicsOperation.h 61 namespace GraphicsOperation {
  /external/webkit/Source/WebCore/
Android.mk 645 platform/graphics/android/context/GraphicsOperation.cpp \
    [all...]

Completed in 106 milliseconds