Searched defs:getPoint (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
H A DX9ECPoint.java31 public ECPoint getPoint() method in class:X9ECPoint
/external/collada/include/1.4/dom/
H A DdomLight.h453 const domPointRef getPoint() const { return elemPoint; } function in class:domLight::domTechnique_common
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp186 const FloatPoint& getPoint(int i) function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
499 vertex->set(getPoint(i).x(),
500 getPoint(i).y(),
505 vertex->set(getPoint(i).x(),
506 getPoint(i).y(),
561 LoopBlinnClassifier::Result classification = LoopBlinnClassifier::classify(seg->getPoint(0),
562 seg->getPoint(1),
563 seg->getPoint(2),
564 seg->getPoint(3));
781 Vector<IntervalType> overlaps = tree.allOverlaps(tree.createInterval(seg->getPoint(
[all...]
/external/skia/src/core/
H A DSkPath.cpp207 SkPoint SkPath::getPoint(int index) const { function in class:SkPath
/external/llvm/include/llvm/Support/
H A DIRBuilder.h144 llvm::BasicBlock::iterator getPoint() const { return Point; } function in class:llvm::IRBuilderBase::InsertPoint
164 SetInsertPoint(IP.getBlock(), IP.getPoint());

Completed in 324 milliseconds