Home
last modified time | relevance | path

Searched refs:textJustification (Results 1 – 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java32 int textJustification; field in QuicktimeTextSampleEntry
61 textJustification = content.getInt(); in _parseDetails()
100 return textJustification; in getTextJustification()
103 public void setTextJustification(int textJustification) { in setTextJustification() argument
104 this.textJustification = textJustification; in setTextJustification()
215 byteBuffer.putInt(textJustification); in getContent()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8752 short textJustification; in Qt_TextMediaAddTextSample() local
8771 &textJustification, in Qt_TextMediaAddTextSample()
8786 textJustification, in Qt_TextMediaAddTextSample()
8812 short textJustification; in Qt_TextMediaAddTESample() local
8827 &textJustification, in Qt_TextMediaAddTESample()
8837 textJustification, in Qt_TextMediaAddTESample()