Home
last modified time | relevance | path

Searched defs:path (Results 3976 - 4000 of 4537) sorted by relevance

1...<<151152153154155156157158159160>>...182

/third_party/python/Lib/importlib/metadata/
H A D__init__.py758 def path(self): global() member in DistributionFinder.Context
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c169 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument
1004 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1123 char *path; OSSL_HTTP_get() local
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp1370 char path[MAX_PATH]; in getTempPath() local
1392 void writeFile(const char *path, const void *content, size_t size) in writeFile() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc543 auto path = "embedded-shaders/" + shader->GetName(); in ParseShaderBlock() local
[all...]
/third_party/skia/src/core/
H A DSkDraw.cpp407 SkPath path; in drawPoints() local
443 SkPath path = SkPath::Line(pts[0], pts[1]); in drawPoints() local
520 SkPath path; in drawPoints() local
803 SkPath path; drawRRect() local
[all...]
H A DSkPictureRecord.cpp355 void SkPictureRecord::onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipPath() argument
520 void SkPictureRecord::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath() argument
715 void SkPictureRecord::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { in onDrawShadowRec() argument
850 addPathToHeap(const SkPath& path) addPathToHeap() argument
859 addPath(const SkPath& path) addPath() argument
[all...]
H A DSkBitmapDevice.cpp384 void SkBitmapDevice::drawPath(const SkPath& path, in drawPath() argument
655 void SkBitmapDevice::onClipPath(const SkPath& path, SkClipOp op, bool aa) { in onClipPath() argument
H A DSkPathBuilder.cpp213 auto path = SkPath(std::move(pr), fFillType, fIsVolatile, convexity, dir); in make() local
237 auto path = this->make(sk_sp<SkPathRef>(new SkPathRef(std::move(fPts), in detach() local
[all...]
H A DSkScalerContext.cpp454 static void generateMask(const SkMask& mask, const SkPath& path, in generateMask() argument
689 bool SkScalerContext::getPath(SkPackedGlyphID glyphID, SkPath* path) { in getPath() argument
703 SkPath path; in internalGetPath() local
[all...]
H A DSkTextBlob.cpp1033 SkPath path; in GetPathforTextBlob() local
H A DSkRecorder.cpp203 void SkRecorder::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath() argument
283 void SkRecorder::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { in onDrawShadowRec() argument
372 void SkRecorder::onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipPath() argument
H A DSkStream.cpp183 SkFILEStream::SkFILEStream(const char path[]) in SkFILEStream() argument
407 SkFILEWStream::SkFILEWStream(const char path[]) in SkFILEWStream() argument
896 static sk_sp<SkData> mmap_filename(const char path[]) { in mmap_filename() argument
907 std::unique_ptr<SkStreamAsset> SkStream::MakeFromFile(const char path[]) { in MakeFromFile() argument
[all...]
H A DSkDevice.cpp128 SkPath path; in drawRegion() local
143 SkPath path; in drawArc() local
152 SkPath path; in drawDRRect() local
539 onClipPath(const SkPath& path, SkClipOp op, bool aa) onClipPath() argument
[all...]
H A DSkTypeface.cpp222 sk_sp<SkTypeface> SkTypeface::MakeFromFile(const char path[], int index) { in MakeFromFile() argument
H A DSkRemoteGlyphCache.cpp446 const SkPath* path = glyph.path(); in writeGlyphPath() local
1037 SkPath path; in readStrikeData() local
[all...]
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp226 inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPathFirstDirection* dir) { in get_direction() argument
277 bool get_segments(const SkPath& path, in get_segments() argument
697 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, const GrUserStencilSettings* stencilSettings) Make() argument
706 AAConvexPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, const SkPath& path, const GrUserStencilSettings* stencilSettings) AAConvexPathOp() argument
927 SkPath path; onDrawPath() local
[all...]
H A DDefaultPathRenderer.cpp152 void addPath(const SkPath& path, SkScalar srcSpaceTol) { in addPath() argument
185 static bool PathHasMultipleSubpaths(const SkPath& path) { in PathHasMultipleSubpaths() argument
419 DefaultPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkPath& path, in DefaultPathOp() argument
394 Make(GrRecordingContext* context, GrPaint&& paint, const SkPath& path, SkScalar tolerance, uint8_t coverage, const SkMatrix& viewMatrix, bool isHairline, GrAAType aaType, const SkRect& devBounds, const GrUserStencilSettings* stencilSettings) Make() argument
595 const SkPath& path = GrTest::TestPath(random); GR_DRAW_OP_TEST_DEFINE() local
629 SkPath path; internalDrawPath() local
[all...]
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp248 SkPath path; in clip_atlas_fp() local
[all...]
H A DDevice_drawTexture.cpp557 SkPath path; in draw_image() local
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp45 static int getOnCurvePoints(const SkPath& path, SkPoint storage[]) { in getOnCurvePoints() argument
63 static void getContourCounts(const SkPath& path, SkTArray<int>* contourCounts) { in getContourCounts() argument
283 void draw_points(SkCanvas* canvas, const SkPath& path, SkColor color, in draw_points() argument
308 void draw_ribs(SkCanvas* canvas, const SkPath& path, SkScala argument
341 draw_t_divs(SkCanvas* canvas, const SkPath& path, SkScalar width, SkColor color) draw_t_divs() argument
399 draw_stroke(SkCanvas* canvas, const SkPath& path, SkScalar width, SkScalar scale, bool drawText) draw_stroke() argument
473 SkPath path; draw_fill() local
555 SkPath path; arcCenter() local
589 SkPath path; global() variable
[all...]
/third_party/skia/src/c/
H A Dsk_surface.cpp239 const SkPath& path = AsPath(*cpath); in sk_path_get_bounds() local
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp744 const SkPath& path = pathStroke->fPath; in prepare() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3798 Path::Path(const std::string& path, in Path() argument
3813 void Path::makePath(const std::string& path, const InArgs& in) { in makePath() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3798 Path::Path(const std::string& path, in Path() argument
3813 void Path::makePath(const std::string& path, const InArgs& in) { in makePath() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjunittest.c356 char path[filePathSize]; in writeJPEG() local

Completed in 51 milliseconds

1...<<151152153154155156157158159160>>...182