HomeSort by relevance Sort by last modified time
    Searched defs:setStrokeThickness (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 357 void PlatformGraphicsContext::setStrokeThickness(float f)
PlatformGraphicsContextRecording.cpp 158 void PlatformGraphicsContextRecording::setStrokeThickness(float f)
160 PlatformGraphicsContext::setStrokeThickness(f);
161 mGraphicsOperationCollection->append(new GraphicsOperation::SetStrokeThickness(f));
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 115 void GraphicsContext::setStrokeThickness(float thickness)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 561 void PainterOpenVG::setStrokeThickness(float thickness)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 509 void PlatformContextSkia::setStrokeThickness(float thickness)

Completed in 36 milliseconds