Home
last modified time | relevance | path

Searched refs:joins (Results 1 – 19 of 19) sorted by relevance

/external/skia/tests/
DStrokeTest.cpp63 static const SkPaint::Join joins[] = { in test_strokerect() local
67 for (size_t i = 0; i < SK_ARRAY_COUNT(joins); ++i) { in test_strokerect()
68 paint.setStrokeJoin(joins[i]); in test_strokerect()
76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect()
DPaintTest.cpp228 const SkPaint::Join joins[] = { in DEF_TEST() local
256 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/external/autotest/scheduler/
Dquery_managers.py105 joins=('INNER JOIN afe_jobs ON (job_id=afe_jobs.id) '
342 joins='%s %s' % (hqe_join, special_task_join),
Dscheduler_models.py348 def fetch(cls, where='', params=(), joins='', order_by=''): argument
358 'joins' : joins,
521 joins="JOIN afe_jobs_dependency_labels AS deps "
Dmonitor_db_unittest.py155 joins='INNER JOIN afe_jobs ON (job_id=afe_jobs.id)',
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
Dpy_inpainting.markdown43 like contours joins points with same elevation) while matching gradient vectors at the boundary of
/external/icu/icu4c/source/data/brkitr/
Dline_fi.txt46 # is now unattached, becomes an alpha, and joins in with the other
Dline_normal.txt47 # is now unattached, becomes an alpha, and joins in with the other
Dline.txt44 # is now unattached, becomes an alpha, and joins in with the other
Dline_normal_fi.txt47 # is now unattached, becomes an alpha, and joins in with the other
Dline_normal_cj.txt48 # is now unattached, becomes an alpha, and joins in with the other
Dline_loose.txt50 # is now unattached, becomes an alpha, and joins in with the other
Dline_loose_fi.txt48 # is now unattached, becomes an alpha, and joins in with the other
Dline_loose_cj.txt57 # is now unattached, becomes an alpha, and joins in with the other
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P584 the AP/GO. This is used on the GO when a P2P client joins an existing
594 client joins an existing group.
/external/skia/site/dev/design/
Dpdftheory.md348 (color, line joins, etc) are updated, then the content entry fragment
/external/skia/src/animator/
DSkAnimateSchema.xsd1985 <!-- @attribute strokeMiter StrokeMiter limits the pen's joins on narrow angles. -->