HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 51 - 65 of 65) sorted by null

1 23

  /external/fonttools/Tests/feaLib/
parser_test.py 101 " pos cursive A <anchor 120 -20> <anchor NULL>;"
103 anchor = doc.statements[0].statements[0].entryAnchor
104 self.assertEqual(type(anchor), ast.Anchor)
105 self.assertEqual(anchor.x, 120)
106 self.assertEqual(anchor.y, -20)
107 self.assertIsNone(anchor.contourpoint)
108 self.assertIsNone(anchor.xDeviceTable)
109 self.assertIsNone(anchor.yDeviceTable
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 640 virtual void Anchor() const; // Out of line virtual method.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 242 void MCTargetExpr::Anchor() {}
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 465 SDValue Anchor = Base.getOperand(0);
467 cast<GlobalAddressSDNode>(Anchor)->getOffset());
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 476 SDValue Anchor = Base.getOperand(0);
478 cast<GlobalAddressSDNode>(Anchor)->getOffset());
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/fonttools/Lib/fontTools/feaLib/
ast.py 13 'Anchor',
90 "anchor", "anchordef", "anon", "anonymous",
401 # markClass [acute grave] <anchor 350 800> @FRENCH_ACCENTS;
402 # markClass [cedilla] <anchor 350 -200> @FRENCH_ACCENTS;
434 def __init__(self, markClass, anchor, glyphs, location=None):
437 assert isinstance(anchor, Anchor) and isinstance(glyphs, Expression)
438 self.markClass, self.anchor, self.glyphs = markClass, anchor, glyphs
445 self.glyphs.asFea(), self.anchor.asFea()
    [all...]
parser.py 94 self.expect_keyword_("anchor")
107 'Unknown anchor "%s"' % name,
110 return self.ast.Anchor(anchordef.x, anchordef.y,
130 return self.ast.Anchor(x, y, name=None,
137 """Parses a sequence of [<anchor> mark @MARKCLASS]*."""
138 anchorMarks = [] # [(self.ast.Anchor, markClassName)*]
140 anchor = self.parse_anchor_()
141 if anchor is None and self.next_token_ != "mark":
142 continue # <anchor NULL> without mark, eg. in GPOS type 5
145 anchorMarks.append((anchor, markClass)
    [all...]
  /external/fonttools/Lib/fontTools/mtiLib/
__init__.py 350 def makeAnchor(data, klass=ot.Anchor):
352 anchor = klass()
353 anchor.Format = 1
354 anchor.XCoordinate,anchor.YCoordinate = intSplitComma(data[0])
356 anchor.Format = 2
357 anchor.AnchorPoint = int(data[1])
358 return anchor
378 klass, anchor = data[glyph]
381 setattr(record, c.MarkAnchor, anchor)
    [all...]
  /external/skia/tools/bookmaker/
bmhParser.cpp 67 , { "", MarkType::kLink, R_N, E_N, M(Anchor) }
523 return this->reportError<bool>("anchor line must have end element last");
    [all...]
  /external/skqp/tools/bookmaker/
bmhParser.cpp 67 , { "", MarkType::kLink, R_N, E_N, M(Anchor) }
523 return this->reportError<bool>("anchor line must have end element last");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 828 milliseconds

1 23