Searched refs:arc (Results 1 - 25 of 106) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h37 struct arc { struct
55 void arc_init(struct arc *arc,
62 void arc_add_to_polygon(struct arc *arc,
67 void arc_to_path(struct arc *arc,
71 void arc_stroke_cb(struct arc *arc,
75 void arc_stroker_emit(struct arc *ar
[all...]
H A Darc.c27 #include "arc.h"
165 try_to_fix_radii(struct arc *arc) argument
171 rot = DEGREES_TO_RADIANS(arc->theta);
178 x0p = (arc->x1*COS + arc->y1*SIN)/arc->a;
179 y0p = (-arc->x1*SIN + arc->y1*COS)/arc
226 find_angles(struct arc *arc) argument
320 check_endpoints(struct arc *arc) argument
346 arc_init(struct arc *arc, VGPathSegment type, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat rh, VGfloat rv, VGfloat rot) argument
419 estimate_error(struct arc *arc, double etaA, double etaB) argument
525 num_beziers_needed(struct arc *arc) argument
553 arc_to_beziers(struct arc *arc, struct arc_cb cb, struct matrix *matrix) argument
655 arc_add_to_polygon(struct arc *arc, struct polygon *poly, struct matrix *matrix) argument
669 arc_stroke_cb(struct arc *arc, struct stroker *stroke, struct matrix *matrix) argument
683 arc_stroker_emit(struct arc *arc, struct stroker *stroker, struct matrix *matrix) argument
697 arc_to_path(struct arc *arc, struct path *path, struct matrix *matrix) argument
[all...]
/external/autotest/client/site_tests/graphics_Gralloc/
H A Dgraphics_Gralloc.py11 from autotest_lib.client.common_lib.cros import arc namespace
18 class graphics_Gralloc(arc.ArcTest):
36 arc.adb_root()
38 arc.adb_cmd('-e push %s %s' % (cmd, _SDCARD_EXEC))
39 arc._android_shell('mkdir -p %s' % (_EXEC_DIRECTORY))
40 arc._android_shell('mv %s %s' % (_SDCARD_EXEC, _ANDROID_EXEC))
41 arc._android_shell('chmod o+rwx %s' % (_ANDROID_EXEC))
45 arc._android_shell('rm -rf %s' % (_EXEC_DIRECTORY))
61 stdout = arc._android_shell(cmd)
/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp72 const CArcInfo &arc = *g_Arcs[formatIndex]; local
75 *outObject = arc.CreateInArchive();
80 if (!arc.CreateOutArchive)
82 *outObject = arc.CreateOutArchive();
96 const CArcInfo &arc = *g_Arcs[formatIndex]; local
100 case NArchive::NHandlerPropID::kName: prop = arc.Name; break;
104 CLS_ARC_ID_ITEM(clsId) = arc.ClassId;
107 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
108 case NArchive::NHandlerPropID::kAddExtension: if (arc
[all...]
/external/autotest/client/site_tests/cheets_CTSHelper/
H A Dcheets_CTSHelper.py7 from autotest_lib.client.common_lib.cros import arc namespace
30 arc_mode=arc.arc_common.ARC_MODE_ENABLED) as _:
37 arc_mode=arc.arc_common.ARC_MODE_ENABLED,
47 arc_mode=arc.arc_common.ARC_MODE_ENABLED,
/external/skia/gm/
H A Darcofzorro.cpp45 for (float arc = 134.0f; arc < 136.0f; arc += 0.01f) {
52 canvas->drawArc(rect, 0, arc, false, p);
H A Dcirculararcs.cpp32 // Use alpha so we see magenta on overlap between arc and its complement.
183 for (auto arc : noDrawArcs) {
186 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint);
187 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint);
201 for (auto arc : arcs) {
202 canvas->drawArc(arc
[all...]
/external/autotest/client/bin/
H A Dvm_sanity.py23 from autotest_lib.client.common_lib.cros import arc, arc_common, chrome namespace
51 arc.wait_for_android_process('org.chromium.arc.intent_helper')
52 arc.wait_for_adb_ready()
54 if not arc.is_package_installed('android'):
59 utils.poll_for_condition(lambda: not arc.is_adb_connected(),
H A Dautologin.py25 parser.add_argument('-a', '--arc', action='store_true',
30 chrome.Chrome(arc_mode=('enabled' if args.arc else None))
/external/autotest/client/cros/multimedia/
H A Darc_resource.py14 from autotest_lib.client.common_lib.cros import arc namespace
44 _MICROPHONE_ACTIVITY = 'org.chromium.arc.testapp.microphone/.MainActivity'
45 _MICROPHONE_PACKAGE = 'org.chromium.arc.testapp.microphone'
126 arc.adb_shell('pm grant %s android.permission.%s' % (
133 arc.adb_shell('am start -W %s' % pipes.quote(self._MICROPHONE_ACTIVITY))
142 arc.adb_shell(
154 arc.adb_cmd('pull %s %s' % (pipes.quote(self._MICROPHONE_RECORD_PATH),
160 arc.adb_shell('rm %s' % pipes.quote(self._MICROPHONE_RECORD_PATH))
194 arc.adb_cmd('push %s %s' % (pipes.quote(file_path),
228 arc
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c991 FT_Vector* arc = bez_stack; local
996 arc[0].x = UPSCALE( to->x );
997 arc[0].y = UPSCALE( to->y );
998 arc[1].x = UPSCALE( control->x );
999 arc[1].y = UPSCALE( control->y );
1000 arc[2].x = ras.x;
1001 arc[2].y = ras.y;
1003 /* short-cut the arc that crosses the current band */
1004 if ( ( TRUNC( arc[0].y ) >= ras.max_ey &&
1005 TRUNC( arc[
1085 FT_Vector* arc = bez_stack; local
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp34 const CArc &arc = arcLink.Arcs.Back(); local
36 IInArchive *archive = arc.Archive;
42 UString replaceName = arc.DefaultName;
85 RINOK(arc.GetItemPath(i, filePath));
141 &arc,
341 const CArc &arc = arcLink.Arcs[r]; local
342 const CArcErrorInfo &er = arc.ErrorInfo;
345 RINOK(extractCallback->SetError(r, arc.Path,
410 const CArc &arc = arcLink.Arcs[k]; local
411 const CArcErrorInfo &er = arc
433 CArc &arc = arcLink.Arcs.Back(); local
[all...]
H A DUpdate.cpp476 const CArc *arc,
488 if (arc)
490 formatIndex = arc->FormatIndex;
493 CMyComPtr<IInArchive> archive2 = arc->Archive;
569 with folder renaming like: rn arc dir1\ dir2\
587 RINOK(arc->IsItemAnti(i, up2.IsAnti));
615 if (arc)
618 updateCallbackSpec->Archive = arc->Archive;
619 updateCallbackSpec->GetRawProps = arc->GetRawProps;
620 updateCallbackSpec->GetRootProps = arc
472 Compress( const CUpdateOptions &options, CCodecs *codecs, const CActionSet &actionSet, const CArc *arc, CArchivePath &archivePath, const CObjectVector<CArcItem> &arcItems, Byte *processedItemsStatuses, const CDirItems &dirItems, const CDirItem *parentDirItem, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI *callback) argument
820 EnumerateInArchiveItems( const NWildcard::CCensor &censor, const CArc &arc, CObjectVector<CArcItem> &arcItems) argument
1072 CArc &arc = arcLink.Arcs.Back(); local
1279 const CArc *arc = thereIsInArchive ? arcLink.GetArc() : 0; local
[all...]
H A DOpenArchive.h12 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
13 HRESULT Archive_IsItem_Folder(IInArchive *arc, UInt32 index, bool &result) throw();
14 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
15 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
16 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
H A DLoadCodecs.cpp559 const CArcInfo &arc = *g_Arcs[i]; local
562 item.Name.SetFromAscii(arc.Name);
563 item.CreateInArchive = arc.CreateInArchive;
564 item.IsArcFunc = arc.IsArc;
565 item.Flags = arc.Flags;
569 if (arc.Ext)
570 e.SetFromAscii(arc.Ext);
571 if (arc.AddExt)
572 ae.SetFromAscii(arc.AddExt);
578 item.CreateOutArchive = arc
619 const CArcInfoEx &arc = Formats[i]; local
[all...]
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c942 FT_Vector* arc; local
947 arc = ras.bez_stack;
948 arc[0].x = UPSCALE( to->x );
949 arc[0].y = UPSCALE( to->y );
950 arc[1].x = UPSCALE( control->x );
951 arc[1].y = UPSCALE( control->y );
952 arc[2].x = ras.x;
953 arc[2].y = ras.y;
956 dx = FT_ABS( arc[2].x + arc[
1041 FT_Vector* arc; local
[all...]
/external/autotest/server/site_tests/audiovideo_AVSync/
H A Daudiovideo_AVSync.py122 video_url=DEFAULT_VIDEO_URL, arc=False):
129 @param arc: Tests on ARC with an Android Video Player App.
145 if arc:
150 if arc:
173 if arc:
195 if arc:
222 if not arc:
226 if arc:
/external/freetype/src/raster/
H A Dftraster.c343 /* States of each line, arc, and profile */
495 TPoint* arc; /* current Bezier arc pointer */ member in struct:black_TWorker_
508 Bool joint; /* signals that the last arc ended */
592 * given y-monotonous Bezier arc that crosses a scanline before
942 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1174 /* Compute the x-coordinates of an ascending Bezier arc and store */
1178 /* degree :: The degree of the Bezier arc (either 2 or 3). */
1198 TPoint* arc; local
1204 arc
1328 TPoint* arc = ras.arc; local
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c341 /* States of each line, arc, and profile */
487 TPoint* arc; /* current Bezier arc pointer */ member in struct:black_TWorker_
500 Bool joint; /* signals that the last arc ended */
584 * given y-monotonous Bezier arc that crosses a scanline before
934 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1166 /* Compute the x-coordinates of an ascending Bezier arc and store */
1170 /* degree :: The degree of the Bezier arc (either 2 or 3). */
1190 TPoint* arc; local
1196 arc
1320 TPoint* arc = ras.arc; local
[all...]
/external/skia/experimental/SkV8Example/js/
H A Dpath.js10 p.arc(0, 300, 40, Math.PI/2, 3/2*Math.PI);
H A Dsnow.js7 p.arc(0, 0, r, 0, 2*Math.PI);
60 ctx.arc(p.x, p.y, p.r, 0, 2*Math.PI, true);
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp973 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo; local
974 if (!arc.WarningMessage.IsEmpty())
976 if (arc.AreThereWarnings())
978 if (arc.ErrorFormatIndex >= 0)
980 if (arc.AreThereErrors())
985 if (!arc.ErrorMessage.IsEmpty())
1012 const CArc &arc = arcLink.Arcs[r]; local
1013 const CArcErrorInfo &er = arc.ErrorInfo;
1016 PrintPropPair("Path", arc.Path);
1019 if (er.ErrorFormatIndex == arc
1080 const CArc &arc = arcLink.Arcs.Back(); local
[all...]
/external/freetype/src/base/
H A Dftstroke.c589 /* add cubic arc */
594 /* process the rest of the arc ?? */
891 /* create a circular arc at a corner or cap */
1378 FT_Vector* arc; local
1400 arc = bez_stack;
1401 arc[0] = *to;
1402 arc[1] = *control;
1403 arc[2] = stroker->center;
1405 while ( arc >= bez_stack )
1413 if ( arc < limi
1580 FT_Vector* arc; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c589 /* add cubic arc */
594 /* process the rest of the arc ?? */
890 /* create a circular arc at a corner or cap */
1377 FT_Vector* arc; local
1399 arc = bez_stack;
1400 arc[0] = *to;
1401 arc[1] = *control;
1402 arc[2] = stroker->center;
1404 while ( arc >= bez_stack )
1412 if ( arc < limi
1579 FT_Vector* arc; local
[all...]
/external/valgrind/exp-bbv/tests/x86/
H A Dmillion.S20 # in arc/x86/include/asm/unistd_32.h on Linux

Completed in 696 milliseconds

12345