Home
last modified time | relevance | path

Searched refs:getAlignmentOffset (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp128 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 DTextLineBaseImpl.h45 double getAlignmentOffset(double alignmentFactor, double alignmentWidth) const override;
H A DTextLine.h214 double getAlignmentOffset(double alignmentFactor, double alignmentWidth) const;
H A DTextLine.cpp2520 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 DJITLink.cpp97 << ", 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 DJITLinkGeneric.h85 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 DTextLineBase.h44 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 DJITLink.h214 uint64_t getAlignmentOffset() const { return AlignmentOffset; }

Completed in 13 milliseconds