Home
last modified time | relevance | path

Searched refs:positioning (Results 1 – 25 of 59) sorted by relevance

123

/external/skia/src/core/
DSkTextBlob.cpp161 GlyphPositioning positioning() const { in positioning() function in SkTextBlob::RunRecord
191 SkTextBlob::GlyphPositioning positioning) { in StorageSize() argument
196 + PosCount(glyphCount, positioning) * sizeof(SkScalar); in StorageSize()
219 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(positioning()) in validate()
243 + StorageSize(run->glyphCount(), run->textSize(), run->positioning())); in NextUnchecked()
247 SkTextBlob::GlyphPositioning positioning) { in PosCount() argument
248 return glyphCount * ScalarsPerGlyph(positioning); in PosCount()
254 return (uint32_t*)(&this->posBuffer()[PosCount(fCount, positioning())]); in textSizePtr()
263 size_t copySize = initialCount * sizeof(SkScalar) * ScalarsPerGlyph(positioning()); in grow()
316 SkTextBlob::GlyphPositioning positioning; member
[all …]
DSkTextBlobRunIterator.h30 SkTextBlob::GlyphPositioning positioning() const;
DSkOverdrawCanvas.cpp152 switch (it.positioning()) { in onDrawTextBlob()
DSkDevice.cpp159 switch (it.positioning()) { in drawTextBlob()
DSkPaint.cpp1189 switch (it.positioning()) { in getTextBlobIntercepts()
/external/harfbuzz_ng/test/shaping/
DMakefile.am50 tests/cursive-positioning.tests \
52 tests/fallback-positioning.tests \
/external/skia/include/core/
DSkTextBlob.h245 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
247 bool mergeRun(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
/external/libcxx/include/
Dstreambuf37 // 27.6.2.2.2 buffer and positioning:
85 // 27.6.2.4.2 Buffer management and positioning:
146 // 27.6.2.2.2 buffer and positioning:
265 // 27.6.2.4.2 Buffer management and positioning:
/external/skia/tests/
DTextBlobTest.cpp283 REPORTER_ASSERT(reporter, out[i].pos == it.positioning()); in RunBuilderTest()
294 if (SkTextBlob::kHorizontal_Positioning == it.positioning()) { in RunBuilderTest()
296 } else if (SkTextBlob::kFull_Positioning == it.positioning()) { in RunBuilderTest()
376 REPORTER_ASSERT(reporter, SkTextBlob::kDefault_Positioning == it.positioning()); in DEF_TEST()
/external/fmtlib/doc/bootstrap/
Dalerts.less40 // Expand the right padding and account for the close button's positioning.
Ddropdowns.less132 // Menu positioning
190 // Different positioning for bottom up menu
Dmodals.less7 // .modal-dialog - positioning shell for the actual modal
Dforms.less358 // Enable absolute positioning
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp183 switch (it.positioning()) { in RegenerateTextBlob()
209 switch (it.positioning()) { in RegenerateTextBlob()
DGrStencilAndCoverTextContext.cpp146 switch (it.positioning()) { in uncachedDrawTextBlob()
285 switch (iter.positioning()) { in init()
DGrAtlasTextBlob.cpp371 switch (it.positioning()) { in flushRunAsPaths()
/external/harfbuzz_ng/
DNEWS229 - Fix regression with mark positioning with fonts that have
395 - Uniscribe positioning fix.
878 - Fix regression with Arabic mark positioning / width-zeroing.
1025 - Disable fallback positioning for Indic and Thai shapers.
1156 - Better fallback glyph positioning, specially with Thai / Lao marks.
1172 - Fixed fallback mark positioning for left-to-right text.
1174 - Improve mark positioning for the remaining combining classes.
1204 - Fallback mark positioning for fonts without a GPOS table.
/external/skia/src/pdf/
DSkPDFDevice.cpp1298 const SkScalar pos[], SkTextBlob::GlyphPositioning positioning, in draw_text_as_path() argument
1303 switch (positioning) { in draw_text_as_path()
1389 const SkScalar pos[], SkTextBlob::GlyphPositioning positioning, in internalDrawText() argument
1410 positioning, offset, srcPaint); in internalDrawText()
1463 bool defaultPositioning = (positioning == SkTextBlob::kDefault_Positioning); in internalDrawText()
1581 xy = SkTextBlob::kFull_Positioning == positioning in internalDrawText()
1679 it.pos(), it.positioning(), offset, runPaint, in drawTextBlob()
/external/python/cpython2/Doc/library/
Dchunk.rst101 defaults to ``0`` (absolute file positioning); other values are ``1``
Dmmap.rst227 defaults to ``os.SEEK_SET`` or ``0`` (absolute file positioning); other
Dtkinter.rst467 are used to specify the relative positioning of the positioning of widgets
/external/slf4j/slf4j-site/src/site/pages/css/
Dsite.css117 /* positioning-layers static and absolute */
/external/testng/doc/samplereport/css/
Dmaven-classic.css548 /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
/external/walt/docs/usage/
DWALT_usage.md237 …beam crosses the screen roughly in the middle. A convenient method for positioning the laser point…
/external/skia/tools/debugger/
DSkDrawCommand.cpp2940 tmpStr->append(gPositioningLabels[iter.positioning()]); in SkDrawTextBlobCommand()
2983 switch (iter.positioning()) { in toJSON()
2996 if (iter.positioning() != SkTextBlob::kDefault_Positioning) { in toJSON()

123