Home
last modified time | relevance | path

Searched refs:TAG3 (Results 1 – 25 of 35) sorted by relevance

12

/external/skqp/src/sfnt/
DSkSFNTHeader.h26 static const SK_OT_CHAR TAG3 = 0; member
33 static const SK_OT_CHAR TAG3 = 'e'; member
40 static const SK_OT_CHAR TAG3 = '1'; member
47 static const SK_OT_CHAR TAG3 = 'O'; member
DSkTTCFHeader.h21 static const SK_OT_CHAR TAG3 = 'f'; member
37 static const SK_OT_CHAR TAG3 = 0; member
44 static const SK_OT_CHAR TAG3 = 'G'; member
DSkOTTable_loca.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTable_maxp.h21 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBSC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
DSkOTTable_post.h20 static const SK_OT_CHAR TAG3 = 't'; member
DSkOTTable_OS_2.h24 static constexpr SK_OT_CHAR TAG3 = '2'; member
DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTable_fvar.h20 static const SK_OT_CHAR TAG3 = 'r'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_gasp.h20 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBDT.h22 static const SK_OT_CHAR TAG3 = 'T'; member
/external/skia/src/sfnt/
DSkSFNTHeader.h26 static const SK_OT_CHAR TAG3 = 0; member
33 static const SK_OT_CHAR TAG3 = 'e'; member
40 static const SK_OT_CHAR TAG3 = '1'; member
47 static const SK_OT_CHAR TAG3 = 'O'; member
DSkTTCFHeader.h21 static const SK_OT_CHAR TAG3 = 'f'; member
37 static const SK_OT_CHAR TAG3 = 0; member
44 static const SK_OT_CHAR TAG3 = 'G'; member
DSkOTTable_loca.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTable_maxp.h21 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBSC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
DSkOTTable_post.h20 static const SK_OT_CHAR TAG3 = 't'; member
DSkOTTable_OS_2.h24 static constexpr SK_OT_CHAR TAG3 = '2'; member
DSkOTTable_fvar.h20 static const SK_OT_CHAR TAG3 = 'r'; member
DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_gasp.h20 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBDT.h22 static const SK_OT_CHAR TAG3 = 'T'; member
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/
DTaggerImplTest.java58 private static final Tag TAG3 = Tag.create(K3, V3); field in TaggerImplTest
98 TagContext tags = new SimpleTagContext(TAG1, TAG2, TAG3); in currentBuilder()
101 assertThat(tagContextToList(result.build())).containsExactly(TAG1, TAG2, TAG3); in currentBuilder()
156 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl()
158 assertThat(tagContextToList(newTagContext)).containsExactly(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl()
205 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in getCurrentTagContext_ConvertUnknownTagContextToTagContextImpl()
208 assertThat(tagContextToList(result)).containsExactly(TAG1, TAG2, TAG3); in getCurrentTagContext_ConvertUnknownTagContextToTagContextImpl()
254 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in withTagContext_ConvertUnknownTagContextToTagContextImpl()
257 assertThat(tagContextToList(result)).containsExactly(TAG1, TAG2, TAG3); in withTagContext_ConvertUnknownTagContextToTagContextImpl()

12