/third_party/skia/tests/ |
D | PathRendererCacheTests.cpp | 75 std::function<SkPath(void)> createPath, in test_path() argument 94 SkPath path = createPath(); in test_path() 119 path = createPath(); in test_path()
|
D | TriangulatingPathRendererTests.cpp | 756 for (CreatePathFn createPath : kNonEdgeAAPaths) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 757 test_path(ctx, sdc.get(), createPath()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | PathRendererCacheTests.cpp | 72 std::function<SkPath(void)> createPath, in test_path() argument 90 SkPath path = createPath(); in test_path()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendering_none.cpp | 43 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath&, const GrStyle&) { return nullptr; } in createPath() function in GrGLPathRendering
|
D | GrPathRendering.h | 87 virtual sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) = 0;
|
D | GrResourceProvider.h | 224 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&);
|
D | GrResourceProvider.cpp | 502 sk_sp<GrPath> GrResourceProvider::createPath(const SkPath& path, const GrStyle& style) { in createPath() function in GrResourceProvider 508 return this->gpu()->pathRendering()->createPath(path, style); in createPath()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 38 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) override;
|
D | GrGLPathRendering.cpp | 82 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) { in createPath() function in GrGLPathRendering
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 63 path = resourceProvider->createPath(skPath, shape.style()); in get_gr_path()
|
/third_party/skia/src/xps/ |
D | SkXPSDevice.h | 228 HRESULT createPath(
|
D | SkXPSDevice.cpp | 535 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, in createPath() function in SkXPSDevice 573 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp() 596 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp() 700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.h | 230 HRESULT createPath(
|
D | SkXPSDevice.cpp | 537 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, in createPath() function in SkXPSDevice 575 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp() 598 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp() 704 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresbund.cpp | 1913 static void createPath(const char* origResPath, in createPath() function 2029 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback() 2068 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback() 2075 createPath(origResPath, origResPathLen, fillIn->fResPath, in ures_getByKeyWithFallback() 2078 createPath(origResPath, origResPathLen, "", 0, inKey, path, status); in ures_getByKeyWithFallback()
|
/third_party/freetype/docs/reference/assets/javascripts/lunr/ |
D | wordcut.js | 411 createPath: function() { method 537 , path = self.pathSelector.createPath()
|