Searched refs:AnchorType (Results 1 – 18 of 18) sorted by relevance
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ |
D | Cue.java | 50 public @interface AnchorType {} annotation in Cue 209 public final @AnchorType int lineAnchor; 235 public final @AnchorType int positionAnchor; 317 @AnchorType int lineAnchor, in Cue() 319 @AnchorType int positionAnchor, in Cue() 355 @AnchorType int lineAnchor, in Cue() 357 @AnchorType int positionAnchor, in Cue() 400 @AnchorType int lineAnchor, in Cue() 402 @AnchorType int positionAnchor, in Cue() 430 @AnchorType int lineAnchor, in Cue() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlRegion.java | 29 public final @Cue.AnchorType int lineAnchor; 53 @Cue.AnchorType int lineAnchor, in TtmlRegion()
|
D | TtmlDecoder.java | 426 @Cue.AnchorType int lineAnchor = Cue.ANCHOR_TYPE_START; in parseRegionAttributes()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoder.java | 310 @Cue.AnchorType int positionAnchor = toPositionAnchor(alignment); in createCue() 311 @Cue.AnchorType int lineAnchor = toLineAnchor(alignment); in createCue() 360 @Cue.AnchorType 383 @Cue.AnchorType 406 private static float computeDefaultLineOrPosition(@Cue.AnchorType int anchor) { in computeDefaultLineOrPosition()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoder.java | 181 @Cue.AnchorType int positionAnchor; in buildCue() 202 @Cue.AnchorType int lineAnchor; in buildCue() 246 /* package */ static float getFractionalPositionForAnchorType(@Cue.AnchorType int anchorType) { in getFractionalPositionForAnchorType()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttCueParser.java | 408 @Cue.AnchorType 433 @Cue.AnchorType 748 @Cue.AnchorType public int lineAnchor; 750 @Cue.AnchorType public int positionAnchor; 778 @Cue.AnchorType in toCueBuilder() 834 @Cue.AnchorType 867 private static float deriveMaxSize(@Cue.AnchorType int positionAnchor, float position) { in deriveMaxSize()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_draw.cpp | 46 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
|
D | cxfa_exclgroup.cpp | 48 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
|
D | cxfa_field.cpp | 51 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
|
D | cxfa_subform.cpp | 56 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
|
D | element_attributes.inc | 185 ELEM_ATTR____(Field, AnchorType, CJX_Object::ScriptAttributeString) 230 ELEM_ATTR____(ExclGroup, AnchorType, CJX_Object::ScriptAttributeString) 276 ELEM_ATTR____(Subform, AnchorType, CJX_Object::ScriptAttributeString) 422 ELEM_ATTR____(Draw, AnchorType, CJX_Object::ScriptAttributeString)
|
D | attributes.inc | 248 ATTR____(0xc2bd40fdu, "anchorType", AnchorType, Basic)
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 222 @Cue.AnchorType int lineAnchor, in assertAlignmentCue() 223 @Cue.AnchorType int positionAnchor) { in assertAlignmentCue()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/ |
D | Cea708Decoder.java | 32 import com.google.android.exoplayer2.text.Cue.AnchorType; 1228 @AnchorType int verticalAnchorType; in build() 1237 @AnchorType int horizontalAnchorType; in build() 1325 @AnchorType int lineAnchor, in Cea708CueInfo() 1327 @AnchorType int positionAnchor, in Cea708CueInfo()
|
D | Cea608Decoder.java | 624 @Cue.AnchorType int positionAnchor = Cue.ANCHOR_TYPE_END; in getDisplayCues() 885 public Cue build(@Cue.AnchorType int forcedPositionAnchor) { in build()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | SubtitlePainter.java | 78 @Cue.AnchorType 81 @Cue.AnchorType
|
D | SubtitleWebView.java | 304 private static int anchorTypeToTranslatePercent(@Cue.AnchorType int anchorType) { in anchorTypeToTranslatePercent()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 549 pNode->JSObject()->GetEnum(XFA_Attribute::AnchorType); in CalculatePositionedContainerPos()
|