Home
last modified time | relevance | path

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

123

/external/skia/src/core/
DSkTextBlob.cpp133 GlyphPositioning positioning() const { in positioning() function in SkTextBlob::RunRecord
148 static size_t StorageSize(int glyphCount, SkTextBlob::GlyphPositioning positioning) { in StorageSize() argument
152 + glyphCount * sizeof(SkScalar) * ScalarsPerGlyph(positioning)); in StorageSize()
162 + StorageSize(run->glyphCount(), run->positioning())); in Next()
233 buffer.write32(it.positioning()); in flatten()
241 it.glyphCount() * sizeof(SkScalar) * ScalarsPerGlyph(it.positioning())); in flatten()
342 SkTextBlob::GlyphPositioning SkTextBlobRunIterator::positioning() const { in positioning() function in SkTextBlobRunIterator
344 return fCurrentRun->positioning(); in positioning()
379 if (SkTextBlob::kDefault_Positioning == run.positioning()) { in TightRunBounds()
390 SkASSERT(SkTextBlob::kFull_Positioning == run.positioning() || in TightRunBounds()
[all …]
DSkTextBlobRunIterator.h30 SkTextBlob::GlyphPositioning positioning() const;
DSkDevice.cpp123 switch (it.positioning()) { in drawTextBlob()
/external/skia/include/core/
DSkTextBlob.h162 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
164 bool mergeRun(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DCocoaMouse.mm229 // Relative positioning
278 // Relative positioning
327 // Relative positioning
349 // Relative positioning
/external/skia/tests/
DTextBlobTest.cpp288 REPORTER_ASSERT(reporter, out[i].pos == it.positioning()); in RunBuilderTest()
299 if (SkTextBlob::kHorizontal_Positioning == it.positioning()) { in RunBuilderTest()
301 } else if (SkTextBlob::kFull_Positioning == it.positioning()) { in RunBuilderTest()
/external/harfbuzz_ng/test/shaping/
DMakefile.am48 tests/cursive-positioning.tests \
/external/libcxx/include/
Dstreambuf37 // 27.6.2.2.2 buffer and positioning:
85 // 27.6.2.4.2 Buffer management and positioning:
138 // 27.6.2.2.2 buffer and positioning:
186 // 27.6.2.4.2 Buffer management and positioning:
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp194 switch (it.positioning()) { in RegenerateTextBlob()
222 switch (it.positioning()) { in RegenerateTextBlob()
DGrStencilAndCoverTextContext.cpp169 switch (it.positioning()) { in uncachedDrawTextBlob()
304 switch (iter.positioning()) { in init()
DGrAtlasTextBlob.cpp382 switch (it.positioning()) { in flushRunAsPaths()
/external/harfbuzz_ng/
DNEWS79 - Fix regression with mark positioning with fonts that have
245 - Uniscribe positioning fix.
728 - Fix regression with Arabic mark positioning / width-zeroing.
875 - Disable fallback positioning for Indic and Thai shapers.
1006 - Better fallback glyph positioning, specially with Thai / Lao marks.
1022 - Fixed fallback mark positioning for left-to-right text.
1024 - Improve mark positioning for the remaining combining classes.
1054 - Fallback mark positioning for fonts without a GPOS table.
/external/libvorbis/doc/
Da1-encapsulation-ogg.tex166 resulting in correct positioning information without any aditional
172 decoder implementation to return incorrect positioning information
D01-introduction.tex65 that provides free-form framing, sync, positioning and error correction
/external/slf4j/slf4j-site/src/site/pages/css/
Dsite.css117 /* positioning-layers static and absolute */
/external/skia/tools/json/
DSkJSONCanvas.cpp805 switch (iter.positioning()) { in onDrawTextBlob()
818 if (iter.positioning() != SkTextBlob::kDefault_Positioning) { in onDrawTextBlob()
/external/testng/doc/samplereport/css/
Dmaven-classic.css548 /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff1313 + // Relative positioning
1362 + // Relative positioning
1411 + // Relative positioning
1433 + // Relative positioning
/external/skia/tools/debugger/
DSkDrawCommand.cpp2487 tmpStr->append(gPositioningLabels[iter.positioning()]); in SkDrawTextBlobCommand()
2530 switch (iter.positioning()) { in toJSON()
2543 if (iter.positioning() != SkTextBlob::kDefault_Positioning) { in toJSON()
/external/libgdx/
DCHANGES165 - API Change: TiledMapImageLayer now uses floats instead of ints for positioning
/external/libexif/po/
Den_CA.po3176 "both centered and co-sited positioning."
3188 "and co-sited positioning."
Den_GB.po3352 "both centered and co-sited positioning."
3364 "and co-sited positioning."
Den_AU.po3352 "both centered and co-sited positioning."
3364 "and co-sited positioning."
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES338 - More bug fixes related to correct positioning of composite
406 - Another round of improvements to correct positioning and hinting
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css3784 /* For positioning icons at top-right, used in Templates

123