Home
last modified time | relevance | path

Searched defs:styleSpan (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/tx3g/
DTx3gDecoderTest.java85 StyleSpan styleSpan = findSpan(text, 0, 6, StyleSpan.class); in decodeWithStyl() local
140 StyleSpan styleSpan = findSpan(text, 0, 5, StyleSpan.class); in decodeWithMultipleStyl() local
160 StyleSpan styleSpan = findSpan(text, 0, 6, StyleSpan.class); in decodeWithOtherExtension() local
178 StyleSpan styleSpan = findSpan(text, 0, text.length(), StyleSpan.class); in initializationDecodeWithStyl() local
201 StyleSpan styleSpan = findSpan(text, 0, text.length(), StyleSpan.class); in initializationDecodeWithTbox() local
224 StyleSpan styleSpan = findSpan(text, 0, 6, StyleSpan.class); in initializationAllDefaultsDecodeWithStyl() local
/external/skia/modules/skparagraph/src/
DOneLineShaper.cpp426 SkSpan<Block> styleSpan, in iterateThroughFontStyles()
565 SkSpan<Block> styleSpan(fParagraph->blocks(blockRange)); in iterateThroughShapingRegions() local
623 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape()