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

  /external/skia/src/core/
SkTextToPathIter.h 53 enum class TextType {
59 const SkScalar bounds[2], SkScalar x, SkScalar y, TextType textType)
61 , fTextType(textType) {
73 SkScalar xOffset = TextType::kText == fTextType && fXYIndex ? fXPos : 0;
74 if (TextType::kPosText == fTextType
100 TextType fTextType;
SkPaint.cpp     [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
EditTextLineItem.java 47 protected TextType mTextType = TextType.NONE;
49 public enum TextType {
62 TextType(int value) {
80 public void setTextType(TextType textType) {
81 mTextType = textType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 48 TextType
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 527 enum TextType {
  /external/v8/src/regexp/
regexp-ast.h 160 enum TextType { ATOM, CHAR_CLASS };
169 TextType text_type() const { return text_type_; }
184 TextElement(TextType text_type, RegExpTree* tree)
188 TextType text_type_;
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 963 milliseconds