Searched refs:getAlignmentOffset (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLineBaseImpl.cpp | 128 double TextLineBaseImpl::getAlignmentOffset(double alignmentFactor, double alignmentWidth) const in getAlignmentOffset() function in skia::textlayout::TextLineBaseImpl 134 return fVisitorTextLine->getAlignmentOffset(alignmentFactor, alignmentWidth); in getAlignmentOffset()
|
H A D | TextLineBaseImpl.h | 45 double getAlignmentOffset(double alignmentFactor, double alignmentWidth) const override;
|
H A D | TextLine.h | 214 double getAlignmentOffset(double alignmentFactor, double alignmentWidth) const;
|
H A D | TextLine.cpp | 2520 double TextLine::getAlignmentOffset(double alignmentFactor, double alignmentWidth) const function in skia::textlayout::TextLine
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 97 << ", align-ofs = " << B.getAlignmentOffset() in operator <<() 167 B.getAlignment(), B.getAlignmentOffset()) in splitBlock() 170 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock() 175 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
|
H A D | JITLinkGeneric.h | 85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() 92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() 178 << B->getAlignmentOffset() << "\n";
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextLineBase.h | 44 virtual double getAlignmentOffset(double alignmentFactor, double alignmentWidth) const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 214 uint64_t getAlignmentOffset() const { return AlignmentOffset; }
|
Completed in 13 milliseconds