Searched defs:arc (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java51 * @param arc {@code true} if audio return channel is supported on the port
53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { argument
58 mArcSupported = arc;
137 boolean arc = (source.readInt() == 1);
139 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
171 s.append("arc: ").append(mArcSupported).append(", ");
/frameworks/base/libs/hwui/
H A DPathCache.h158 } arc; member in union:android::uirenderer::PathDescription::Shape
H A DSkiaCanvas.cpp606 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); local
607 mCanvas->drawArc(arc, startAngle, sweepAngle, useCenter, paint);

Completed in 82 milliseconds