Home
last modified time | relevance | path

Searched refs:getLetterSpacing (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp376 if (!SkScalarNearlyZero(block.fStyle.getLetterSpacing())) { in applySpacingAndBuildClusterTable()
396 run.addSpacesEvenly(style.getLetterSpacing()); in applySpacingAndBuildClusterTable()
400 cluster.setHalfLetterSpacing(style.getLetterSpacing()/2); in applySpacingAndBuildClusterTable()
449 if (currentStyle->fStyle.getLetterSpacing() != 0) { in applySpacingAndBuildClusterTable()
450 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in applySpacingAndBuildClusterTable()
DParagraphCache.cpp123 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getLetterSpacing()))); in computeHash()
DOneLineShaper.cpp379 if (block.fStyle.getLetterSpacing() > 0) { in iterateThroughFontStyles()
/external/robolectric/integration_tests/androidx_test/src/sharedTest/java/org/robolectric/integrationtests/axt/
DEspressoTest.java190 assertThat(textView.getLetterSpacing()).isEqualTo(0.05f); in textViewWithLetterSpacing()
/external/skia/modules/skparagraph/include/
DTextStyle.h265 SkScalar getLetterSpacing() const { return fLetterSpacing; } in getLetterSpacing() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java244 protected float getLetterSpacing() { in getLetterSpacing() method in ShadowPaint
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeStaticLayoutTest.java1481 + p.getLetterSpacing()