/third_party/skia/experimental/sktext/include/ |
D | Interface.h | 98 …std::unique_ptr<DrawableText> prepareToDraw(UnicodeText* unicodeText, PositionType positionType, S… 128 …void visit(UnicodeText* unicodeText, Visitor* visitor, PositionType positionType, SkSpan<TextIndex… 141 …Position(PositionType positionType, size_t lineIndex, GlyphRange glyphRange, TextRange textRange, … 142 Position(PositionType positionType); 173 Position adjustedPosition(PositionType positionType, SkPoint point) const; 177 Position firstPosition(PositionType positionType) const; 178 Position lastPosition(PositionType positionType) const; 179 Position firstInLinePosition(PositionType positionType, LineIndex lineIndex) const; 180 Position lastInLinePosition(PositionType positionType, LineIndex lineIndex) const;
|
D | Text.h | 201 …std::unique_ptr<Drawable> prepareToDraw(UnicodeText* unicodeText, PositionType positionType, SkSpa… in prepareToDraw() argument 203 this->visit(unicodeText, drawableText.get(), positionType, blocks); in prepareToDraw() 233 …void visit(UnicodeText* unicodeText, Visitor* visitor, PositionType positionType, SkSpan<size_t> c… 241 …GlyphRange textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex runIndex, Di… 276 …Position(PositionType positionType, size_t lineIndex, GlyphRange glyphRange, TextRange textRange, … in Position() 277 : fPositionType(positionType) in Position() 283 Position(PositionType positionType) in Position() 284 : Position(positionType, EMPTY_INDEX, EMPTY_RANGE, EMPTY_RANGE, SkRect::MakeEmpty()) { } in Position() 318 Position adjustedPosition(PositionType positionType, SkPoint point) const; 324 Position firstPosition(PositionType positionType) const; [all …]
|
/third_party/skia/experimental/sktext/editor/ |
D | Texts.h | 149 Position adjustedPosition(PositionType positionType, SkPoint point) const { in adjustedPosition() argument 150 return fSelectableText->adjustedPosition(positionType, point - fOffset); in adjustedPosition() 159 …Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(pos… in firstElement() argument 160 …Position lastElement(PositionType positionType) const { return fSelectableText->lastPosition(posit… in lastElement() argument
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 570 void WrappedText::visit(UnicodeText* unicodeText, Visitor* visitor, PositionType positionType, SkSp… in visit() argument 587 … GlyphRange glyphRange = this->textToGlyphs(unicodeText, positionType, runIndex, dirTextRange); in visit() 613 GlyphRange WrappedText::textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex … in textToGlyphs() argument 620 …if (positionType == PositionType::kGraphemeCluster && unicodeText->hasProperty(textIndex, CodeUnit… in textToGlyphs() 692 Position SelectableText::findPosition(PositionType positionType, const BoxLine& line, SkScalar x) c… in findPosition() argument 693 Position position(positionType); in findPosition() 738 Position SelectableText::adjustedPosition(PositionType positionType, SkPoint xy) const { in adjustedPosition() argument 741 Position position(positionType); in adjustedPosition() 750 return this->findPosition(positionType, line, xy.fX); in adjustedPosition() 752 return this->lastPosition(positionType); in adjustedPosition() [all …]
|
/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 293 positionType->setQualifier(EvqPosition); in declarePerVertex() 318 positionType->setInvariant(mPerVertexOutInvariantFlags[0]); in declarePerVertex() 323 positionType->setPrecise(mPerVertexOutPreciseFlags[0]); in declarePerVertex() 329 fields->push_back(new TField(positionType, ImmutableString("gl_Position"), TSourceLoc(), in declarePerVertex()
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.js | 1873 var makeVList = function(children, positionType, positionData, options) { 1877 if (positionType === "individualShift") { 1897 } else if (positionType === "top") { 1909 } else if (positionType === "bottom") { 1911 } else if (positionType === "shift") { 1913 } else if (positionType === "firstBaseline") {
|
/third_party/openGLES/specs/es/3.2/katex/ |
D | katex.js | 1873 var makeVList = function(children, positionType, positionData, options) { 1877 if (positionType === "individualShift") { 1897 } else if (positionType === "top") { 1909 } else if (positionType === "bottom") { 1911 } else if (positionType === "shift") { 1913 } else if (positionType === "firstBaseline") {
|
/third_party/openGLES/specs/es/katex/ |
D | katex.js | 1873 var makeVList = function(children, positionType, positionData, options) { 1877 if (positionType === "individualShift") { 1897 } else if (positionType === "top") { 1909 } else if (positionType === "bottom") { 1911 } else if (positionType === "shift") { 1913 } else if (positionType === "firstBaseline") {
|
/third_party/openGLES/specs/katex/ |
D | katex.js | 1873 var makeVList = function(children, positionType, positionData, options) { 1877 if (positionType === "individualShift") { 1897 } else if (positionType === "top") { 1909 } else if (positionType === "bottom") { 1911 } else if (positionType === "shift") { 1913 } else if (positionType === "firstBaseline") {
|