Home
last modified time | relevance | path

Searched refs:makeTransform (Results 1 - 13 of 13) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-stream-pipeline.js293 const makeTransform = () => {
325 makeTransform(),
326 makeTransform(),
327 makeTransform(),
328 makeTransform(),
329 makeTransform(),
330 makeTransform(),
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
H A DTestTypeface.cpp182 *path = this->getTestTypeface()->getPath(glyph).makeTransform(fMatrix);
/third_party/skia/gm/
H A Dconvexpolyclip.cpp144 emplace_back(fClips).setPath(hexagon.detach().makeTransform(scaleM));
151 emplace_back(fClips).setPath(SkPath::Rect(rect).makeTransform(rotM));
H A Duserfont.cpp47 builder.setGlyph(index, width/upem, path.makeTransform(scale)); in make_tf()
H A Daaclip.cpp176 fHPath = fVPath.makeTransform(pivot); in ClipCubicGM()
H A Dpatheffects.cpp72 return path.makeTransform(m); in scale()
H A Ddashing.cpp138 return path.makeTransform(matrix); in make_path_star()
/third_party/skia/include/core/
H A DSkPath.h1353 SkPath makeTransform(const SkMatrix& m, in makeTransform() function in SkPath
1361 return this->makeTransform(SkMatrix::Scale(sx, sy), SkApplyPerspectiveClip::kNo); in makeScale()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp354 SkPath path = SkPath::Rect(rect).makeTransform(this->localToDevice()); in drawAnnotation()
1583 SkPath perspectiveOutline = SkPath::Rect(imageBounds).makeTransform(transform); in internalDrawImageRect()
1651 SkPath shape = SkPath::Rect(SkRect::Make(subset)).makeTransform(matrix); in internalDrawImageRect()
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp635 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix)); in onAsPath()
/third_party/skia/samplecode/
H A DSampleClip.cpp266 return rec.fResult.detach().makeTransform(mx); in clip()
/third_party/skia/src/core/
H A DSkPath.cpp3818 SkPath result = rec.fResult.detach().makeTransform(mx); in clip()

Completed in 24 milliseconds