HomeSort by relevance Sort by last modified time
    Searched refs:ShapeType (Results 1 - 3 of 3) 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/
ShapeCache.h 77 enum ShapeType {
88 shapeType = kShapeNone;
99 ShapeCacheEntry(ShapeType type, SkPaint* paint) {
100 shapeType = type;
114 ShapeType shapeType;
123 LTE_INT(shapeType) {

Completed in 29 milliseconds