Home
last modified time | relevance | path

Searched refs:ShapeType (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
DArabicShaping.h57 typedef le_int32 ShapeType; typedef
68 static ShapeType getShapeType(LEUnicode c);
73 static const ShapeType shapeTypes[];
DArabicShaping.cpp17 const ArabicShaping::ShapeType ArabicShaping::shapeTypes[] =
34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c) in getShapeType()
143 ShapeType rightType = ST_NOSHAPE_NONE, leftType = ST_NOSHAPE_NONE; in shape()
177 ShapeType t = getShapeType(c); in shape()
/external/skia/gm/
Ddstreadshuffle.cpp27 enum ShapeType { enum in skiagm::DstReadShuffle
47 ShapeType type) { in drawShape()
150 ShapeType shapeType = static_cast<ShapeType>(i); in onDraw()