Home
last modified time | relevance | path

Searched refs:positionType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/experimental/sktext/include/
DInterface.h98 …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;
DText.h201 …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/
DTexts.h149 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/
DText.cpp570 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/
DDeclarePerVertexBlocks.cpp288 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/
Dkatex.js1873 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/
Dkatex.js1873 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/
Dkatex.js1873 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/
Dkatex.js1873 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") {