HomeSort by relevance Sort by last modified time
    Searched refs: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[];
ArabicShaping.cpp 17 const ArabicShaping::ShapeType ArabicShaping::shapeTypes[] =
34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c)
143 ShapeType rightType = ST_NOSHAPE_NONE, leftType = ST_NOSHAPE_NONE;
177 ShapeType t = getShapeType(c);
  /frameworks/base/libs/hwui/
PathCache.h 100 enum ShapeType {
112 ShapeType type;
150 PathDescription(ShapeType shapeType, const SkPaint* paint);
PathCache.cpp 55 PathDescription::PathDescription(ShapeType type, const SkPaint* paint):

Completed in 197 milliseconds