Home
last modified time | relevance | path

Searched defs:getAlignmentOffset (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextLineBaseImpl.cpp128 double TextLineBaseImpl::getAlignmentOffset(double alignmentFactor, double alignmentWidth) const in getAlignmentOffset() function in skia::textlayout::TextLineBaseImpl
DTextLine.cpp3250 double TextLine::getAlignmentOffset(double alignmentFactor, double alignmentWidth) const function in skia::textlayout::TextLine
/third_party/skia/m133/modules/skparagraph/src/
DTextLineBaseImpl.cpp125 double TextLineBaseImpl::getAlignmentOffset(double alignmentFactor, double alignmentWidth) const in getAlignmentOffset() function in skia::textlayout::TextLineBaseImpl
DTextLine.cpp3091 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/include/llvm/ExecutionEngine/JITLink/
DJITLink.h214 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function