Home
last modified time | relevance | path

Searched defs:path (Results 3751 - 3775 of 5691) sorted by relevance

1...<<151152153154155156157158159160>>...228

/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp126 void SkPathStroker2::initForPath(const SkPath& path, const SkPaint& paint) { in initForPath() argument
134 SkPath SkPathStroker2::getFillPath(const SkPath& path, const SkPaint& paint) { in getFillPath() argument
304 appendPathReversed(const PathRecorder& path, PathRecorder* result) appendPathReversed() argument
417 makePath(SkPath* path) makePath() argument
427 SkPath path; global() variable
[all...]
H A DSamplePath.cpp52 SkPath path; in test_cubic2() local
135 void drawPath(SkCanvas* canvas, const SkPath& path, SkPaint::Join j) { in drawPath() argument
259 void makePath(SkPath* path) { in makePath() argument
272 SkPath path; global() variable
368 makePath(SkPath* path) makePath() argument
388 SkPath path; global() variable
472 SkPath path; global() variable
697 SkPath path; global() variable
[all...]
H A DSampleSlides.cpp67 static void scale(SkPath* path, SkScalar scale) { in scale() argument
74 SkPath path; in one_d_pe() local
103 SkPath path; in MakeTileEffect() local
120 SkPath path; patheffect_slide() local
[all...]
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp157 void AtlasPathRenderer::AtlasPathKey::set(const SkMatrix& m, const SkPath& path) { in set() argument
169 addPathToAtlas(GrRecordingContext* rContext, const SkMatrix& viewMatrix, const SkPath& path, const SkRect& pathDevBounds, SkIRect* devIBounds, SkIPoint16* locationInAtlas, bool* transposedInAtlas, const DrawRefsAtlasCallback& drawRefsAtlasCallback) addPathToAtlas() argument
285 SkPath path; onDrawPath() local
324 makeAtlasClipEffect(const SurfaceDrawContext* sdc, const GrOp* opBeingClipped, std::unique_ptr<GrFragmentProcessor> inputFP, const SkIRect& drawBounds, const SkMatrix& viewMatrix, const SkPath& path) makeAtlasClipEffect() argument
[all...]
H A DAALinearizingConvexPathRenderer.cpp87 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) Make() argument
102 AAFlatteningConvexPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) AAFlatteningConvexPathOp() argument
399 SkPath path; onDrawPath() local
420 const SkPath& path = GrTest::TestPathConvex(random); GR_DRAW_OP_TEST_DEFINE() local
[all...]
/third_party/skia/src/gpu/v1/
H A DClipStack.h69 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() argument
/third_party/skia/src/core/
H A DSkEdgeClipper.cpp563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath() argument
H A DSkMaskFilter.cpp209 static int countNestedRects(const SkPath& path, SkRect rects[2]) { in countNestedRects() argument
H A DSkClipStack.h84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() argument
[all...]
H A DSkRegion_path.cpp275 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument
314 static bool check_inverse_on_empty_return(SkRegion* dst, const SkPath& path, const SkRegion& clip) { in check_inverse_on_empty_return() argument
322 bool SkRegion::setPath(const SkPath& path, const SkRegion& clip) { in setPath() argument
461 extract_path(Edge* edge, Edge* stop, SkPath* path) extract_path() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp256 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { in tessellate() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp57 std::pair<llvm::StringRef, llvm::StringRef> splitPath(const char *path) in splitPath() argument
472 llvm::DIFile *DebugInfo::getOrCreateFile(const char *path) in getOrCreateFile() argument
482 DebugInfo::LineTokens const *DebugInfo::getOrParseFileTokens(const char *path) in getOrParseFileTokens() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp341 std::shared_ptr<File> Context::Lock::createPhysicalFile(const std::string &path) in createPhysicalFile() argument
353 std::shared_ptr<File> Context::Lock::findFile(const std::string &path) in findFile() argument
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store.c170 static void *file_open_dir(const char *path, const char *uri, void *provctx) in file_open_dir() argument
200 const char *path; in file_open() member
204 const char *path; in file_open() local
[all...]
/third_party/openssl/include/internal/
H A Dcryptlib.h233 static ossl_inline int ossl_ends_with_dirsep(const char *path) in ossl_ends_with_dirsep() argument
247 static ossl_inline int ossl_is_absolute_path(const char *path) in ossl_is_absolute_path() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddcfmtsym.cpp413 CharString path; in initialize() local
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c65 char *path = NULL; in spdy_handler_new_stream() local
/third_party/skia/tests/
H A DAAClipTest.cpp158 static void setRgnToPath(SkRegion* rgn, const SkPath& path) { in setRgnToPath() argument
175 SkPath path; in test_rgn() local
190 imoveTo(SkPath& path, int x, int y) imoveTo() argument
194 icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) icubicTo() argument
201 SkPath path; test_path_bounds() local
318 SkPath path; test_path_with_hole() local
340 SkPath path; test_really_a_rect() local
420 SkPath path; test_crbug_422693() local
[all...]
H A DRRectInPathTest.cpp14 static SkRRect path_contains_rrect(skiatest::Reporter* reporter, const SkPath& path, in path_contains_rrect() argument
53 SkPath path; in inner_path_contains_rrect() local
88 ForceIsRRect_Private(SkPath* path, SkPathDirection dir, unsigned start) { in ForceIsRRect_Private() argument
93 force_path_contains_rrect(skiatest::Reporter* reporter, SkPath& path, SkPathDirection dir, unsigned start) force_path_contains_rrect() argument
112 SkPath path; test_undetected_paths() local
[all...]
H A DRegionTest.cpp423 SkPath path; in DEF_TEST() local
439 SkPath path; in DEF_TEST() local
462 SkPath path; DEF_TEST() local
[all...]
H A DStreamTest.cpp54 SkString path = SkOSPath::Join(tmpDir, "wstream_test"); in test_filestreams() local
310 auto path = SkOSPath::Join(tmpdir.c_str(), "file"); in DEF_TEST() local
H A DTriangulatingPathRendererTests.cpp492 SkPath path; create_path_17() local
503 SkPath path; create_path_20() local
514 SkPath path; create_path_21() local
527 SkPath path; create_path_25() local
543 SkPath path; create_path_26() local
558 SkPath path; create_path_27() local
570 SkPath path; create_path_28() local
581 SkPath path; create_path_31() local
593 SkPath path; create_path_38() local
608 SkPath path; create_path_41() local
624 SkPath path; create_path_43() local
637 SkPath path; create_path_44() local
654 SkPath path; create_path_45() local
687 SkPath path; create_path_46() local
712 test_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const SkPath& path, const SkMatrix& matrix = SkMatrix::I(), GrAAType aaType = GrAAType::kNone, std::unique_ptr<GrFragmentProcessor> fp = nullptr) test_path() argument
858 verify_simple_inner_polygons(skiatest::Reporter* r, const char* shapeName, SkPath path) verify_simple_inner_polygons() argument
[all...]
H A DCanvasTest.cpp225 SkPath path; in make_path_from_rect() local
446 SkPath path; DEF_TEST() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp14 SkPathWriter::SkPathWriter(SkPath& path) in SkPathWriter() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp118 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument

Completed in 20 milliseconds

1...<<151152153154155156157158159160>>...228