Searched defs:positionType (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/experimental/sktext/editor/ |
D | Texts.h | 149 Position adjustedPosition(PositionType positionType, SkPoint point) const { in adjustedPosition() 159 …Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(pos… in firstElement() 160 …Position lastElement(PositionType positionType) const { return fSelectableText->lastPosition(posit… in lastElement()
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 570 void WrappedText::visit(UnicodeText* unicodeText, Visitor* visitor, PositionType positionType, SkSp… in visit() 613 GlyphRange WrappedText::textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex … in textToGlyphs() 692 Position SelectableText::findPosition(PositionType positionType, const BoxLine& line, SkScalar x) c… in findPosition() 738 Position SelectableText::adjustedPosition(PositionType positionType, SkPoint xy) const { in adjustedPosition() 858 Position SelectableText::firstInLinePosition(PositionType positionType, LineIndex lineIndex) const { in firstInLinePosition() 864 Position SelectableText::lastInLinePosition(PositionType positionType, LineIndex lineIndex) const { in lastInLinePosition()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | DeclarePerVertexBlocks.cpp | 288 TType *positionType = new TType(*vec4Type); in declarePerVertex() local
|
/third_party/skia/experimental/sktext/include/ |
D | Text.h | 201 …std::unique_ptr<Drawable> prepareToDraw(UnicodeText* unicodeText, PositionType positionType, SkSpa… in prepareToDraw()
|