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

  /external/icu4c/layout/
ArabicShaping.h 57 typedef le_int32 ShapeType;
68 static ShapeType getShapeType(LEUnicode c);
71 static const ShapeType shapeTypes[];
ArabicShaping.cpp 17 const ArabicShaping::ShapeType ArabicShaping::shapeTypes[] =
34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c)
141 ShapeType rightType = ST_NOSHAPE_NONE, leftType = ST_NOSHAPE_NONE;
175 ShapeType t = getShapeType(c);
  /frameworks/base/libs/hwui/
PathCache.h 99 enum ShapeType {
110 ShapeType type;
148 PathDescription(ShapeType shapeType, SkPaint* paint);
PathCache.cpp 54 PathDescription::PathDescription(ShapeType type, SkPaint* paint):

Completed in 1375 milliseconds