Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkPDFUtils

28 #include "SkPDFUtils.h"
330 SkPDFUtils::EmitPath(*clipPath, SkPaint::kFill_Style, contentStream);
333 SkPDFUtils::AppendRectangle(*clipRect, contentStream);
536 SkPDFUtils::AppendTransform(matrix, fContentStream);
544 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
560 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream);
796 SkPDFUtils::AppendRectangle(bbox, &contentEntry->fContent);
797 SkPDFUtils::PaintPath(paint.getStyle(), SkPath::kWinding_FillType,
856 SkPDFUtils::MoveTo(points[0].fX, points[0].fY,
859 SkPDFUtils::AppendLine(points[i].fX, points[i].fY,
862 SkPDFUtils::StrokePath(&content.entry()->fContent);
866 SkPDFUtils::MoveTo(points[i * 2].fX, points[i * 2].fY,
868 SkPDFUtils::AppendLine(points[i * 2 + 1].fX,
871 SkPDFUtils::StrokePath(&content.entry()->fContent);
877 SkPDFUtils::MoveTo(points[i].fX, points[i].fY,
879 SkPDFUtils::ClosePath(&content.entry()->fContent);
880 SkPDFUtils::StrokePath(&content.entry()->fContent);
911 SkPDFUtils::AppendRectangle(r, &content.entry()->fContent);
912 SkPDFUtils::PaintPath(paint.getStyle(), SkPath::kWinding_FillType,
973 SkPDFUtils::EmitPath(*pathPtr, paint.getStyle(),
975 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(),
1297 SkPDFUtils::DrawFormXObject(fXObjectResources.count() - 1,
1434 SkPDFUtils::AppendTransform(fInitialTransform, &data);
1699 SkPDFUtils::ApplyGraphicState(addGraphicStateResource(sMaskGS.get()),
1701 SkPDFUtils::DrawFormXObject(fXObjectResources.count(),
1707 SkPDFUtils::ApplyGraphicState(addGraphicStateResource(sMaskGS.get()),
1859 SkPDFUtils::ApplyGraphicState(addGraphicStateResource(sMaskGS.get()),
1862 SkPDFUtils::DrawFormXObject(fXObjectResources.count() - 1,
1866 SkPDFUtils::ApplyGraphicState(addGraphicStateResource(sMaskGS.get()),
2038 SkPDFUtils::DrawFormXObject(fXObjectResources.count() - 1,