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

  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 90 #ifdef BUILDING_ON_TIGER // Post-Tiger's setPlatformCompositeOperation() is defined in GraphicsContextCG.cpp.
91 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 345 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
360 printf("GraphicsContext::setPlatformCompositeOperation: Unsupported composite operation %s\n",
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 367 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 444 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 578 void setPlatformCompositeOperation(CompositeOperator);
GraphicsContext.cpp 657 setPlatformCompositeOperation(compositeOperation);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 444 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 1038 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 901 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 201 milliseconds