Home | History | Annotate | Download | only in context

Lines Matching defs:PlatformGraphicsContextRecording

26 #define LOG_TAG "PlatformGraphicsContextRecording"
30 #include "PlatformGraphicsContextRecording.h"
494 // PlatformGraphicsContextRecording
497 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(Recording* recording)
514 PlatformGraphicsContextRecording::~PlatformGraphicsContextRecording()
521 bool PlatformGraphicsContextRecording::isPaintingDisabled()
526 SkCanvas* PlatformGraphicsContextRecording::recordingCanvas()
536 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity)
543 void PlatformGraphicsContextRecording::endTransparencyLayer()
548 void PlatformGraphicsContextRecording::save()
556 void PlatformGraphicsContextRecording::restore()
567 void PlatformGraphicsContextRecording::setAlpha(float alpha)
573 void PlatformGraphicsContextRecording::setCompositeOperation(CompositeOperator op)
579 bool PlatformGraphicsContextRecording::setFillColor(const Color& c)
588 bool PlatformGraphicsContextRecording::setFillShader(SkShader* fillShader)
597 void PlatformGraphicsContextRecording::setLineCap(LineCap cap)
603 void PlatformGraphicsContextRecording::setLineDash(const DashArray& dashes, float dashOffset)
609 void PlatformGraphicsContextRecording::setLineJoin(LineJoin join)
615 void PlatformGraphicsContextRecording::setMiterLimit(float limit)
621 void PlatformGraphicsContextRecording::setShadow(int radius, int dx, int dy, SkColor c)
627 void PlatformGraphicsContextRecording::setShouldAntialias(bool useAA)
634 bool PlatformGraphicsContextRecording::setStrokeColor(const Color& c)
643 bool PlatformGraphicsContextRecording::setStrokeShader(SkShader* strokeShader)
652 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style)
658 void PlatformGraphicsContextRecording::setStrokeThickness(float f)
668 void PlatformGraphicsContextRecording::concatCTM(const AffineTransform& affine)
674 void PlatformGraphicsContextRecording::rotate(float angleInRadians)
681 void PlatformGraphicsContextRecording::scale(const FloatSize& size)
687 void PlatformGraphicsContextRecording::translate(float x, float y)
693 const SkMatrix& PlatformGraphicsContextRecording::getTotalMatrix()
702 void PlatformGraphicsContextRecording::addInnerRoundedRectClip(const IntRect& rect,
709 void PlatformGraphicsContextRecording::canvasClip(const Path& path)
715 bool PlatformGraphicsContextRecording::clip(const FloatRect& rect)
722 bool PlatformGraphicsContextRecording::clip(const Path& path)
730 bool PlatformGraphicsContextRecording::clipConvexPolygon(size_t numPoints,
737 bool PlatformGraphicsContextRecording::clipOut(const IntRect& r)
744 bool PlatformGraphicsContextRecording::clipOut(const Path& path)
751 bool PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule)
761 void PlatformGraphicsContextRecording::clearRect(const FloatRect& rect)
770 void PlatformGraphicsContextRecording::drawBitmapPattern(
779 void PlatformGraphicsContextRecording::drawBitmapRect(const SkBitmap& bitmap,
791 void PlatformGraphicsContextRecording::drawConvexPolygon(size_t numPoints,
806 void PlatformGraphicsContextRecording::drawEllipse(const IntRect& rect)
811 void PlatformGraphicsContextRecording::drawFocusRing(const Vector<IntRect>& rects,
823 void PlatformGraphicsContextRecording::drawHighlightForText(
842 void PlatformGraphicsContextRecording::drawLine(const IntPoint& point1,
852 void PlatformGraphicsContextRecording::drawLineForText(const FloatPoint& pt, float width)
858 void PlatformGraphicsContextRecording::drawLineForTextChecking(const FloatPoint& pt,
865 void PlatformGraphicsContextRecording::drawRect(const IntRect& rect)
870 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule)
875 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect)
880 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect,
888 void PlatformGraphicsContextRecording::fillRoundedRect(
897 void PlatformGraphicsContextRecording::strokeArc(const IntRect& r, int startAngle,
903 void PlatformGraphicsContextRecording::strokePath(const Path& pathToStroke)
908 void PlatformGraphicsContextRecording::strokeRect(const FloatRect& rect, float lineWidth)
915 void PlatformGraphicsContextRecording::drawPosText(const void* inText, size_t byteLength,
934 void PlatformGraphicsContextRecording::drawMediaButton(const IntRect& rect, RenderSkinMediaButton::MediaButton buttonType,
942 void PlatformGraphicsContextRecording::clipState(const FloatRect& clip)
951 void PlatformGraphicsContextRecording::pushStateOperation(CanvasState* canvasState)
960 void PlatformGraphicsContextRecording::popStateOperation()
979 void PlatformGraphicsContextRecording::pushMatrix()
985 void PlatformGraphicsContextRecording::popMatrix()
991 IntRect PlatformGraphicsContextRecording::calculateFinalBounds(FloatRect bounds)
1024 IntRect PlatformGraphicsContextRecording::calculateCoveredBounds(FloatRect bounds)
1046 void PlatformGraphicsContextRecording::appendDrawingOperation(
1077 void PlatformGraphicsContextRecording::appendStateOperation(GraphicsOperation::Operation* operation)
1084 android::LinearAllocator* PlatformGraphicsContextRecording::heap()