HomeSort by relevance Sort by last modified time
    Searched refs:ConvexPath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Outline.h 29 enum class Type { None = 0, Empty = 1, ConvexPath = 2, RoundRect = 3 };
66 mType = Type::ConvexPath;
RenderNode.cpp 138 } else if (outline.getType() == Outline::Type::ConvexPath) {
  /frameworks/base/libs/hwui/protos/
hwui.proto 70 ConvexPath = 2;

Completed in 207 milliseconds