HomeSort by relevance Sort by last modified time
    Searched defs:ShapeType (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
ArabicShaping.h 57 typedef le_int32 ShapeType;
68 static ShapeType getShapeType(LEUnicode c);
73 static const ShapeType shapeTypes[];
  /external/skia/gm/
dstreadshuffle.cpp 26 enum ShapeType {
46 ShapeType type) {
148 ShapeType shapeType = static_cast<ShapeType>(i);
167 this->drawShape(canvas, &p, shapeType);
mixedxfermodes.cpp 25 enum ShapeType {
44 ShapeType type) {
121 ShapeType shapeType = static_cast<ShapeType>(random.nextULessThan(kNumShapeTypes));
131 this->drawShape(canvas, p, shapeType);
148 ShapeType shapeType = kShapeTypeConvexPath;
163 this->drawShape(canvas, p, shapeType);
  /frameworks/base/libs/hwui/
PathCache.h 112 enum ShapeType {
124 ShapeType type;
162 PathDescription(ShapeType shapeType, const SkPaint* paint);

Completed in 181 milliseconds