Searched refs:makeTransform (Results 1 - 13 of 13) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-stream-pipeline.js | 293 const makeTransform = () => { 325 makeTransform(), 326 makeTransform(), 327 makeTransform(), 328 makeTransform(), 329 makeTransform(), 330 makeTransform(),
|
/third_party/skia/tools/fonts/ |
H A D | ToolUtilsFont.cpp | 98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
|
H A D | TestTypeface.cpp | 182 *path = this->getTestTypeface()->getPath(glyph).makeTransform(fMatrix);
|
/third_party/skia/gm/ |
H A D | convexpolyclip.cpp | 144 emplace_back(fClips).setPath(hexagon.detach().makeTransform(scaleM)); 151 emplace_back(fClips).setPath(SkPath::Rect(rect).makeTransform(rotM));
|
H A D | userfont.cpp | 47 builder.setGlyph(index, width/upem, path.makeTransform(scale)); in make_tf()
|
H A D | aaclip.cpp | 176 fHPath = fVPath.makeTransform(pivot); in ClipCubicGM()
|
H A D | patheffects.cpp | 72 return path.makeTransform(m); in scale()
|
H A D | dashing.cpp | 138 return path.makeTransform(matrix); in make_path_star()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1353 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 D | SkPDFDevice.cpp | 354 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 D | SkSVGText.cpp | 635 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix)); in onAsPath()
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 266 return rec.fResult.detach().makeTransform(mx); in clip()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 3818 SkPath result = rec.fResult.detach().makeTransform(mx); in clip()
|
Completed in 19 milliseconds