Home
last modified time | relevance | path

Searched defs:arc (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { in HdmiPortInfo()
/frameworks/base/libs/hwui/
DPathCache.h158 } arc; member
DSkiaCanvas.cpp527 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); in drawArc() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java779 Arc2D arc = new Arc2D.Float(left, top, right - left, bottom - top, -startAngle, in arcTo() local